Doing some testing and prototyping, I have created a replica in a feature service on our ArcGIS Server (version 10.9.1), using the ArcGIS REST API createReplica operation. The database is not versioned but is enabled for archiving. I downloaded the generated mobile geodatabase and did an edit. Now I'd like to synchronize the changes back to the server, using the REST API synchronizeReplica operation.
In the Synchronize Replica documentation of the ArcGIS Rest APIs, the "edits" parameter details state that the "editsUploadID" and "editsUploadFormat" can be used to specify the edits in a delta file. I'm just trying to figure out how to generate that delta file. I have tried "Export Data Change Message" in ArcGIS Pro but am getting a generic error:
ERROR 000286: An error was encountered while executing ExportReplicaSchema.
Failed to execute (ExportDataChangeMessage).
Is there a way, e.g., in ArcGIS Pro, to extract just the changed features/rows in a format that can be used in the synchronizeReplica operation (sqlite or json)?