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

Server.CreateObject Failed question

Status
Not open for further replies.

aolb

Programmer
Joined
Apr 16, 2002
Messages
180
Location
GB
I am trying to web enable some Crystal Reports, which I have done before on another machine.

This time I am getting the error:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

for

Set session("oApp") = Server.CreateObject("CrystalRuntime.Application")

This ASP is written by Crystal Decisions. Looking on the microsoft site this error message indicates i need to have and register the dll MSWCRUN.DLL which I have done, but I still get the error.

any ideas?
 
did u register the dll in the system that hosts the IIS or PWS?

still if the error persists try to register the DLL file using MTS.

Known is handfull, Unknown is worldfull
 
Thank for the help but I already sorted it by registering the dlls like you said.

I am surprised I had to do that as the host had Crystal Reports installed on it!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top