BusinessObjects Board

Open a WebI report from dashboard without authentication

Hi,

I am working on BI 4.1 SP2

I am using a URL button with Opendocument on BO Dashboards 4.1 SP2 to open a webI report from dashboard.The flash file of dashboard is in BI Launch pad.When the URL button is clicked from the dashboard, the report opens and prompts for authentication (login credentials).
I would like to get rid of the login credentials prompt
I tried implementing CELogonToken to bypass the credentials when the report opens but still does not work

Can you please help me with the exact syntax of opendocument function with CELogonToken?


manjushri (BOB member since 2011-09-03)

It should look somethinglike this:

http://<MyServer>:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&amp;iDocID=<MyDocID>&amp;sRefresh=Y&amp;sWindow=New&amp;lsSMySinglePrompt=<MySingleValue>&amp;lsMMYMultiplePrompt=<MyMultipleValues>&amp;CELogonToken=<MyCELogonTokenValue>

I’m using this in a BI 4.1 AD SSO environment.


cdavies :uk: (BOB member since 2005-01-28)

Use a relative URL!

If your dashboard is opened from within BI Launchpad and contains a link to a Webi document on the same server platform/BI Launchpad then No explicit passing of any logon token is required!


Andreas :de: (BOB member since 2002-06-20)