Failed to update and synchronize object in Mendix Native which was created from Web.

0
Hi All, In our application, it is a web and Native mobile solution. Any requests created in Native mobile is working as expected. But if we try edit a request created in Web in native Mobile we are getting the below error while we try to synchronize in a nanoflow. Failed to synchronize object '3096224743818418': com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"changes":"HashMap(Supervisor -> Venkatesh , IdeasWebModule.Idea_Implementer_Account -> null, IdeaNumber -> 13, IdeasWebModule.Idea_HPTTeam -> 54887620458577921, IdeasWebModule.Idea_Challeng...","type":"ChangeAction"}', all database changes executed by this action were rolled back. To prevent data loss, the changes have been stored under 'System.SynchronizationError' with id '3377699720528773'. I was doing an edit operation on an existing request by changing the value for one association field and adding a value to an empty association field. Thanks in advance
asked
1 answers
0

I think this was resolved in 9.5.1. There was an issue where a User/Account object could not be committed. From the release notes:

  • We fixed a known issue where a user could not be committed because of an incorrect security error. (Tickets 129493, 129605, 129902)
answered