Tengo inconveniente al generar un reporte en la versión 1.19.1.6 con el visor, me está mostrando este error en la consola:

Failed to load resource: the server responded with a status of 500 (Internal Server Error)

Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500
at Function.Error.create (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:2736)
at Sys.WebForms.PageRequestManager._createPageRequestManagerServerError (http://localhost/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OEmxWYvNr6hw08bgRcMUHOpmzLrM8v4lbwD_Y_zZqy1z-bWv_Slnm35MS8oHhOBwS9f9PlQ11yFrFK56egebEAZ7k9MY3ny07SaLo-zGC7RluGdPbq-zUEr7dksDDu9zysADMqaqGvkMSho0hpXG7is1&t=2fe674eb:5:11490)
at Sys.WebForms.PageRequestManager._onFormSubmitCompleted (http://localhost/ScriptResource.axd?d=dwY9oWetJoJoVpgL6Zq8OEmxWYvNr6hw08bgRcMUHOpmzLrM8v4lbwD_Y_zZqy1z-bWv_Slnm35MS8oHhOBwS9f9PlQ11yFrFK56egebEAZ7k9MY3ny07SaLo-zGC7RluGdPbq-zUEr7dksDDu9zysADMqaqGvkMSho0hpXG7is1&t=2fe674eb:5:25554)
at Array.<anonymous> (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:307)
at http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:51370
at Sys.Net.WebRequest.completed (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:89758)
at XMLHttpRequest._onReadyStateChange (http://localhost/ScriptResource.axd?d=NJmAwtEo3Ipnlaxl6CMhvk38gvpxVSXUmGc68nD7va1jgG84n-xmwRwWhxjIA3g956XEBhWUKCGfBkxBnWrouxKYgjYZ_yC00J1EngF4gjz3DyfzLjVKflGDoFJktqWDh5bd_8gE4UEOIlGZV0F7mwVsKT0RavwU6_68WdhcE-k1&t=2fe674eb:5:84357)

El Elmah muestra esto:

System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x80004005): Maximum request length exceeded.
at System.Web.HttpRequest.GetEntireRawContent()
at System.Web.HttpRequest.FillInFormCollection()
at System.Web.HttpRequest.EnsureForm()
at System.Web.HttpRequest.get_Form()
at System.Web.HttpRequest.get_HasForm()
at System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull)
at System.Web.UI.Page.DeterminePostBackMode()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
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.reports_localreportingservicesviewer_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step)
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

asked 26 May '21, 11:00

Josue%20Mancilla's gravatar image

Josue Mancilla
(suspended)
accept rate: 42%

El error es:

System.Web.HttpException (0x80004005): Maximum request length exceeded

¿Qué tanta información está enviando el POST en el Request?

Verificá con los Developers Tools y lo agregas a la pregunta

(31 May '21, 12:10) Fernando Paz ♦♦ Fernando%20Paz's gravatar image
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Evolution en BitBucket

En este sitio puede acceder al código fuente, centro de descargas y reportar bugs, propuestas y mejoras para Evolution.

Evolution en JIRA

En este sitio puedes sugerir nueva funcionalidad para Evolution, o puedes votar por la funcionalidad ya propuesta por otros usuarios.

Tags:

×44

Asked: 26 May '21, 11:00

Seen: 243 times

Last updated: 31 May '21, 12:14

[Acerca de] [Preguntas Frecuentes] [Privacidad] [Soporte] [Contacto]
Copyright 2013-2018. Asesores en Informática