laptop and a wrench

Error

In ArcGIS Enterprise 10.7, creating more than 39 pages within a site through ArcGIS Enterprise Portal causes "An Unexpected Error has Occurred" page. There is documentation stating there is no limit to the number of pages that can be made, therefore users should be able to create more than 39 pages without any error. Below is documentation on creating pages for a site: https://enterprise.arcgis.com/en/portal/latest/use/creating-pages-on-your-site.htm

Última publicación: August 22, 2019 Portal for ArcGIS
Número de ID del error BUG-000124630
EnviadoAugust 19, 2019
Última modificaciónFebruary 7, 2025
Relacionado conPortal for ArcGIS
Versión encontrada10.7.1
EstadoKnown Limit

Información adicional

Increase the IIS max query length. Out of the box Windows sets this very low. The reason for the error is the length of a query to the API. We are changing the approach of this page to prevent a long query in 10.8 but there are other queries that could run into this. In general it is a good idea to increase the default limit in IIS.

Solución alternativa

Go into the 'web.config' file within the C:\inetpub\wwwroot folder and update the code to read:

<?xml version="1.0" encoding="UTF-8"?>

<configuration>

  <system.webServer>

    <security>

      <requestFiltering>

        <requestLimits maxUrl="10999" maxQueryString="9999" />

      </requestFiltering>

    </security>

  </system.webServer>

<system.web>

<httpRuntime maxUrlLength="10999" maxQueryStringLength="2097151" />

<customErrors mode="Off" />

  </system.web>  

</configuration>

Pasos para reproducir

ID del error: BUG-000124630

Software:

  • Portal for ArcGIS

Recibir notificaciones cuando cambie el estado de un error

Descargar la aplicación de soporte de Esri

Descubrir más sobre este tema

Obtener ayuda de expertos en ArcGIS

Contactar con el soporte técnico

Descargar la aplicación de soporte de Esri

Ir a opciones de descarga