cancel
Showing results for 
Search instead for 
Did you mean: 

Load Report Failed

Former Member
0 Kudos

Hi Crystal team

I have an application with CR XI R2 and ASP.NET 2.0 and work fine the reports.

After a long time of use , in all report occurs the "Load Report Failed"

If I restart the server machine, work fine again

After some time occurs again!

Do somebody help me?

Accepted Solutions (1)

Accepted Solutions (1)

former_member183750
Active Contributor
0 Kudos

Are you disposing of the report objects once you are done with them?

If not, try:

report.close()

report.dispose()

You may also want to consider downloading the latest Service Pack from here:

https://smpdl.sap-ag.de/~sapidp/012002523100006255422008E/crxir2_sp4_inc.exe

and assuming this is occurring on a deployed computer, create a new deployment project with these files:

msi;

https://smpdl.sap-ag.de/~sapidp/012002523100007532232008E/crxir2sp4_net_si.zip

msm:

http://resources.businessobjects.com/support/communityCS/FilesAndUpdates/crxir2sp4_net_merge_modules...

Ludek

Answers (0)