laptop and a wrench

漏洞

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

上次发布: August 22, 2019 Portal for ArcGIS
漏洞 ID 编号 BUG-000124630
已提交August 19, 2019
上次修改时间February 7, 2025
适用范围Portal for ArcGIS
找到的版本10.7.1
状态Known Limit

附加信息

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.

解决办法

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>

重现步骤

漏洞 ID: BUG-000124630

软件:

  • Portal for ArcGIS

当漏洞状态发生变化时获得通知

下载 Esri 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项