cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi,

We have a BO XI 3.1 Server installed.

And we are trying to create a Webi Doc through ASP.NET.

But once I provide a Universe Name and click Ok, I got the following error :

Server: http://localhost:80/businessobjects/enterprise115/cdzisapi.wis?

java.lang.RuntimeException: java.io.FileNotFoundException: http://localhost:80/businessobjects

/enterprise115/cdzisapi.wis

at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)

at com.businessobjects.wp.cpi.CPIConnection.postRequest(CPIConnection.java:437)

at com.businessobjects.wp.xml.XMLViaHttp.loadScript(XMLViaHttp.java:144)

at com.businessobjects.wp.xml.XMLViaHttp.initInstance(XMLViaHttp.java:971)

at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:158)

at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:46)

at com.businessobjects.wp.om.OMSessionLoader.load(OMSessionLoader.java:29)

at com.businessobjects.wp.tc.TCMain.initClient(TCMain.java:1447)

at com.businessobjects.wp.tc.thread.InitAppletRunner.run(InitAppletRunner.java:81)

at java.lang.Thread.run(Unknown Source)

at com.businessobjects.wp.cpi.CPIConnection.postRequest(CPIConnection.java:441)

at com.businessobjects.wp.xml.XMLViaHttp.loadScript(XMLViaHttp.java:144)

at com.businessobjects.wp.xml.XMLViaHttp.initInstance(XMLViaHttp.java:971)

at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:158)

at com.businessobjects.wp.xml.XMLSession.load(XMLSession.java:46)

at com.businessobjects.wp.om.OMSessionLoader.load(OMSessionLoader.java:29)

at com.businessobjects.wp.tc.TCMain.initClient(TCMain.java:1447)

at com.businessobjects.wp.tc.thread.InitAppletRunner.run(InitAppletRunner.java:81)

at java.lang.Thread.run(Unknown Source)

As I can see, the path tries to find DLL for BO XI R2, but we have BO XI 3.1.

Any idea/solution will be of a great help.

Thanks,

Harshad

0 Likes
View Entire Topic
Former Member
0 Likes

After following Sarbhjeetu2019s instructions, when I run my .asp reports page I am asked if I want to open or save the Crystal Report file instead of viewing the report inside the viewer.

An overview of my setup is as follows:

IIS version 6, ASP version 1.1.4322 and Crystal Reports Server XI R2.

Crystal reports is not installed on the web server.

Created a new website

Have two virtual directories:

businessobjects:

E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Web Content

crystalreportviewers115

E:\Program Files\Business Objects\common\3.5\crystalreportviewers115

I have added and selected the following files on the website and both virtual directories and removed u201Cverify that file existsu201D:

.wis u2013 "E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cdzISAPI.dll"

.cri - C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

.csp - C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

.rpt - C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll

There are no """ strings to remove from around the E:\Program Files\Business Objects\BusinessObjects Enterprise 12\win32_x86\cdzISAPI.dll string in the MetaBase.xml file.

I have added the application/octet-stream MIME type for both website and virtual directories.

Any help would be greatly appreciated..

Thanks,

Leigh

Edited by: leighturner on Jan 12, 2010 11:10 AM

Edited by: leighturner on Jan 12, 2010 11:10 AM

Edited by: leighturner on Jan 12, 2010 11:18 AM

Former Member
0 Likes

the cdzisapi.dll file is missing. Does any one know from where I can get the missing file?

Thanks