laptop and a wrench

Bug

Unable to add pages to the Gallery in ArcGIS Enterprise Sites when the Gallery contains 10 pages and the Site has more than 40 pages.

Last Published: January 16, 2023 Portal for ArcGIS
Bug ID Number BUG-000132068
SubmittedJuly 7, 2020
Last ModifiedJune 5, 2024
Applies toPortal for ArcGIS
Version found10.8
Operating SystemWindows OS
Operating System Version10.0
StatusWill Not Be Addressed

Additional Information

The issue is fixed in ArcGIS 10.8.1 Enterprise Sites Patch 3.

Workaround

Create a new web.config file at C:\inetpub\wwwroot where ArcGIS Web Adaptor with Portal for ArcGIS is installed using the following code snippet:

<?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>

Steps to Reproduce

Bug ID: BUG-000132068

Software:

  • Portal for ArcGIS

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options