Advertisement
Guest User

Untitled

a guest
Oct 11th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 6.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Se ha alcanzado el l&#237;mite m&#225;ximo de tareas de procesamiento de informes configuradas por el administrador del sistema.</title>
  5.         <meta name="viewport" content="width=device-width" />
  6.         <style>
  7.          body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
  8.          p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
  9.          b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
  10.          H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
  11.          H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
  12.          pre {font-family:"Consolas","Lucida Console",Monospace;font-size:11pt;margin:0;padding:0.5em;line-height:14pt}
  13.          .marker {font-weight: bold; color: black;text-decoration: none;}
  14.          .version {color: gray;}
  15.          .error {margin-bottom: 10px;}
  16.          .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
  17.          @media screen and (max-width: 639px) {
  18.           pre { width: 440px; overflow: auto; white-space: pre-wrap; word-wrap: break-word; }
  19.          }
  20.          @media screen and (max-width: 479px) {
  21.           pre { width: 280px; }
  22.          }
  23.         </style>
  24.     </head>
  25.  
  26.     <body bgcolor="white">
  27.  
  28.             <span><H1>Error de servidor en la aplicación '/'.<hr width=100% size=1 color=silver></H1>
  29.  
  30.             <h2> <i>Se ha alcanzado el l&#237;mite m&#225;ximo de tareas de procesamiento de informes configuradas por el administrador del sistema.</i> </h2></span>
  31.  
  32.             <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">
  33.  
  34.             <b> Descripción: </b>Excepción no controlada al ejecutar la solicitud Web actual. Revise el seguimiento de la pila para obtener más información acerca del error y dónde se originó en el código.
  35.  
  36.             <br><br>
  37.  
  38.             <b> Detalles de la excepción: </b>System.Runtime.InteropServices.COMException: Se ha alcanzado el l&#237;mite m&#225;ximo de tareas de procesamiento de informes configuradas por el administrador del sistema.<br><br>
  39.  
  40.             <b>Error de código fuente:</b> <br><br>
  41.  
  42.             <table width=100% bgcolor="#ffffcc">
  43.                <tr>
  44.                   <td>
  45.                       <code>
  46.  
  47. Se ha generado una excepci&#243;n no controlada durante la ejecuci&#243;n de la solicitud Web actual. La informaci&#243;n sobre el origen y la ubicaci&#243;n de la excepci&#243;n pueden identificarse utilizando la excepci&#243;n del seguimiento de la pila siguiente.</code>
  48.  
  49.                   </td>
  50.                </tr>
  51.             </table>
  52.  
  53.             <br>
  54.  
  55.             <b>Seguimiento de la pila:</b> <br><br>
  56.  
  57.             <table width=100% bgcolor="#ffffcc">
  58.                <tr>
  59.                   <td>
  60.                       <code><pre>
  61. [COMException (0x80000000): Se ha alcanzado el l&#237;mite m&#225;ximo de tareas de procesamiento de informes configuradas por el administrador del sistema.]
  62.    CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&amp; DocumentPath, Int32 Options) +0
  63.    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&amp; DocumentPath, Int32 Options) +90
  64.    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +259
  65.  
  66. [CrystalReportsException: No se ha podido cargar el informe.]
  67.    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +321
  68.    CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +851
  69.    CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename) +78
  70.    GetReport.getCuponPrepagoCreditoPDF() +486
  71.    GetReport.Page_Load(Object sender, EventArgs e) +497
  72.    System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +51
  73.    System.Web.UI.Control.OnLoad(EventArgs e) +95
  74.    System.Web.UI.Control.LoadRecursive() +59
  75.    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +678
  76. </pre></code>
  77.  
  78.                   </td>
  79.                </tr>
  80.             </table>
  81.  
  82.             <br>
  83.  
  84.             <hr width=100% size=1 color=silver>
  85.  
  86.             <b>Información de versión:</b>&nbsp;Versión de Microsoft .NET Framework:4.0.30319; Versión ASP.NET:4.7.2053.0
  87.  
  88.             </font>
  89.  
  90.     </body>
  91. </html>
  92. <!--
  93. [COMException]: Se ha alcanzado el l&#237;mite m&#225;ximo de tareas de procesamiento de informes configuradas por el administrador del sistema.
  94.    en CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
  95.    en CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
  96.    en CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
  97. [CrystalReportsException]: No se ha podido cargar el informe.
  98.    en CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
  99.    en CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
  100.    en CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
  101.    en GetReport.getCuponPrepagoCreditoPDF()
  102.    en GetReport.Page_Load(Object sender, EventArgs e)
  103.    en System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
  104.    en System.Web.UI.Control.OnLoad(EventArgs e)
  105.    en System.Web.UI.Control.LoadRecursive()
  106.    en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  107. [HttpUnhandledException]: Se produjo una excepci&#243;n de tipo &#39;System.Web.HttpUnhandledException&#39;.
  108.    en System.Web.UI.Page.HandleError(Exception e)
  109.    en System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  110.    en System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  111.    en System.Web.UI.Page.ProcessRequest()
  112.    en System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
  113.    en System.Web.UI.Page.ProcessRequest(HttpContext context)
  114.    en ASP.getreport_aspx.ProcessRequest(HttpContext context) en c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\26676eb7\92c7e946\App_Web_11qwulg2.3.cs:línea 0
  115.    en System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
  116.    en System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
  117. --><!--
  118. Esta página de error podría contener información confidencial porque ASP.NET está configurado para mostrar mensajes de error detallados con &lt;customErrors mode="Off"/&gt;. Considere la posibilidad de utilizar &lt;customErrors mode="On"/&gt; o &lt;customErrors mode="RemoteOnly"/&gt; en entornos de producción.-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement