crystalteck
Programmer
We use Crystal ActiveX to export reports to PDF and redirect user to the PDF. But lately as our volumes have increased, we are getting the following error message from an ASP
Server object error 'ASP 0177 : 80070057'
Server.CreateObject Failed
One or more arguments are invalid
at the following line
Set rApp = Server.CreateObject("CrystalRuntime.Application"
This happens only sometimes and the code works flawlessly most of the times :-(. There seems to be some DLL which takes a lot of CPU on the IIS webserver when the error appears. If anyone has any comments/suggestions on this one then please let me know.
I first thought this is a license issue but, the maximum that we have reached is 2 out of the 5 that is available. We use IIS 5.0/Crystal 8.5
TIA
Server object error 'ASP 0177 : 80070057'
Server.CreateObject Failed
One or more arguments are invalid
at the following line
Set rApp = Server.CreateObject("CrystalRuntime.Application"
This happens only sometimes and the code works flawlessly most of the times :-(. There seems to be some DLL which takes a lot of CPU on the IIS webserver when the error appears. If anyone has any comments/suggestions on this one then please let me know.
I first thought this is a license issue but, the maximum that we have reached is 2 out of the 5 that is available. We use IIS 5.0/Crystal 8.5
TIA