mmaz
Programmer
- Nov 22, 2000
- 347
Hello,
I'm calling Reports (CR8) from ASP, using OLE DB connection to a SQL Server db on a server. I have about 20 reports, some with subreports, some without.
Here's my problem:
reports that have a subreport: works perfectly
reports that do not have a subreport: "user session has expired" in a message box, and "server has not yet been opened" with a response.write.
I know that a connection is being made to the db, because my recordset is not empty, but the .TestConnectivity method returns False (no connection to the server) for the report without a subreport.
Note:
+ I previously had an ODBC connection to SQL Server and everything worked fine. I started having those problems after changing ODBC to OLE DB...
+ After changing the connection, I cannot open my reports in Crystal Reports without first Logging on to the server (Logon/Logoff Server under File menu)...
What's the problem? Any tips would be appreciated. I've already read all the documentation I could find about those problems on Seagate's web site... didn't find anything that helped.
Thank you in advance!
Marie
I'm calling Reports (CR8) from ASP, using OLE DB connection to a SQL Server db on a server. I have about 20 reports, some with subreports, some without.
Here's my problem:
reports that have a subreport: works perfectly
reports that do not have a subreport: "user session has expired" in a message box, and "server has not yet been opened" with a response.write.
I know that a connection is being made to the db, because my recordset is not empty, but the .TestConnectivity method returns False (no connection to the server) for the report without a subreport.
Note:
+ I previously had an ODBC connection to SQL Server and everything worked fine. I started having those problems after changing ODBC to OLE DB...
+ After changing the connection, I cannot open my reports in Crystal Reports without first Logging on to the server (Logon/Logoff Server under File menu)...
What's the problem? Any tips would be appreciated. I've already read all the documentation I could find about those problems on Seagate's web site... didn't find anything that helped.
Thank you in advance!
Marie