DatabaseConnector

0
Hi All,   Im trying to run a query through database connector module (By mendix) the java action always raise these two errors:   Error in execution of monitored action 'executeaction' (execution id: 1523785942421-5, execution type: CLIENT) No permission to perform the following action while running with cloud security (emulation) enabled: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.security.krb5")   i tried to run the application local and cloud, same behavior :( by tracing this issue i found that its related to the file (.policy) in the deployment directory, i have tried to write a piece of code, but it rebuilt each time you run the app. maybe there is a way to stop the cloud security!!!   any help.
asked
1 answers
1

Locally you can turn cloud security off ( Settings / Configurations and then edit tab Server). In the cloud it depends on which Mendix cloud you are. Mendix V4 should work out of the box and for the V3 cloud you need to file a support ticket to change the security policy.

Regards,

Ronald

[EDIT]

I am no Oracle specialist but this website might give a clue: https://chartio.com/resources/tutorials/how-to-fix-ora-12505-tns-listener-does-not-currently-know-of-sid-given-in-connect-descriptor/

 

answered