cancel
Showing results for 
Search instead for 
Did you mean: 

Call to SWF using Token with openDocument / documentDownload - BOXI R2 -SP5

Former Member
0 Kudos

Hello All,

Hope all is well. I am using BOXI R2 - SP5 - Java flavor. I am using Enterprise SDK to retrieve list of objects residing in a BO folder. I am able to retrieve them and provie hyperlinks witin external application.

THe objects are Webi documents and Xcelsius SWF. I am generating Token and passing it to openDocument.jsp . Webi documents open alright ... NO issues.

The problem is with Xcelsius dashboard ..when I use openDocument to open SWF ..... it redirects to

/InfoView/plugin/crystalenterprise/flash/openFlash.jsp

and then I get

javax.servlet.ServletException: bean CE_Session not found within scope

Same is true when I go straight to openFlash.jsp as well.

If I go documentDownload route with

http://server:port/businessobjects/enterprise115/desktoplaunch/opendoc/documentDownload?iDocID=8376419&sKind=Flash&lsSCELogonToken=VASVCOMSV01D@8461403Jz8HmNGb0zYBedsV8461402JSfUxc9qZu1kHchm

I get

HTTP 500 Internal Server Error java.lang.NullPointerException

What am I missing here ....??

Thanks in advance,

Sam

Edited by: saumil shah on Aug 18, 2011 12:51 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello All,

Interesting behavior is that :

When I open infoview portal in another tab in same window and then click on hyperlink it does open the dashboard. It's most likely that BO is writing some internal values to cookies that BO code internally is referncing to. Could someone please advise as to what they are and how to create those cookie values?

Cookies that I found that Infoview creates when login to Infoview portal are :

Cookies

LogonToken: WinServer1@8462674JEtQLCPWTMvwREVY8462673JZ8DEjiFIpITqx49: -1: null

lastVisit: Thu Aug 18 21:27:01 EDT 2011: -1: null

JSESSIONID: 97ae0e5630d61e1018d7261941668585b188e8903518.e38SahuLchqMe3mSchuTbNuLbO1ynknvrkLOlQzNp65In0: -1: null

VINTELASSO: : -1: null

CE_LastUser: winuser: -1: null

CE_LastAps: WinServer1: -1: null

CE_LastAuthType: secEnterprise: -1: null

CE_LogonToken: WinServer1@8462669JMZYrMXy1cpkDOVA8462667JxW1OT854vuLSli1: -1: null

ePortfolio_prefs: defaultuniv=none&dmdbid=7483910&mdb=0: -1: null

ePortfolio_otherPrefs: DOCUMENT_WIStartNewDrill=existing&DOCUMENT_WIUCLUsage=true&DOCUMENT_WIDrillBar=Y&DOCUMENT_WIViewTechno=I&DOCUMENT_WIPromptDrillOutScope=N&DOCUMENT_WIUserContentLocale=&DOCUMENT_WISyncDrillBlocks=Y&DOCUMENT_WISaveAsXLSOptimized=Y&DOCUMENT_WICreateTechno=J: -1: null

infoview_css: default.css: -1: null

infoview_userLocale: userDefaultLocale: -1: null

infoview_userTimeZone: US/Eastern: -1: null

ivsExitPage: : -1: null

ivsEntSessionVar: : -1: null

Many thanks,

Saumil