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.

Zuletzt veröffentlicht: March 20, 2018 Collector Classic for ArcGIS (Android)
Bug-ID-Nummer BUG-000112278
EingereichtMarch 8, 2018
Zuletzt geändertJune 5, 2024
Gilt fürCollector Classic for ArcGIS (Android)
Gefunden in Version17.0.4
BetriebssystemAndroid
Betriebssystemversion7.0x
StatusNon-Reproducible

Zusätzliche Informationen

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"

 

}

 

]

Schritte zur Reproduzierung

Bug-ID: BUG-000112278

Software:

  • Collector Classic for ArcGIS (Android)

Benachrichtigung erhalten, wenn sich der Status eines Bugs ändert

Esri Support App herunterladen

Weitere Informationen zu diesem Thema erkunden

Unterstützung durch ArcGIS-Experten anfordern

An den technischen Support wenden

Esri Support App herunterladen

Zu Download-Optionen wechseln