I have issue in deploying Crystal Report 2008 to production server. The IIS version is 6.0 which the same in development and production running on Windows 2003. I get the following error message when try to load report in .net page:
Source: CrystalDecisions.CrystalReports.Engine
Message: Load report failed.
Additional Message:
Trace:
at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
It works fine in development and I was able to deploy it successfully on DR server but it fails on production server. I have identical permissions on DR and production server which includes NETWORK SERVICE and iis_wpg. I also disabled identity impersonate so that it should work using NETWORK SERVICE identity which is default identity for IIS Application Pools.
Network Service also have Read/Write permission on Temp folder.
Any help on this issue will be highly appreciated.
Thanks,
Sanjay