Flat file import

0
I want to use the flat file import. I think I configured all as it should be. I have setup the directory as: D:/Mendix/Binkmolen-main/deployment/data/import/ As I understand this should be done because of Java security and I dont want to change the Java RTE. Currently security is switched off, its a single user application and its only deployed localy The error I get in de the logfile is access denied (java.io.FilePermission D:\Mendix\Binkmolen-main\deployment\data\import read)
asked
1 answers
0

You should disable "Emulate cloud security" in your configuration in order to have access to files in your local folders. Go to Project Settings, Edit configuration, Server-tab, and set Emulate cloud security to No.

answered