When providing URLs to end users so that they can access Business Objects documents through TeamConnect (for example, in a portal pane on their home page), you must construct the URLs as described in "OpenDocument Parameters" in the BusinessObjects Enterprise XI Release 2 .NET SDK or Java SDK. This information can be accessed at one of the following locations:
•(.NET SDK)
http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/en/BOE_SDK/boesdk_dotNet_doc/doc/boesdk_net_doc/html/Report_Linking13.html
•(Java SDK)
http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/en/BOE_SDK/boesdk_java_dg_doc/doc/boesdk_java_dg/Report_Linking13.html
The following examples can help you construct the proper URLs. Note that if BOSS is not deployed on a Business Objects node, then the <hostname> must include the fully qualified domain name of the server.
Caution: Do not use a token in your URL. This will invalidate the link.
For details about adding Business Objects URLs to TeamConnect portal panes, see Adding WebIntelligence URLs.
The following are examples of valid URL construction when the Business Objects server is deployed on IIS.
•URL to Business Objects server main login page:
http://<hostname:port>/businessobjects/Enterprise115/InfoView/main.aspx
•Example URL to Business Objects document:
http://<hostname:port>/businessobjects/enterprise115/InfoView/scripts/opendocument.aspx?sType=wid&iDocId=2179
The following are examples of valid URL construction when the Business Objects server is deployed on your application server.
•URL to Business Objects server main login page:
http://<hostname:port>/businessobjects/enterprise115/desktoplaunch/InfoView/main/main.jsp
•Example URL to a Business Objects document:
http://<hostname:port>/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp?sDocName=T21CUN03_Case_Aging_1st_party&sType=rpt&sKind=FullClient