不具合
| 不具合 ID 番号 | BUG-000146853 |
|---|---|
| 送信されました | February 14, 2022 |
| 最終更新日 | January 29, 2025 |
| 適用対象 | ArcGIS Web Adaptor |
| 見つかったバージョン | 10.9.1 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 2019 64 Bit |
| ステータス | 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.
不具合 ID: BUG-000146853
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード