Bug
Bug ID Number | BUG-000146853 |
---|---|
Submitted | February 14, 2022 |
Last Modified | January 29, 2025 |
Applies to | ArcGIS Web Adaptor |
Version found | 10.9.1 |
Operating System | Windows OS |
Operating System Version | 2019 64 Bit |
Status | As Designed |
Refer to the workaround in the following article: https://support.esri.com/en/technical-article/000015245.
However, note that the line in web.config for the Web Adaptor (WA) the parameter to search, maxQueryStringLength does not yet exists. Esri recommends searching for httpRuntime and then edit the line to contain the missing parameters. Thee final line is:
<httpRuntime maxUrlLength="2097151" maxQueryStringLength="2097151" maxRequestLength="2097151" executionTimeout="100000" targetFramework="4.5" />
Besides under <system.webServer>, the <requestLimits> line must be modified to the following:
<requestLimits maxAllowedContentLength="2147483648" maxQueryString="2147483648" />
Restart IIS for the changes to take effect.
Bug ID: BUG-000146853
Software:
Get help from ArcGIS experts
Download the Esri Support App