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 IamaSherpa 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 error...

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,<br><br>this code works fine on another machine - but when i copied it to mine, i got the following error while trying to open a report in HTML format:<br><br>CRAXDRT Error Occured on Server. Error Number: -2147221005 Error Description: 006~ASP 0177~Server.CreateObject Failed~Invalid class string <br><br>Code:<br>If Not IsObject(session(&quot;oEMF&quot;)) then<br> Set session(&quot;oEMF&quot;) = Server.CreateObject(&quot;CREmfgen.CREmfgen.1&quot;)<br><br> Call CheckForError<br>End if<br><br><br>Would really appreciate some help.<br><br>Thanks,<br>Amir
 
Do not use this...
(&quot;CREmfgen.CREmfgen.1&quot;)

Steven Fowler
e-Business Intelligence ExpertsTM
wpe1.gif

We specialize in:
Crystal Report Authoring
Seagate Info Deployment
Data-warehouse and Data-mart Development
Infrastructure Planning
Seagate Crystal Report and Info Training
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top