WebQuerySave : cannot open database on another server

Hi,

 I have a lotusscript agent that need to open a database that is in another server. 

 when this agent is called from a QuerySave (Notes Client.), it works.

 when this agent is called from a WebQuerySave (Web Client.), it doesn't works. The error message explain it didn't find the target database.

Thank for your help.

Subject: WebQuerySave : cannot open database on another server

The typical reason would be that the effective user running the code has no access to that database. Could be the signer of the agent or the “run on behalf of” user or the current user (which could be anonymous), if the "run as web user2 box is ticked.

Subject: RE: WebQuerySave : cannot open database on another server

Or it could be that the servers don’t trust each other (settable on the server doc).