laptop and a wrench

不具合

ArcGIS Web Adaptor 10.9.1 fails to process some WFS filters for GetFeature requests.

最後に公開された状態: March 3, 2022 ArcGIS Web Adaptor
不具合 ID 番号 BUG-000146853
送信されましたFebruary 14, 2022
最終更新日January 29, 2025
適用対象ArcGIS Web Adaptor
見つかったバージョン10.9.1
オペレーティング システムWindows OS
オペレーティング システムのバージョン2019 64 Bit
ステータスAs Designed

参考情報

The development team determined that this behavior is as designed. Please log any suggestions for improvements on the ArcGIS Ideas site.

対処法

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 Web Adaptor

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

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

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

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

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

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

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