cancel
Showing results for 
Search instead for 
Did you mean: 

Enterprise Portal to Xcelsius Iview - Drill to Webi SSO Issue

Former Member
0 Kudos

Hi Expert's,

1. We are using LDAP user's sync with our SAP NetWeaver EP Portal which works fine with SSO

2. We did get to launch the Lauchpad in EP with out any additonal sigonon to BI 4.x - works fine

By Default all Xcelsius Dashboard which we design gets saved in SAP BW and we created Iview's and access the

Dashboards in Portal. - works fine

We have requirement to Drill down to detail WEBI report from Xcelsius Dashboard which we created URL with Opendoc and

it works fine,,,,,,

BUT

It again asks users to enter log on to BI 4.x system as Webi Report is present in BOE.

Can you help me out in directing how to make it work(Basically when I am coming from EP - > Dashboard - DRILL DOWN to - Webi Report it should not ask me again to log on.

Note: SSO is configured, Certificates are created, imported all is well other than only the extra log on to BOE from EP.

SAP BI4.x using BICS for Dashboard as well as Webi Report

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can use CELogonToken parameter to solve your issue. ( Parameter is case sensitive)

Add a Flash variable connection in your xcelsius dashboard, name the parameter CELogonToken, bind it to a cell. (i.e A1)

then add following parameter to your OpenDocument URL;

&CELogonToken=

concatenate it with A1 cell.

Your URL should look this:

http://<server>:<port>/OpenDocument/opendoc/openDocument.jsp?iDocID=<your webi report's CUID>&sIDType=CUID&CELogonToken=<your logon token here>

Regards

Ruben

Former Member
0 Kudos

Hi Ruben,

Thanks for responding. I did try to add Flash Variable for ECLogonToken then published dashboard to SAP NW Portal.

I log on to Enterprise Portal, Click on the Iview for my Dashboard and dashboard comes up.

When I click on the URL button to jump from my Dashboard and show me Launch Pad> Folder-> Webi Report it again

asks me to log on by throwind below message.

'Account Information Not Recognized: The credentials passed to secSAPR3 [] are invalid. Use the following format: sid~clnt/user'

I did tried to display the logon token value in a spred sheet/text component but its just BLANK with no value.

I am going from SAP Portal to Iview - Xcelsius Dashboard then drill down to a Webi Detail Report by Opendoc logic.

Thanks,

Suresh

Former Member
0 Kudos

Hi,

There is a parameter like below in OpenDocument.properties file. Can you make sure you set it to true? After setting it true try with CELogonToken and without CELogonToken. It should work.

  1. Set to false to disable logon with token.

logontoken.enabled=true

Thanks.

Former Member
0 Kudos

Hi Ruben,

The said Flag is already set to True in Opendocument.properties file , still no success to get to webi report with out log on

screen. BUT I see the flag for logontoken is set to False in BI launchpad.properties file.

Do you think changing the BI Launchpad properties will do some success?

Thanks,

Suresh

Former Member
0 Kudos

Hi,

I'm not sure but its worth to try. Please let me know after trying it.