oracle - How to access BI Publisher reports using Report link on Mobile Device -




i have problem accessing bi reports on mobile devices. currently, have plugged in report link application below:

$('#reportpath').val() + 'members/member balances (combined - per member).xdo?_xpf=_xpt=0_xdo=%2f~weblogic%2ffundmaster%2freports%2fmembers%2fmember%20balances%20(combined%20-%20per%20member).xdo_xmode=3_paramsmember_id='$('#member_id').val() +'&_paramsbase=' + $('#xirootpath').val() + '&_paramsscheme_id=' + $('#scheme_id').val() + '&_paramsap_id=' + json.accountingperiodid + '&_xt=member%20balances%20(combined)&_xf=analyze&_xana=view&_xautorun=false&_paramsadmin=3347&id='+ $("#username").val() + '&passwd=' + $("#password").val() + '&_paramsblankimage=' + alternativeurl +'&_paramsalternativeurl=' + alternativeurl + '&_paramsorientation=' + orientation;

thus reports can viewed below:

enter image description here

but when try access same on mobile using browser i.e chrome/firefox, asks oracle mobile login credentials below:

enter image description here

how can bypass mobile login?

thanks.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -