BusinessObjects Board

Getting SAP Login page asking for with admin credentials

Hi,

when I am trying to hit the link I am sent to this page “https://wwwxyz.com/BOE/OpenDocument/opendoc/openDocument.jsp?token=null&iDocID=11531&lsSUserRole=ADMIN&lsSLDAP_UID=xyz153&sType=rpt” and we get sap Login page, instead of directly going to bo url.
Verified the OpenDocument.properties in both dev and prod. Both are same.
But it works fine in prod but not in dev. Authentication_type=secenterprise.

Getting SAP Login page in dev asking for with admin credentials instead of directly opening the bo report page from Java application

Actually, we have migrated from BO 4.1 prod to BO 4.2 dev.


Ms Jyothi (BOB member since 2014-07-06)

Sounds like you do not have SSO enabled.


joepeters :us: (BOB member since 2002-08-29)

No sso is implemented in both bo 4.1 prod and BO 4.2 dev.

Is there any Java code to bypass the login page without sso?


Ms Jyothi (BOB member since 2014-07-06)

Yes, there are different methods to do SSO. I noticed your URL includes “token=null”. What is generating that? It appears to be attempting a logon but is failing.


joepeters :us: (BOB member since 2002-08-29)

Please specify the different methods to do SSO with Java coding or any other document which might help avoid sap login page.

Also, in the URL includes “token=null”, how to avoid in the URL?

thanks


Ms Jyothi (BOB member since 2014-07-06)

Is this a link in a WebI report, or something else?


joepeters :us: (BOB member since 2002-08-29)

when I am trying to hit the link in Java application, I am sent to this page “https://wwwxyz.com/BOE/OpenDocument/opendoc/openDocument.jsp?token=null&iDocID=11531&lsSUserRole=ADMIN&lsSLDAP_UID=xyz153&sType=rpt” and we get sap Login page, instead of directly going to bo url.

we are trying to open a crystal report from Java application using open doc link.


Ms Jyothi (BOB member since 2014-07-06)

Hi Joe,

Could you reply to my post?

Thanks
Ms. Jyothi


Ms Jyothi (BOB member since 2014-07-06)

Hi Joe,

Could you reply to my post. Its urgent.

when I am trying to hit the link in Java application, I am sent to this page “https://wwwxyz.com/BOE/OpenDocument/opendoc/openDocument.jsp?token=null&iDocID=11531&lsSUserRole=ADMIN&lsSLDAP_UID=xyz153&sType=rpt” and we get sap Login page, instead of directly going to bo url.

we are trying to open a crystal report from Java application using open doc link.

Thank You,

Regards
Ms. Jyothi


Ms Jyothi (BOB member since 2014-07-06)

Your Java application is apparently trying to obtain a token, but for some reason is unable to do so, hence the “token=null”. You will need to determine why it’s generating a null value.


joepeters :us: (BOB member since 2002-08-29)