Detaching files to mapped drive

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

Subject: Server starting as a Service?

Subject: yep!

Subject: Then it will not have any drive mappings available. Drives are mapped when the User Logs in.

There are some solutions to this problem, but offhand can not remember what they are.

Subject: RE: Then it will not have any drive mappings available. Drives are mapped when the User Logs in.

OK, thanks for the hint!Buzzy

Subject: Detaching files to mapped drive

Since it’s a server drive, don’t forget to check the drive’s access rights. That bit me once as well.

Collin