Attempt to illegally change a value for object with id 83598068085850594 (PortalServices.TimeLine). Object hash is invalid!

0
Hi everyone, I am encountering an intermittent issue where I receive the following error message: “Attempt to illegally change a value for object with id '83598068085850594' (PortalServices.TimeLine). Object hash is invalid!” I have thoroughly checked all permissions related to the object in question, but the issue persists. Could you please assist in identifying the root cause of this error? Additionally, if there are any recommended solutions or configurations that I might need to adjust, kindly guide me through them.
asked
2 answers
0

Hi Kayalvizhi,

Are you using non persistable entity?

because the non-p entity which is stored for long period of time and it is cleared in memory and then you attempt to reuse it , the hash become invalid

see  this

answered
0

Hi,

see this thread

https://community.mendix.com/link/space/security/questions/134215

it seems platform issue ,many people are facing this in 10.12

answered