cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report not loading after few runs, need to restart application pool

Former Member
0 Kudos

We are experiencing an issue with Crystal reports in prod environment. We are using Crystal report 13.0.3.612 run time on the server and reports developed using Crystal reports runtime using VS2010. After few runs of reports. Crystal reports stopped loading and throw error. Once the application pool restarted for the application, again start working.

Error:

Message: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. StackTrace: at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor() at AIT.Multiprac.Web.Areas.Reports.Controllers.ReportsController.InitialiseWebserverCache() at AIT.Multiprac.Web.Areas.HealthIndex.Controllers.ConsumerController.InitialiseWebserverCache() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException: System.Runtime.InteropServices.COMException Message: Retrieving the COM class factory for component with CLSID {4DB2E2BB-78E6-4AEA-BEFB-FDAAB610FD1B} failed due to the following error: 800703fa. StackTrace: at CrystalDecisions.CrystalReports.Engine.ReportDocument..cctor()

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Don

Thanks for you response.

If we update run time server to SP21,

Do we need to compile the web app as well with the updated patch and then load on to the server?

0 Kudos

SP 3 is very old, we are no on SP 21...

Upgrade and test again and reads the What's new...

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Don