How to connect to SAP by using JCo

1
Hello. I created a Mendix app which connects to SAP by using Java Connector (JCo). I can figure out how to connect to SAP when running locally. However, when running on SAP Cloud Platform, the exception below occurs. java.io.FileNotFoundException destination.jcoDestination (Permission denied) com.mendix.systemwideinterfaces.MendixRuntimeException: java.lang.RuntimeException: Unable to create the destination file destination.jcoDestination at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156) Caused by: java.lang.RuntimeException: Unable to create the destination file destination.jcoDestination at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:30)....  How can I solve this issue and connect to SAP on SCP successfully? Thank you in advance.
asked
0 answers