laptop and a wrench

Bug

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.

Last Published: March 20, 2018 Collector Classic for ArcGIS (Android)
Bug ID Number BUG-000112278
SubmittedMarch 8, 2018
Last ModifiedJune 5, 2024
Applies toCollector Classic for ArcGIS (Android)
Version found17.0.4
Operating SystemAndroid
Operating System Version7.0x
StatusNon-Reproducible

Additional Information

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

Workaround

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"

 

}

 

]

Steps to Reproduce

Bug ID: BUG-000112278

Software:

  • Collector Classic for ArcGIS (Android)

Get notified when the status of a bug changes

Download the Esri Support App

Discover more on this topic

Get help from ArcGIS experts

Contact technical support

Download the Esri Support App

Go to download options