laptop and a wrench

不具合

Queries with Czech or Slovak characters do not work on services when the data is stored in an SQL server database.

ArcGIS GIS Server
不具合 ID 番号 BUG-000162080
送信されましたOctober 13, 2023
最終更新日June 5, 2024
適用対象ArcGIS GIS Server
見つかったバージョン11.1
オペレーティング システムWindows Server
オペレーティング システムのバージョン2019 64 Bit
ステータスAs Designed

参考情報

The N prefix must be used while querying using a Unicode string against SQL Server. For reference, refer to https://support.esri.com/en-us/knowledge-base/problem-attribute-queries-using-unicode-strings-do-not-000009193.

対処法

A possible workaround is to include the N prefix before the string to query.

Not working:

Field='<SearchText>'

Add N before the string and it supposedly works:

Field=N'<SearchText>'

Alternatively, instead of referenced publishing, publish with CopyOption, when suitable.

再現の手順

不具合 ID: BUG-000162080

ソフトウェア:

  • ArcGIS GIS Server

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

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

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

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

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

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

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