How to call openDocument.jsp from my Java applicaiton ?

Hi All,
I read all the posts related to openDocument.jsp and I am using the below url to invoke my crystal report from Infvoiew.

http://:/businessobjects/enterprise115/desktoplaunch/opendoc/openDocument.jsp

I replaced the hostname with the server name and port as 8080

But still I get the error “The page cannot be found”.

Do we need to do any setting on the server to make it work ?

Any help is appreciated.

Thanks in Advance
Vinod


vinodk (BOB member since 2006-12-01)

Hi,

Are you sure that your BO version is an XI? If yes, please check the application server. This URL will only work with J2EE ones (not with IIS).

Regards,

Ghislain


ggouzy :fr: (BOB member since 2005-10-25)

Yes we are using BO XI R2 and Tomcat is the webs erver.


vinodk (BOB member since 2006-12-01)

To call your report from the Java application there are 2 steps

1)Get an authenticated Token from BO
2)Pass the token and the report name/id in the opendocument url

have you done those two steps


Sheshachala5 :india: (BOB member since 2004-01-09)