Scheduled agent and server file system

Hi to all,

i would like a scheduled agent to write a text file to the servers file system (i.e. c:\temp\export.txt).

In the server protocol I get the message: “Error creating product object”. If I start the agent manually, it works fine, obviously writing to my client directory.

The file permissions on the server are set to everyone / full access. The agent is signed with my id (admin). In the security tab “unrestricted operations and methods” ist set right.

Can anybody give me hint on what I’m missing? This must be possible.

Subject: Scheduled agent and server file system

Hope u r not using any UI methods. Which OS ur serevr is on?

Subject: RE: Scheduled agent and server file system

Thanks,

I found a “Dim ws as new NotesUIWorkspace” (although ws is never referenced later in the code - probably left from a copy and past.

Deleted the line - works fine now.

Thanks again.