June 17, 2009 at 3:09 pm
Symptom
How do I create a logon token for the openDocument method and URL reporting using the Java Software Development Kit (SDK)?
Cause
In BusinessObjects Enterprise XI Release 2, when using the openDocument method and URL reporting, Enterprise credentials can be passed using a logon token.?If a logon token is not created for the openDocument URL, a prompt [...]
June 17, 2009 at 6:00 am
Symptom
How can爐o ensure that OpenDocument URLs are portable between environments.How can to format the OpenDocument URL爏o that the server name changes with the environment?I do not want to have to hard code a server name into my links.
Reproducing the Issue
Example:
="<a href=’https://myServer:8080/OpenDocument/opendoc/openDocument.jsp?sDocName=ABC&sType=rpt&sRefresh=Y&sWindow=Y’>Click Me</a>"
In the above formula,爐he server name爄s爃ard-coded.?
Resolution
To resolve this issue and save editing time in [...]
June 17, 2009 at 5:16 am
Symptom
How to use ‘opendocument’ to open an Xcelsius SWF file
Resolution
The following are爐hree examples of usingopendocumentto open an Xcelsius SWF file:
Use iDocID=<Info Object ID>
Example:
http://<servername>:<port>/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?iDocID=1403
You can find the docid by running the following query in query builder:
select SI_ID from CI_INFOOBJECTS where SI_NAME=’<Name of analytic>’
Use iDocID=<cuid>&sIDType=CUID
Example:
http://<servername>:<port>/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?iDocID=AdVG.l.1P.xMviwQIO63Dbk&sIDType=CUID
You can find the cuid by running the following query in query builder:
select [...]