Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ActiveX component can't create object

Status
Not open for further replies.

welshone

Programmer
Jul 30, 2001
414
GB
I am trying to display crystal reports through asp pages, but get the following error :
Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object

/persondb/personnel/AlwaysRequiredSteps.asp, line 20

the line it means is :

If Not IsObject ( session ("oApp")) Then
Set session ("oApp") = Server.CreateObject("Crystal.CRPE.Application")
End If

can anybody help ?


thanks
 
ASP cannot create an object from the Crystal library. Crystal probably did not install correctly on the web server. Brian J. Alves
Email: brian.alves@worldnet.att.net
VB / ASP / Crystal / SQLServer
 
So by reinstalling crystal the problem should disappear ?
 
I would re-install Crystal. In the past, I've installed the complete package of Crystal components on the web server. This way, if I cannot track down why a report doesn't run correctly, I can walk up to the web server, open the Crystal Designer and run the report locally to see if I can figure out the error. Brian J. Alves
Email: brian.alves@worldnet.att.net
VB / ASP / Crystal / SQLServer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top