Hello,
We are trying to use Crystal Reports 9 enterprise (web version) on a Windows 2008 (32 bit) server.
SET objFactory = CREATEOBJECT("CrystalReports.ObjectFactory.2")
SET SESSION("objFactory") = objFactory
SET rptAppSession = objFactory.CREATEOBJECT("CrystalReports.ReportAppSession")
The problem happened on the line SET rptAppSession = objFactory.CREATEOBJECT("CrystalReports.ReportAppSession").
The program works fine on the Windows 2003 server.
Your response is greatly appreciated!
Vincent