Hi guys,
I have a strange issue. I created a feature layer that is registered with the Oracle database and enabled its offline functionality. Everything seems fine: I can create an offline area, draw a point, and submit data. Even the sync on the Field Maps app occurs without any error messages. Additionally, I checked the ArcGIS server job log of the sync tool, and it shows 'esriJobSucceeded', indicating success.
The full response of 'out_result' is:
{
"paramName": "out_result",
"dataType": "GPString",
"value": {
"transportType": "esriTransportTypeUrl",
"responseType": "esriReplicaResponseTypeNoEdits",
"replicaServerGen": 5,
"replicaName": "Ags_Fs",
"replicaID": "30f2e7ba-6f5b-466b-9858-ca8f36f51dab",
"targetType": "client",
"resultUrl": ""
}
}
However, the data does not update to the feature layer, and there is no data in the table.
I suspect the issue might be due to the projection on the Field Maps being different from that of the feature layer, as we use EPSG:28355.
But if it were a projection issue, shouldn't it display an error message?
Has anyone else experienced a similar issue?
Any update on this? Was this resolved? I am facing the same issue. Any suggestion would be much appreciated.
Regards
Hi,
Do You know solution ? I have the same problem now...