Categories
- All Categories
- 93 Oracle Analytics News
- 7 Oracle Analytics Videos
- 14.2K Oracle Analytics Forums
- 5.3K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 53 Oracle Analytics Trainings
- 59 Oracle Analytics Data Visualizations Gallery
- 2 Oracle Analytics Data Visualizations Challenge
- 4 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
How to Bypass username and password and navigate directly to dashboard using url in Cloud applicatio
Summary
I need to bypass the username and password and navigate directly to dashboard using url.
Content
Hi,
Manager want to see the dashboard directly without giving username and password and it should directly navigate to dashboard.
While i am working on cloud application it is not allowing me to bypass the credentials with the below url.when i am using below url its showing "page not found". Can anyone please share me the information how to pass those in url.
http://localhost:7001/analytics/saw.dll?Dashboard&NQuser=abcdef&NQpassword=xxxxxxx
please share me the url how to achieve this in cloud.
Thanks,
Sudhakar
Answers
-
https://docs.oracle.com/middleware/12213/biee/BIEIT/apiwebintegrate.htm#BIEIT357
As the documentation clearly states the NQUser and NQPassword is to be used with the GoURL like saw.dll?Go&Path....
0 -
I am not sure what version of OBIEE .. but for 12c the correct way is as below
http://hostname:PORT/analytics/saw.dll?bieehome&nquser=username&nqpassword=password
I'm not aware if this would work or cloud, but pl try and update.... the PORT you listed in the URL 7001 is Weblogic server port. so may be that is the issue.
Hope this helps
--YG
0