cancel
Showing results for 
Search instead for 
Did you mean: 

Opendoucument Issue

Former Member
0 Kudos
50

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>"

Accepted Solutions (0)

Answers (3)

Answers (3)

BasicTek
Advisor
Advisor
0 Kudos

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

Former Member
0 Kudos

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.

fritzfeltus
Product and Topic Expert
Product and Topic Expert
0 Kudos

Is the report displayed after logging in through the opendocument login page?

Former Member
0 Kudos

Hi Sim,

What is the BusinessObjectsversion you are using?

Regards,

DB