cancel
Showing results for 
Search instead for 
Did you mean: 

Session serialization in bo 4.1

0 Kudos

Dear All,

Can you guide me to implement session serialization in open document URL.

I`m getting the below mentioned error for open document,

HTTP Status 500 - java.lang.RuntimeException: org.apache.jasper.JasperException: java.lang.NullPointerException: while trying to invoke the method com.crystaldecisions.sdk.framework.IEnterpriseSession.getClusterName() of a null object loaded from local variable 'session'

I have refered the below mentioned URL for open document...I didn`t get it..

https://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_opendocument_en.pdf

Please find the attachment to get the exact error msg to fix the issue.

The platform is installed JAVA version..In which path do i need to change the session token?? is there any SDK to install to session serialization?

Thanks,

Sella Perumal P

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sella,

How did you solve this issue? Cause I ran into the same problem (opendocument from a xcelsius dashboard).

0 Kudos

Dear All,

I have fixed the above mentioned Issue...Thanks for all the replies...

0 Kudos

Hello,

could please provide us some more information. Session serialization is required when you use a clustered Environment.

Are you using a clustered SAP BI Environment? If yes are you also using a Load Balancer in front of your Java Application Servers?

Regards

-Seb.

0 Kudos

Seb, Thanks for your reply. No, We don`t have any clustered environment...

Could you please give me the exact syntax of Open document URL?

Also, i want to migrate the same to the production server.

The server is BO BI 4.1 sp2 edge.

The URL is working with the following URL :-

http://serername:8080/BOE/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=Ab_Z5xMVUMVBo17w...

But the following URL is not working...It throughs an error message HTTP 500 as i mentioned my previous post.

../../../../../portal/1205031252/OpenDocument/opendoc/openDocument.jsp?sIDType=CUID&iDocID=Ab_Z5xMVUMVBo17wZ.tRZ1I&sType=flash

Regards,

Sella Perumal P

0 Kudos

Hello,

looks like you want to use a Flash element in your Open Document URL. Please refer to the official Open Document Documentation on how to create these Open Document URL`s:

http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_opendocument_en.pdf

More Info about Session serialization within Open Document can be found the in the BI Java API Reference:

http://help.sap.com/businessobject/product_guides/sbo41/en/sbo41_bipjava_apiRef_en.zip

Hope this helps.

Regards

-Seb.

0 Kudos

Hi Sebastian,

Thanks for the reply...Also I have used some webi report as well...

The below mentioned webi report URL, through`s an error message..

../../../../../portal/1205031252/OpenDocument/opendoc/openDocument.jsp?iDocID=AXdHo2zSa7hMhdnAbAbT9jc&sIDType=CUID&sType=wid&sRefresh=Y&lsMpmEnter%20values%20for%202%20ISIC%20CODE(INDUSTRIAL%20ACTIVITY)%3A=

The webi report url is working with the below mentioned URL

http://servername:8080/BOE/OpenDocument/opendoc/openDocument.jsp?iDocID=AXdHo2zSa7hMhdnAbAbT9jc&sIDT...

Regards,

Sella Perumal P