After Compliling the latest Atom feed module and Sync , i can now succesfuly sync between my local instances.
i found out a few issues,
When i was doing a push , Sync failed to solve the issue of conflicting Patient identifiers
org.openmrs.module.sync2.api.exceptions.SyncException: Object posting error. Code: 400. Details:
400 Bad Request : {"error":{"message":"Invalid Submission","code":"webservices.rest.error.invalid.submission","globalErrors":[{"code":"Identifier 1003C3 already in use by another patient","message":"Identifier 1003C3 already in use by another patient"}],"fieldErrors":{}}}
at org.openmrs.module.sync2.api.sync.SyncClient.pushData(SyncClient.java:105)
We need to have a functionality of clearing Audit log , without manualy deleting it from the database
I was testing out Syncying when the White list param is enabled and disabled, but the servers succesfully synced regardless of whether the value is false or true.
Could this be a bug we would need to work on also??
@dkayiwa@ssmusoke
@reagan i think your right, i actually hadnt yet gone thru those issues reported. most of what i was reporting about here are already tickets ready for work
@mozzy@odorajonathan am failing to sync data from parent to the child even though am getting successful sync message but with no data in the audit log .
My parent configs and child configs, Am running the the two instances on different disksâŠ
Need some help here