[Native mobile] Synchronisation error after synchronising Account entity - Failed for security reasons

0
Hi, I have an error. I am trying to associate an object to the account entity in native and it seems to work; however, after a full synchronisation activity I get the below error in the console:   Failed to synchronize object '{id}': Applying change for 'WebServiceUser' of object with id '{id}' (Administration.Account) failed for security reasons. No write access for changed member. To prevent data loss, the changes have been stored under 'System.SynchronizationError' with id '{id}'.   I'm not changing the WebServiceUser attribute anywhere in the app so it's very confusing. I already looked at the synchronisation messages but there's no extra details in there. This error started happening after upgrading the project from 9.24.2 to 9.24.33    
asked
2 answers
1

Raised this with Mendix and they said it's a known issue in certain Studio Pro version and are currently working on a fix.

 

I tried this in version 9.24.28 and it works fine so maybe it'll help some of you.

answered
0

Hi Lukasz Pytel

     Instead of simply give Synchronize everything, Choose Selected object in that activity and select Account object to synchronize in that activity.

answered