laptop and a wrench

不具合

Collector for ArcGIS (Android) fails to display a hosted feature layer published from Survey123 Connect for ArcGIS (the survey has to contain a repeat) to Portal for ArcGIS.

最後に公開された状態: March 20, 2018 Collector Classic for ArcGIS (Android)
不具合 ID 番号 BUG-000112278
送信されましたMarch 8, 2018
最終更新日June 5, 2024
適用対象Collector Classic for ArcGIS (Android)
見つかったバージョン17.0.4
オペレーティング システムAndroid
オペレーティング システムのバージョン7.0x
ステータスNon-Reproducible

参考情報

This issue is not reproducible in Collector for ArcGIS (Android) version 20.1.

対処法

By opening the ArcGIS Server administrator page and editing the service definition, this condition is fixed by removing the 'quotes' around the number for 'id' in the 'relationships' object, so the original JSON:

 

 

"relationships": [

 

{

 

"cardinality": "esriRelCardinalityOneToMany",

 

"composite": true,

 

"id": “0”,

 

"keyField": "uniquerowid",

 

"name": "Relationship_rpt_tbl",

 

"relatedTableId": 1,

 

"role": "esriRelRoleOrigin"

 

}

 

]

 

 

becomes

 

 

"relationships": [

 

{

 

"cardinality": "esriRelCardinalityOneToMany",

 

"composite": true,

 

"id": 0,

 

"keyField": "uniquerowid",

 

"name": "Relationship_rpt_tbl",

 

"relatedTableId": 1,

 

"role": "esriRelRoleOrigin"

 

}

 

]

再現の手順

不具合 ID: BUG-000112278

ソフトウェア:

  • Collector Classic for ArcGIS (Android)

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

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

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

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

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

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

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