Thursday, February 14, 2013

How to login to OBIEE 11g - With User and Password hardcoded URL?


f you would like to just login with URL into OBIEE 11g content, you can hardcode the URL and not have to worry about it anymore. The ingredients are below. The content in red indicates your input to your specific environment:

http://hostname:7001/analytics/saw.dll?answers&NQuser=username&NQpassword=Password

i.e. if your hostname is localhost; where you would like to login: answers, dashboard; username: weblogic,password: Admin123. The complete URL in this case will be:
http://localhost:7001/analytics/saw.dll?dashboard&NQuser=weblogic&NQpassword=Admin123Hope this helped!