laptop and a wrench

不具合

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.

最後に公開された状態: January 16, 2023 Portal for ArcGIS
不具合 ID 番号 BUG-000132068
送信されましたJuly 7, 2020
最終更新日June 5, 2024
適用対象Portal for ArcGIS
見つかったバージョン10.8
オペレーティング システムWindows OS
オペレーティング システムのバージョン10.0
ステータスWill Not Be Addressed

参考情報

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

対処法

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>

再現の手順

不具合 ID: BUG-000132068

ソフトウェア:

  • Portal for ArcGIS

バグのステータスが変更されたときに通知を受け取る

Esri Support アプリのダウンロード

このトピックについてさらに調べる

ArcGIS エキスパートのサポートを受ける

テクニカル サポートへのお問い合わせ

Esri Support アプリのダウンロード

ダウンロード オプションに移動