BOBJ support pointed me to a OpenDocument white paper that indicates that the only formats availible with OpenDocument are WebI, Crystal, DeskI, and OLAPI. OpenDocument will not work with Xcelsius as the target. :x
try this using this url I can now launch the swf file:
http://<your_server>/businessobjects/enterprise115/InfoView/plugin/crystalenterprise/flash/openFlash.jsp?DocumentId=<your_doc_id>
We are using Bobj XI R2, java version. May be the location of your jsp resource is different based on your configuration. This feature is not documented any where. The way I found out is deployed a swf file to your server than. Once you select the swf file to be displayed from the infoview, pay close attention to the status bar. You should see the url that infoView uses to launch the swf file. I recorded the same url to link the swf files and it worked.
That’s the ticket!!! I had an extra folder to include (enterprise115/desktoplaunch/InfoView) and it works perfectly. Thanks for the guidance. Your last post was very helpful.
I published the SWF out to BOE. I repeatedly opend the SWF from BOE and made particular note in the system to the URL that the system was using to call the SWL. I had and additional folder in my link
Here is my link as constructed:
“FLASH” is a supported docType or sType. So along with rpt and wid, you now can use “FLASH” if you are opening an Xcelsius swf.
You can also pass the session token along which Xcelsius will automatically consume. You must name the token parameter “CELogonToken” Xcelsius will consume this as a Flash Variable if you are using Live Office or QaaWS.
I chose another way for rendering XCelsius dashboards, where I managed to create a web application in .Net which would stream the object to the browser. I’m able to pass on the flash variables via the dynamically generated HTML. Thank you guys.
CELogonToken, is this a parameter of Opendocument.jsp which replaces the ‘token’ parameter. Or is this a flash variable I need to create in xlf file.
We are using Xcelsius and QaaWS and opening SWF file in a custom app. We have established a session with BOE. Wanted to confirm whether the method to open the SWF is the same as opening a WebI doc
CELogonToken is an inbuilt flash variable added by the designer in all xcelsius dashboards. You don’t have to explicitly define it.
For rendering XCelsius dashboards in custom application, follow the same method as webi rendering. Make sure that you have the QAAWS URL mentioned in the web.xml (or Web.config for .Net opendoc)