Trusted Servers - Opening a database

Hi

I am trying to access a database hosted on another server from a server side agent.

Both servers are running Domino V6.

An agent on Server A is trying to open a database on Server B.

Server A is specified as a trusted server in Server B’s server document in the NAB.

The agent can get a handle to the database, but is unable to open the database.

I have read Julie’s FAQ which creates a replica on a server, but does not discuss opening a database on a server.

Anyone, please feel free to gloat at my stupidity.

Stay gold

Nick

Subject: Trusted Servers - Opening a database

I would suggest putting in debugging code that logs errors and find out exactly where it is failing. Someone will probably suggest using remote debugging since both servers are R6, but I have not been able to get that work. If you want to go that route, good luck.

If you do have a specific error message let us know what it is. Also post the section of code that gets the handle to the database and then tries to open it.

Thanks,

Charles

Subject: Trusted Servers - Opening a database

There is an article that discusses this topic called “Decoding ND6 agents”, did you see it? You did not mention of the agent signer is specified in the ACL of the database, if not you have to add it.

Subject: Trusted Servers - Opening a database - stupid developer syndrome

okley dokely

this was being caused by some errors with the network, I am now using the IP address to open the erver and everything is hunky dorey.

ta ta

Nick