Hi there,I’ve got a scheduled agent which should detach attachments from incoming mails to a LAN-machine mapped to the domino-server (letter “Q”).
What I get is a “Path/file access error” in the second line:
…
pathName$ = “Q:\export.test”
fileName$ = Dir$(pathName$, 0)
and “Notes error: Access to data denied.” here:
Call o.ExtractFile( “Q:\export.test”)
The drive get mapped, when the server starts.
Are there any (windows-)settings which prevent the agent from detaching? The agent’s runtime-security are set to “3”.
Thanks in advance for any hint!
Buzzy