Open GoogleCodeExporter opened 8 years ago
Please give write permission for the cordys user on the directory /opt/. By
default cordys user will have write permission only on the directory
CORDYS_INSTALL_DIR/Web/.
try this:(assuming that CORDYS_INSTALL_DIR = /opt/Cordys/definst/)
<WriteFile xmlns="http://schemas.cordys.com/1.0/ac/FileConnector">
<filename>/opt/Cordys/definst/Web/test.txt</filename>
<append></append>
<encoded></encoded>
<charset></charset>
<data>hello!!</data>
</WriteFile>
Original comment by srkrish...@cordys.com
on 22 Aug 2011 at 7:31
This is not a right problem on the directory, but a ACL problem. There is no
ACL on the everyone Role defined and no other Roles are defined. In this case
the methods are blocked. Only when you have the Developer Role, you can execute
the methods. This is done for testing purposes. However this is not what you
want in production.
The solution would be to add an ACL to a Role and rebuild within BOP4?
Original comment by rvdkimme...@gmail.com
on 23 Aug 2011 at 6:15
I have build the file connector with ACL and now it works fine
Original comment by rvdkimme...@gmail.com
on 28 Sep 2011 at 12:39
Is this something that would benefit others as well? Or is this something
custom?
Maybe you can share a patch which could be incorporated into the file connector
future versions.
Original comment by ma...@vandeveen.com
on 29 Sep 2011 at 12:47
I have made a custom ACL file for our purposes, but it could be used as a basis
to have a more elaborated ACL on the file connector.
Original comment by rvdkimme...@gmail.com
on 29 Sep 2011 at 12:56
Okay, Then let's keep it custom. Nice to here that you were able to fix this
yourself.
Original comment by mvdv...@cordys.com
on 1 Oct 2011 at 9:41
Original issue reported on code.google.com by
rvdkimme...@gmail.com
on 22 Aug 2011 at 7:03