Hi all,
While Data Sync Enable, Doing related action For Update query in the table by using the Write to data store smart service. I am getting data sync error as below screenshot.
I have generated the related action by using "generate a Record action". but in documentation said that Immediate sync is possible by using write to data store smart service.But it is failing and returning error as below
Thank you.
Discussion posts and replies are publicly visible
If you search that issue identifier in the application server logs, do you find a corresponding error message? That should help you begin to troubleshoot. Also, could you share information about the CDT you're using? Does the process complete successfully?
Thanks for the reply,
The Process completed Successfully
Please Find the attachments for error logs and CDT information Below
There's something weird in that XSD - it looks like all of your "columnDefinition" properties are actually showing as "columnDeTESTition". Can you try to update those and re-upload the XSD? I'd be curious if when you try to write data if the issue is resolved.
You'll likely need to re-sync manually before testing the immediate sync again. If that still doesn't work, can you post the app server log from the time you triggered the immediate sync? The snippet above looks like it's for when you tried to query the synced data, but the issue likely occurred on sync instead of on query.
The CDT has been corrected and the issue is still raising
It's worth checking the setup of your primary key column. Has it been set to UNSIGNED for example? I would suggest testing it with a datatype of INT instead of BIGINT.
I would also review any user filters and the list view for any unmapped columns or links if you have been modifying the record type i.e. look for examples of the annotation being 'exploded' to it's guid. I haven't seen the latter suggestion affect sync but it can cause issues on deployment so who knows.
Given the error message in the logs, I'd suggest opening a support case.