Inicio > Agencia para la Reincorporación y la Normalización (ARN) > Informes
 Ayuda (nueva ventana) 
Acciones
|
|
de0
|
|
BuscarSiguiente
|

Imprimir

Cancelar

Fin

❌
Microsoft SQL Server Reporting Services
ErrorError
  • Los permisos otorgados al usuario 'NT AUTHORITY\ANONYMOUS LOGON' son insuficientes para realizar esta operación. ---> Microsoft.ReportingServices.Diagnostics.Utilities.AccessDeniedException: Los permisos otorgados al usuario 'NT AUTHORITY\ANONYMOUS LOGON' son insuficientes para realizar esta operación.

Error de configuración del visor de informes

El controlador HTTP de controles web del visor de informes no está registrado en el archivo web.config de la aplicación. Agregue <add verb="*" path="Reserved.ReportViewerWebPart.axd" type = "Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> a la sección system.web/httpHandlers del archivo web.config, o bien agregue <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*" path="Reserved.ReportViewerWebPart.axd" type="Microsoft.ReportingServices.SharePoint.UI.WebParts.WebPartHttpHandler, Microsoft.ReportingServices.SharePoint.UI.WebParts, Version=13.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" /> a la sección system.webServer/handlers para Internet Information Services 7 o posterior.

Cargando...Cargando...
Cancelar