Skip to Content
0
Former Member
Jan 15, 2009 at 02:01 PM

Suppress logon.aspx and show main.aspx

45 Views

Hi,

I need to bypass the logon.aspx and show the home page i.e. main.aspx. I tried appending the token obtained from session using Web Service SDK but no luck. I tried the openDocument function but it needs iDocId mandatorily which will not be case if i just bypass the login.aspx

I tried both

http://<servername>/businessobjects/Enterprise115/InfoView/main.aspx?token=" + boSI.getDefaultToken()

http://<servername>/businessobjects/Enterprise115/InfoView/logon.aspx?token=" + boSI.getDefaultToken()

Please help.

Thanks,

Sasi