Reputation: 269
I get an error
Path/file access error
in my agent.
What is the nature of this error?
This may be happening due to kill statement. So something to do with ACL?
Thanks in advance.
Upvotes: 0
Views: 3359
Reputation: 11
Path/file access error appears when you try do access the FileSystem. You say that the kill Command is used. So maybe the File, you try to delete, didnt exist or you have no write access on your Filesystem.
It has nothing to do with the ACL.
Upvotes: 0
Reputation: 426
You'll get a Path/file access error if the file doesn't exist, so check the spelling.
You might also get the error if the file is not closed.
Upvotes: 0
Reputation: 14628
Select the agent in Domino Designer and check the security tab of the Agent Properties box. Make sure that the Restricted Operations field is set to "Allow restricted operations" or "Allow restricted operations with full administration rights". See here.
Also, make sure that the agent signer is granted unrestricted agent access on the Security tab of the Server Document for the server where the agent is running. See here.
Upvotes: 3