August 5, 201510 yr Newbies Can anyone give me an idea of where to look to troubleshoot? Everything is working flawlessly for pulling data to the mobile device - new records, modifications, etc, however, it is not pushing back to the hosted database. No errors are reported. I am using my computer for the hosted database, and an iPad (also tried with my laptop) for the mobile database. I am sure I have a typo or other error somewhere, but having some direction of where to look would be appreciated. Thank you in advance.
August 5, 201510 yr Have you tried the debugging method at the end of this page: http://timdietrich.me/fmeasysync/docs-easysync-integration.php ?
August 5, 201510 yr Author Newbies Thanks for reminding me of this document, Dan. I have double checked relationships, layouts, table and field names, etc, but I am going to triple check... The first sync or two, when it threw an error message, made it fairly straight forward to catch these types of errors, and correct them. Now that I get a "Sync Complete" message, and no errors, I have gotten stuck, as so much of the process is working perfectly!
August 6, 201510 yr Author Newbies Double checked everything. One table is being pushed, but the other 2 are not.... Still perfect on the pull to the mobile.
August 7, 201510 yr alksmokey, i Had the same issue at once stage and found that when fiddling I had inadvertantley copied the ES_Exclude from the host to the mobile and had a calculation in that which when on the host worked fine restricting the sync to a particular person but when on the mobile side it was restricting that user from syncing back to the host i.e. reversing the logic.. I just reverted the field on the mobile to default and havent looked back. Cheers.
August 7, 201510 yr Author Newbies Thanks Peter. It was an Exclude field error that was causing the problem.... Not a calculation issue, but a typo that my brain missed a hundred times. Thanks for your input and help!
Create an account or sign in to comment