Subject: RE: How to access shared path from server
likely reason this is not working.
When I user run the agent it is using the mapped drive of the USER, this works because the use is logged in and the drive is mapped. The problem is that when the server is running it the mapped drive does not exist - this is where network HBA come into play to allow a authenticated drive mapped across the network.
You can try and put the full path to the share in the code ie \servername\path etc and have the security set to Annon full control. This would mean that server can just dump what it was etc.
Subject: RE: How to access shared path from server
make sure the server that domino is running on has access to the share on the destination server. the server that domino is running on should have a domain acct and that needs to be granted access to the share in order to authenticate.