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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invalid ProgID with CrystalReport 8.5

Status
Not open for further replies.

gvielliard

Programmer
Nov 6, 2001
21
FR
Hi,
I have just installed Crystal Reports 8.5 and Crystal Enterprise 8. Before I worked with the version 7 and it was OK.
I use SQL 2000 Server for my database, I send my datas to crystal on the web with the method given by Crystal (ADORecordset.asp and so).
I followed very carefully the step to make my reports work but it doesn't. I used all the asp files provided, I registered the craxdrt.dll file on my PC, but I still have this error when I run my ADORecordset.asp file:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/Secured/Report/AlwaysRequiredSteps0.asp, line 15

Invalid ProgID. For additional information specific to this message please visit the Microsoft Online Support site located at:
Thanx for your help,
Gilles
 
I fix the problem, it seems that now you must install Crystal Reports CR 8.5 on the server, installing Crystal Enterprise is not enough for web publishing.
For publishing on the web, you need the craxdrt.dll to be registered on the server and this dll is in Crystal Reports 8.5 and not in Crystal Enterprise 8.0. So I only copy the dll from my local computer to the server and then I registered it on the server. This method looks very strange but it works. I didn't find any info on crystal site or in the user guide.
Gilles
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top