Crystal Web Integration Issue
Despite being quite new to Crystal Web implementation I managed to construct a dynamic web reporting interface in ASP. It basically displays a parameter entry page mapped to a specified .rpt file. The user then enters the neccessary values and submits the form.
A report oject is then created and the parameter values assigned. Then this error occurs on the ReadRecords method call:
"Crystal Reports ActiveX Designer error '80047633'
An external object raised an error. No Error Description Available. "
Further investigation revealed an error number of 2147191245, but no description is available. I have searched on Google and this brings up about 4 results, none of which have been particularly useful.
It all works fine in our development environment (Win2K, Crystal Reports Developer v.10) - the problem occurs in our Live environment (Win 2003 Server, Crystal Reports Advanced Developer v.10)
I dont think it is a permissions issue, as it does create the report object and assign the parameter values OK.
Please if anyone can help, I would be very grateful, as would be my frayed ends of sanity :O)
|