How to Debug: User *** attempted to execute runtime operation R89JsA23F0qjdyi6/N/CKA

0
Hi all, is there an easy way to find out what operation this is? I get this error on a server log: User '***' attempted to execute runtime operation 'R89JsA23F0qjdyi6/N/CKA' but does not have the required permissions. It's nice that Mendix obfuscated that information for protection, but there should be some way for the developers to still identify what this means. Thanks, Fabian
asked
1 answers
3

Interesting question. I've found some documentation on this subject here.

At least locally, it's possible to check the deployment folder for the 'model/operations.json' file to get the  runtime operation registry. Not sure if it translates directly to production values however, but it's worth checking out.

 

answered