WARNING - DataStorage_QueryHandling:

0
The logfile of an App contains a enormous amount of warnings. It could be related to the login of a users but I’m not sure. Putting the loglevel of DataStorage to trace does not provide any helpfull information to me. Anyone an idea how to prefent this this warning? WARNING - DataStorage_QueryHandling: Executing query with old implementation due to detected exception in new implementation: [MendixIdentifier:: id=14918173765667294 objectType=Administration.Account entityID=53] (of class com.mendix.basis.objectmanagement.MendixIdentifier)  
asked
2 answers
0

hi there,

you can query that id in Account table. if you are using the ldap module for sync user, i think you can delete from account and import user again.

hope this help

answered
0

See the release notes of Mx 8.6:

The message “Executing a query with an old implementation due to detected difference” is now a debug message instead of a warning.

So you can ignore this one or upgrade to Mx8.6+

Regards,

Ronald

 

answered