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 支持应用程序

发现关于本主题的更多内容

获取来自 ArcGIS 专家的帮助

联系技术支持部门

下载 Esri 支持应用程序

转至下载选项