I have encountered the Load report failed
error when generating report by IIS with CrystalReport.
Error occurs only for some users but not others.
Therefore I suspect that it is due to permissions. I have checked:
- Both users can access the folder containing the rpt files.
- IIS_IUSRS has permission to access the %TEMP% folder.
Where else should I check?
Error Message:
Load report failed.
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) ...