cancel
Showing results for 
Search instead for 
Did you mean: 

Auto logon to infoview from jsp web application

Former Member
0 Kudos

Hi,

I have an jsp web application. I want the authenticated/logged in users can straight away navigate to BO Xi Infoview screen on a click of a hyperlink bypassing BOXi credentials screen. Any strategies how I can achive this?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear BOCP-BOE

Thank you for your prompt reply.

I gone through the OpenDocument() syntax. Logon tokens can be used in OpenDocument by inserting the token parameter into the OpenDocument URL. But I understood that it uses the BusinessObjects Enterprise Java SDK to pass in a logon token to the OpenDocument URL.

Plz tell me how to use the java sdk. Where do we get this. Is it licensed?

Former Member
0 Kudos

Hey sunilhegde,

Here are samples samples on how to use the BO SDKs:

BO Enterprise SDK

http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/806fc83f-18ba-2b10-f2b9-cbb49963fc93

Reporting SDK

http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/e01bb6ad-19ba-2b10-b9b5-9259ac1c751f

Can you try with OpenDocument() logon token for UserName & Password, I have very less time to look into this. Will update you ASAP.

Hope SDK's will help you.

Gracias....!!

Let's play with Aurora(BOXI 4.0)

Edited by: BOCP-BOE on Oct 28, 2010 10:41 AM

Former Member
0 Kudos

Hello sunilhegde,

We can achieve this by using OpenDocument() syntax.

What you have to do is mapping User credentials in the URL/OpenDocument() syntax.

Have a look on this:

http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pd...

Gracias...!!