on 2009 Jan 17 9:25 AM
Hi Experts,
Pls help out for :
1) Opendocument link sometimes opens the report correctly and sometimes return opendocument login page. What could be the issue and how to fix it?
2) Also, link works fine with full url path of opendocument.jsp given in the link itself. However, when replaced by Universe object which reads link from a DB table returns error. Same URL object is working fine in another report. Please see working and non-working links and advise what went wrong.
WORKING :
Code:
"<a href="Char(34)"http://abc.xyz.net/OpenDocument/opendoc/openDocument.jsp?&sType=rep&sRefresh=Y&sPath=[ABC]&sDocName=ABC_XYZ&lsS1.SelectCalDate:="FormatDate(<Cal Date> , "mm/dd/yyyy")"&lsS2.SelectCountry:="<Country>"&lsS3.SelectState:="<Stae>"&lsS4.SelectTown:="<Town>"&lsS5.SelectPoolType:="<Pool Type>"&lsS6.SelectY/N:="<Status Y>Char(34)">"FormatNumber(<Currency> , "#,##0")"</a>"
NON WORKING
"<a href="Char(34)<URL>"/OpenDocument/opendoc/openDocument.jsp?&sType=rep&sRefresh=Y&sPath=[ABC]&sDocName=ABC_XYZ&lsS1.SelectCalDate:="FormatDate(<Cal Date> , "mm/dd/yyyy")"&lsS2.SelectCountry:="<Country>"&lsS3.SelectState:="<Stae>"&lsS4.SelectTown:="<Town>"&lsS5.SelectPoolType:="<Pool Type>"&lsS6.SelectY/N:="<Status Y>Char(34)">"FormatNumber(<Currency> , "#,##0")+"</a>"
In 3.x if you access the opendocument application outside of infoview (email links or direct links) then it will promp you for user/pw. You can enable SSO on the opendocument application using vintela, and it's supposed to be fixed with trusted auth as well. To do this you must set the settings in the tomcat55\webapps\opendocument\web-inf\web.xml
Regards,
Tim
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Deepti,
Main problem of using <url> object has been resolved. Now, the only issue pending is :
Opendocument link in DESKI report sometimes opens the report correctly and sometimes return opendocument login page. What could be the issue and how to fix it?
BO version is XI R3.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Sim,
What is the BusinessObjectsversion you are using?
Regards,
DB
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
77 | |
10 | |
10 | |
10 | |
10 | |
9 | |
8 | |
7 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.