Specify the value - Mendix Forum

Specify the value

8

Sometimes a Connector error is thrown that looks like this:

 

"Attempt to illegally change a value for object with id "1234567890" (ModuleName.EntityName)"

 

It would help if the value was specified, e.g. the name of the attribute or the name of the association:

 

"Attempt to illegally change value {1} for object with id "1234567890" (ModuleName.EntityName)", where {1} is the name of the attribute or association.

 

asked
1 answers

I have the same problem with Frederic. The error log is as below:
 

ERROR - Connector: An error has occurred while handling the request. [User '0110617' with session id '7d1e11b0-XXXX-XXXX-XXXX-XXXXXXXXe5c3' and roles 'SysAdmin'] ERROR - Connector: com.mendix.webui.WebUIException: Attempt to illegally change a value for object with id '90071992547411927' (Administration.Account). Object hash is invalid! at com.mendix.webui.requesthandling.HashUtilImpl$.verifyHash(HashUtilImpl.scala:56)

 

What is the root casuse?

Created