Hello All,
I’m having trouble getting a Crystal 9 report that pulls data from Oracle native connection to run in the CrystalReportViewer control on my ASP.NET 2.0 web page. The report does have 2 subreports, and one of them uses a stored procedure returning a ref cursor. The rest of the report just reports against tables directly. I have Crystal designer 9 installed on my desktop and the report runs fine there. It is working for me when I run it on my local ASP.NET file system web server, but it is not working when I copy the web pages and report file to the development web server. Here’s what we’ve done to the web server so far:
- I have run CRRedist2005_x86.msi on the web server
- The web files reside in the D: drive, so I copied the CrystalReportWebFormViewer3 folder to the appropriate location on the D drive
- I copied the crdb_oracle.dll in the C:\Program Files\Common Files\Business Objects\2.7\Bin
- Our web user account has Read & Execute, List Contents, and Read permissions to the C:\Windows\Temp folder
I have attached a copy of the screenshot of the error and a copy of the code I’m using to load the report into the CrystalReportViewer control (with confidential info removed, of course). The connection info I’m passing is the same connection info that our web apps use to connect to Oracle. I’ve googled my error and seen some forum posts with the same error, but nobody seems to have found a clear-cut solution. Can someone please help me with this?
Thanks in advance,
Mike
I’m having trouble getting a Crystal 9 report that pulls data from Oracle native connection to run in the CrystalReportViewer control on my ASP.NET 2.0 web page. The report does have 2 subreports, and one of them uses a stored procedure returning a ref cursor. The rest of the report just reports against tables directly. I have Crystal designer 9 installed on my desktop and the report runs fine there. It is working for me when I run it on my local ASP.NET file system web server, but it is not working when I copy the web pages and report file to the development web server. Here’s what we’ve done to the web server so far:
- I have run CRRedist2005_x86.msi on the web server
- The web files reside in the D: drive, so I copied the CrystalReportWebFormViewer3 folder to the appropriate location on the D drive
- I copied the crdb_oracle.dll in the C:\Program Files\Common Files\Business Objects\2.7\Bin
- Our web user account has Read & Execute, List Contents, and Read permissions to the C:\Windows\Temp folder
I have attached a copy of the screenshot of the error and a copy of the code I’m using to load the report into the CrystalReportViewer control (with confidential info removed, of course). The connection info I’m passing is the same connection info that our web apps use to connect to Oracle. I’ve googled my error and seen some forum posts with the same error, but nobody seems to have found a clear-cut solution. Can someone please help me with this?
Thanks in advance,
Mike