I have a web application using Crystal 8 and a SQL Server SQL2000 database. When I run reports using tables, they come up fine. When I run reports using stored procedures, I get a CRAXDRT -2147192179 error.
If I run the reports using stored procedures through the URL, they work fine. I have checked ReportShow.asp and it shows that I am successfully connecting to the stored procedure. I get to the RptServer.asp page before I receive the error.
The security on the WebProject is set to Low.
I'm also wondering what happens inside of CrViewer.ViewReport which is invoked at the end of the SmartViewerActiveX.asp page. Any help is appreciated.
If I run the reports using stored procedures through the URL, they work fine. I have checked ReportShow.asp and it shows that I am successfully connecting to the stored procedure. I get to the RptServer.asp page before I receive the error.
The security on the WebProject is set to Low.
I'm also wondering what happens inside of CrViewer.ViewReport which is invoked at the end of the SmartViewerActiveX.asp page. Any help is appreciated.