I trying to upload a csv file from a local computer into a workflow
Local computer is a Win 2008 R2 running the vCO client
I found out i have to use mimeattachment as the data type (input)
every time i try doing it i get
[2015-01-27 10:35:06.824] [I] Permission denied on file '/var/lib/vco/app-server/bin/MimeAttachment:ch.dunes.scripting.jsmodel.JSMimeAttachment@647ae42f' , read not allowed
i then edited the file js-io-rights.conf
and changed it to
+rwx /
+rwx /var/run/vco/
-rwx /etc/vco/app-server/security/
+rx /etc/vco/
+rx /var/log/vco/
Now the exception thrown is
File Not Found : MimeAttachment:ch.dunes.scripting.jsmodel.JSMimeAttachment@59857f85
Any suggestions??