Data Sync For Related Actions Error(While Updating The Data)

Certified Senior Developer

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

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Tim

    For what it's worth (6 months later):

    I recently ran into this exact error message (which is still undocumented on the Appian Documentation page: docs.appian.com/suite/help/21.4/Records_Monitoring_Details.html#other-sync-errors) and scenario (writes to DSE consistently caused Record Type's data sync to fail, evem though the data changes _do_ get persisted, and manually running a data sync has no problems). In my case, the underlying database table's PK was configured as INT UNSIGNED. When I updated it to be simply INT, the data sync errors on DSE writes went away.

    Any ideas why the use of UNSIGNED on a PK would cause such an issue with Data Sync?

Children