<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Crystal runtime error - Load Report Failed in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634793#M2414514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text I sent you was copied right out of the event viewer - it's all there is.  Any ideas would be welcomed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2010 22:39:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-09T22:39:04Z</dc:date>
    <item>
      <title>Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaq-p/6634776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are running Crystal 11.5 in conjunction with visual studio.NET. We purchased developers licensing for this and we are running Crystal Reports XI Release 2.NET 2005 Server (Version 11.5.0.0) on our iis server.  We upgraded from crystal 10 and asp 1.1 to crystal 11.5 and aps2.0 about 2 years ago.  Since then, we have had many problems with our existing and new crystal reports.  We had no problems prior to the upgrade.  Initially we were getting the maximum report exceeded error message - we changed the registry for max reports from 75 to -1.  Now we get a load report failed error and have to reset the www service to fix the problem.  Is there a fix for this - do we need to upgrade to a different product and if we do, can we use our existing Crystal reports?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 18:51:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaq-p/6634776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-03T18:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634777#M2414498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moving to the correct forum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Feb 2010 18:53:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634777#M2414498</guid>
      <dc:creator>former_member11696</dc:creator>
      <dc:date>2010-02-03T18:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634778#M2414499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reports will load for hours or days and then nor reports will load and we get this error:&lt;/P&gt;&lt;P&gt;Full Error Message:System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---&amp;gt; System.Exception: Load report failed. ---&amp;gt; System.Runtime.InteropServices.COMException (0x80000000): The maximum report processing jobs limit configured by your system administrator has been reached. at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&amp;amp; DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&amp;amp; DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() --- End of inner exception stack trace --- at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport() at CrystalDecisions.CrystalReports.Engine.ReportDocument.get_Database() at DLA_Intranet.contact_Phone.RunReport() in C:\Inetpub\wwwroot\Development\DLA_INTRANET2\PhoneList\contacts_phone.aspx.vb:line 176 at DLA_Intranet.contact_Phone.searchButton_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Development\DLA_INTRANET2\PhoneList\contacts_phone.aspx.vb:line 73 at System.Web.UI.WebControls.Button.OnClick(EventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.phonelist_contacts_phone_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/P&gt;&lt;P&gt;User: DAVIDLERNER\hwodar&lt;/P&gt;&lt;P&gt;Form Values: &lt;/P&gt;&lt;P&gt;__EVENTTARGET:&lt;/P&gt;&lt;P&gt;__EVENTARGUMENT:&lt;/P&gt;&lt;P&gt;__LASTFOCUS:&lt;/P&gt;&lt;P&gt;__EVENTVALIDATION:/wEWUQL0iLDLDwKx1vaaCQKtkuWiCgLn&lt;EM&gt;rjzCwKQ&lt;/EM&gt;9aiBwLwoLxMArmGsZgPAu6u14AIAuaI65wBAvLP&lt;EM&gt;esNArXU79oNAvWNhd0LArXV28EDAteK5uUBAtHcwuwDAo6oxeUKAo/qqukOAs2j5rAIAvvC&lt;/EM&gt;7wKApaLzoMCAryS8fILAuiXnoYFAtj10aUEAreG2scJAsLG6K0OAu2zwIwLAsj1ragOAu75oesGAqvTsf8DAujyvJMBAqfSgIAFAs60lvsPAprJsqsOArfChb8KAv7lqaIHAvizu8YNAputxegOAqbH6dILAoG/rqsPAubbxZwLAsfGgd8LAp30k5UHAty3v7oEAuizpuMFAtvm1&lt;EM&gt;wFAun5roIJAuP8z44OAvrStL4KArKttb4KAo3pp8APAvCN09cNAo&lt;/EM&gt;PhpgPAsmP64wOAqmO2sUJAsCwtsQIAvDM3/wEAvC7pZwJAsfG3c4LAvKe0/gJAsXw8TIC6LOidQKixunSCwKFmNybCALpu/6TAwKswOP/BQK369jMBwLDwbHbCwK&lt;EM&gt;8q3hCQL9goiwDQKc7tbjBgLx762yBAKpxOmFCgLjwd2bAQK&lt;/EM&gt;qq2hDALV5&lt;EM&gt;SfAwLyzPHWDAL75ICaDgKPi/qeDQL9t9e7DALJuJP&lt;/EM&gt;AwKbj&lt;EM&gt;vtDC0hd0O3u&lt;/EM&gt;Ei/1p4dGLfi5S70OKQ&lt;/P&gt;&lt;P&gt;searchButton:Search&lt;/P&gt;&lt;P&gt;firstnametext:&lt;/P&gt;&lt;P&gt;txtExt:&lt;/P&gt;&lt;P&gt;departmentdd:----&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt; All Departments -&lt;/P&gt;&lt;HR originaltext="-------" /&gt;&lt;P&gt;branchdd:----&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt; All Branches -&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;lastnametext:murray&lt;/P&gt;&lt;P&gt;txticcode:&lt;/P&gt;&lt;P&gt;Session Values: &lt;/P&gt;&lt;P&gt;dsphone:&lt;/P&gt;&lt;P&gt;For your Information: This error has been logged in the Database table Intranet_server__error_log&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 16:29:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634778#M2414499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T16:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634779#M2414500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, you don't mention if you have applied any Service Packs for CR?&lt;/P&gt;&lt;P&gt;Try SP 6;&lt;/P&gt;&lt;P&gt;&lt;A href="https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe" target="test_blank"&gt;https://smpdl.sap-ag.de/~sapidp/012002523100015859952009E/crxir2win_sp6.exe&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recompile the app. Then ensure you deploy SP6 runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;msm:&lt;/P&gt;&lt;P&gt;&lt;A href="https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip" target="test_blank"&gt;https://smpdl.sap-ag.de/~sapidp/012002523100000634042010E/crxir2sp6_net_mm.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;msi:&lt;/P&gt;&lt;P&gt;&lt;A href="https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip" target="test_blank"&gt;https://smpdl.sap-ag.de/~sapidp/012002523100000633302010E/crxir2sp6_net_si.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure you are using .close and .dispose on the report objects as you get done with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;P&gt;Follow us on Twitter &lt;A href="http://twitter.com/SAPCRNetSup" target="test_blank"&gt;http://twitter.com/SAPCRNetSup&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 16:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634779#M2414500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T16:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634780#M2414501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've inherited this - so I'm not sure which (if any) service packs are installed.   We are using Crystal Reports XI Release 2 Version 11.5.8.82627 and Crystal Reports XI 2 .NET 2005 Server version 11.5.0.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We also have some software running on the server that is compiled with version 10.2.3600.0 (It was using the integrated crystal from vs 2005)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are the links you sent for the development machines or the server?  Do I also need to install a different server version?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 17:58:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634780#M2414501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T17:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634781#M2414502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The version indicates that you are on SP 2... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Re; &lt;/P&gt;&lt;P&gt;Are the links you sent for the development machines or the server? Do I also need to install a different server version? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SP6 will go on the development computer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime goes on the server. You'll have to decide if you want to use the msm or msi. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CR 10.2 is of no consequence here. No other version should matter as since v 9, all versions are side by side compatible (with the possible exception of CR XI r1 (11.0.x) and CR XI r2 (11.5.x) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Feb 2010 18:14:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634781#M2414502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-04T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634782#M2414503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I need to change the web.config Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" or are these parameters the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 03:11:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634782#M2414503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T03:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634783#M2414504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've installed SP 6 on both the development box and the server - I'll see if it helps.  I noticed that 2 of our projects have different versions in the web.config &lt;/P&gt;&lt;P&gt; Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" &lt;/P&gt;&lt;P&gt; Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a problem - which version is correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 05:18:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634783#M2414504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T05:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634784#M2414505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Version=11.5.3700.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" is for the 2.0 framework.&lt;/P&gt;&lt;P&gt;Version=11.5.3300.0, Culture=neutral, PublicKeyToken=692fbea5521e1304" is for the 1.1 framework.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 14:53:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634784#M2414505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T14:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634785#M2414506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks - &lt;/P&gt;&lt;P&gt;When our users try to print out a report - they are asked to install something - they can not install software on their machines - do you have the msi that needs to run for this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 15:06:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634785#M2414506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T15:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634786#M2414507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;they are asked to install something&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll need more info on what this is. ActiveX printing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 16:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634786#M2414507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634787#M2414508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it's the active X printing.  We're currently delivering it via - &lt;/P&gt;&lt;P&gt;     &amp;lt;printControl&amp;gt;&lt;/P&gt;&lt;P&gt;        &amp;lt;add key="url" value="http://dla-ss-iis2/crystalreportviewers115/ActiveXControls/PrintControl.cab"/&amp;gt;&lt;/P&gt;&lt;P&gt;      &amp;lt;/printControl&amp;gt;&lt;/P&gt;&lt;P&gt;but I noticed that the crystalreportviewers115 was set up in ASP 1.1 - I changed it to 2.0 - it seems like it's working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this the best way to deliver the activex printing control?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 16:44:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634787#M2414508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T16:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634788#M2414509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is good. Just an FYI. There is a blog on activeX printing issues here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID1617741650DB11112347389125823727End?blog=/pub/wlg/14395" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=(J2EE3417500)ID1617741650DB11112347389125823727End?blog=/pub/wlg/14395&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 17:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634788#M2414509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T17:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634789#M2414510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ludek - SP 6 clearly helped - Monday is a very report intensive day - in the past we had to reset the service 5 or 6 times.  We only had to do it once between Thursday night and Monday mid day.  Any other suggestions?&lt;/P&gt;&lt;P&gt;URL: &lt;A href="http://dla-ss-iis2/dla_intranet/operations/reserve_good_cash.aspx?sl=85" target="test_blank"&gt;http://dla-ss-iis2/dla_intranet/operations/reserve_good_cash.aspx?sl=85&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Referer: &lt;A href="http://dla-ss-iis2/dla_intranet/operations/reserve_good_cash.aspx?sl=85" target="test_blank"&gt;http://dla-ss-iis2/dla_intranet/operations/reserve_good_cash.aspx?sl=85&lt;/A&gt;&lt;/P&gt;&lt;P&gt;IP: 192.168.13.40&lt;/P&gt;&lt;P&gt;Error Message on Inner Exception:Load report failed.&lt;/P&gt;&lt;P&gt;Full Error Message:System.Web.HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown. ---&amp;gt; System.Exception: Load report failed. ---&amp;gt; System.Runtime.InteropServices.COMException (0x80000000): The maximum report processing jobs limit configured by your system administrator has been reached. at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&amp;amp; DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&amp;amp; DocumentPath, Int32 Options) at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() --- End of inner exception stack trace --- at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) at CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport() at CrystalDecisions.CrystalReports.Engine.ReportDocument.get_Database() at DLA_Intranet.reserve_good_cash.display_report() in C:\Inetpub\wwwroot\Development\DLA_INTRANET2\Operations\reserve_good_cash.aspx.vb:line 385 at DLA_Intranet.reserve_good_cash.Page_Load(Object sender, EventArgs e) in C:\Inetpub\wwwroot\Development\DLA_INTRANET2\Operations\reserve_good_cash.aspx.vb:line 65 at System.Web.UI.Control.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) --- End of inner exception stack trace --- at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.operations_reserve_good_cash_aspx.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&amp;amp; completedSynchronously)&lt;/P&gt;&lt;P&gt;User: DAVIDLERNER\agrill&lt;/P&gt;&lt;P&gt;Form Values: &lt;/P&gt;&lt;P&gt;__EVENTTARGET:&lt;/P&gt;&lt;P&gt;__EVENTARGUMENT:&lt;/P&gt;&lt;P&gt;__LASTFOCUS:&lt;/P&gt;&lt;P&gt;__EVENTVALIDATION:/wEWKAKZisCGAQKM54rGBgLCi9reAwKUj8fhDAKakYilDALw86GVDwKZnMvlAwL&lt;EM&gt;6YyoCgKUgtudBwK2wbTHBgKQ/NFvAvWStNoGAtqplsUMAvygycQJAuG3q68PAsbOjZoFAqvl74QLAujFwJkCAs3cooQIAvWSiJ4NApjxv9wOAvWSnPkFAvWSsNQOAvWSpNYBAvWSuLEKAvv97twGAv790twGAvz97twGAty8tYsBAsWuopUEAty8wYgBAt28tYsBAtK8tYsBAtO8tYsBAu380W8C0pO02gYCt6qWxQwCnMH4rwIC2aHJxAkC85zy/QiB3FRhB8Jo8&lt;/EM&gt;Ys4eXAzNfwMuuCFA==&lt;/P&gt;&lt;P&gt;txtAccount:&lt;/P&gt;&lt;P&gt;ddBroker:WPIJ&lt;/P&gt;&lt;P&gt;ddBranch:WP&lt;/P&gt;&lt;P&gt;ddReport:All Active Accounts&lt;/P&gt;&lt;P&gt;cv1:_ctl2:_ctl9:1&lt;/P&gt;&lt;P&gt;cv1:_ctl2:_ctl11:AAEAAAD/////AQAAAAAAAAAEAQAAABxTeXN0ZW0uQ29sbGVjdGlvbnMuSGFzaHRhYmxlBwAAAApMb2FkRmFjdG9yB1ZlcnNpb24IQ29tcGFyZXIQSGFzaENvZGVQcm92aWRlcghIYXNoU2l6ZQRLZXlzBlZhbHVlcwAAAwMABQULCBxTeXN0ZW0uQ29sbGVjdGlvbnMuSUNvbXBhcmVyJFN5c3RlbS5Db2xsZWN0aW9ucy5JSGFzaENvZGVQcm92aWRlcgjsUTg/AwAAAAoKCwAAAAkCAAAACQMAAAAQAgAAAAMAAAAGBAAAAA5MYXN0UGFnZU51bWJlcgYFAAAAFUlzTGFzdFBhZ2VOdW1iZXJLbm93bgYGAAAAClBhZ2VOdW1iZXIQAwAAAAMAAAAICAEAAAAIAQAICAEAAAAL&lt;/P&gt;&lt;P&gt;cv1:_ctl2:_ctl13:&lt;/P&gt;&lt;P&gt;cv1:_ctl2:_ctl15:100&lt;/P&gt;&lt;P&gt;hdsl:85&lt;/P&gt;&lt;P&gt;cv1:_ctl5:_ctl3.x:13&lt;/P&gt;&lt;P&gt;cv1:_ctl5:_ctl3.y:5&lt;/P&gt;&lt;P&gt;Session Values: &lt;/P&gt;&lt;P&gt;For your Information: This error has been logged in the Database table Intranet_server__error_log&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2010 23:37:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634789#M2414510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-08T23:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634790#M2414511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at the event viewer. Any messages there? Depending on how "intensive" a day it was, it may be you are running into the print engine limit and going with a more sclable solutioin will be your only option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 16:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634790#M2414511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T16:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634791#M2414512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell by looking at the error message whether it's a print engine limit problem.  If this is the problem does a more scalable solution allow the existing reports to work w/o further developement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The first error message we got regarding Crystal was: &lt;/P&gt;&lt;P&gt;Event code: 3005 &lt;/P&gt;&lt;P&gt;Event message: An unhandled exception has occurred. &lt;/P&gt;&lt;P&gt;Event time: 2/9/2010 12:34:04 PM &lt;/P&gt;&lt;P&gt;Event time (UTC): 2/9/2010 5:34:04 PM &lt;/P&gt;&lt;P&gt;Event ID: 165a559802914894b990d5cb762647f4 &lt;/P&gt;&lt;P&gt;Event sequence: 14872 &lt;/P&gt;&lt;P&gt;Event occurrence: 77 &lt;/P&gt;&lt;P&gt;Event detail code: 0 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Application information: &lt;/P&gt;&lt;P&gt;    Application domain: /LM/W3SVC/1/Root/DLA_Intranet-1-129101511165117682 &lt;/P&gt;&lt;P&gt;    Trust level: Full &lt;/P&gt;&lt;P&gt;    Application Virtual Path: /DLA_Intranet &lt;/P&gt;&lt;P&gt;    Application Path: C:\Inetpub\wwwroot\DLA_Intranet\ &lt;/P&gt;&lt;P&gt;    Machine name: DLA-SS-IIS2 &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Process information: &lt;/P&gt;&lt;P&gt;    Process ID: 3108 &lt;/P&gt;&lt;P&gt;    Process name: w3wp.exe &lt;/P&gt;&lt;P&gt;    Account name: NT AUTHORITY\NETWORK SERVICE &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Exception information: &lt;/P&gt;&lt;P&gt;    Exception type: Exception &lt;/P&gt;&lt;P&gt;    Exception message: Load report failed. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Request information: &lt;/P&gt;&lt;P&gt;    Request URL: &lt;A href="http://dla-ss-iis2/dla_intranet/brokers/brk_BondInventory.aspx?sl=0" target="test_blank"&gt;http://dla-ss-iis2/dla_intranet/brokers/brk_BondInventory.aspx?sl=0&lt;/A&gt; &lt;/P&gt;&lt;P&gt;    Request path: /dla_intranet/brokers/brk_BondInventory.aspx &lt;/P&gt;&lt;P&gt;    User host address: 192.168.12.42 &lt;/P&gt;&lt;P&gt;    User: DAVIDLERNER\gisler &lt;/P&gt;&lt;P&gt;    Is authenticated: True &lt;/P&gt;&lt;P&gt;    Authentication Type: Negotiate &lt;/P&gt;&lt;P&gt;    Thread account name: NT AUTHORITY\NETWORK SERVICE &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Thread information: &lt;/P&gt;&lt;P&gt;    Thread ID: 5 &lt;/P&gt;&lt;P&gt;    Thread account name: NT AUTHORITY\NETWORK SERVICE &lt;/P&gt;&lt;P&gt;    Is impersonating: False &lt;/P&gt;&lt;P&gt;    Stack trace:    at Microsoft.VisualBasic.CompilerServices.Symbols.Container.InvokeMethod(Method TargetProcedure, Object[] Arguments, Boolean[] CopyBack, BindingFlags Flags)&lt;/P&gt;&lt;P&gt;   at Microsoft.VisualBasic.CompilerServices.NewLateBinding.LateGet(Object Instance, Type Type, String MemberName, Object[] Arguments, String[] ArgumentNames, Type[] TypeArguments, Boolean[] CopyBack)&lt;/P&gt;&lt;P&gt;   at DLA_Intranet.WebAppShare.trdBondReport.Populate(Object crReport, Boolean blnBroker, String OrdBy)&lt;/P&gt;&lt;P&gt;   at DLA_Intranet.brk_BondInventory.RunDsReport()&lt;/P&gt;&lt;P&gt;   at DLA_Intranet.brk_BondInventory.Page_Load(Object sender, EventArgs e)&lt;/P&gt;&lt;P&gt;   at System.Web.UI.Control.OnLoad(EventArgs e)&lt;/P&gt;&lt;P&gt;   at System.Web.UI.Control.LoadRecursive()&lt;/P&gt;&lt;P&gt;   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Custom event details: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see Help and Support Center at&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 18:16:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634791#M2414512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T18:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634792#M2414513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not from this, no. What do you see in the event viewer though? Do you see something like "report was submitted, waiting for next available license"? (I'm paraphrasing here as I do not remeber the exact message, but it's close enough. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ludek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 22:13:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634792#M2414513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T22:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634793#M2414514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text I sent you was copied right out of the event viewer - it's all there is.  Any ideas would be welcomed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 22:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634793#M2414514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T22:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634794#M2414515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No warnings, other related errors before that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2010 23:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634794#M2414515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-09T23:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Crystal runtime error - Load Report Failed</title>
      <link>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634795#M2414516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing that appears to be related e.g. reference set to null - non cyrstal pages - about 10 minutes before the load report failed.  Is there anywhere else I can look to see what may be the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Feb 2010 00:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/crystal-runtime-error-load-report-failed/qaa-p/6634795#M2414516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-10T00:40:18Z</dc:date>
    </item>
  </channel>
</rss>

