Hello,
I am a total Crystal Reports newbie. We just moved a client from a
2000 server to a 2003 Server. We copied over his content, installed
Crystal 8.5 as well as Crystal Enterprise and have verified that
Crystal Reports is installed correctly. You can view report files by
going straight to the rpt or via the ActiveX viewer.
session("oApp") is being set by: Set session("oRpt") =
session("oApp").OpenReport(path & reportfile, 1)
I get this error message:
cpeaut32 error '800a50f8'
Failed to create the Crystal Query Engine.
/HR/crystalreports/showRangeReport.asp, line 361
line 361 : Set session("oRpt") = session("oApp").OpenReport(path &
reportfile, 1)
Please Help
Edited by nadaf - 22 Jun 2008 at 1:48am