I am attempting to use:
Set db = new database(server, filename)
to access a database on a different server, via a background agent running on a different server.
In my environment i have three servers in three different domains:
Notes6Server 1 / Domain 1
Notes6Server 2 / Domain 2
Notes5Server 3 / Domain 3
All the servers are cross certified with one another, this is confirmed as each server happily replicates with one another.
As highlighted, both Server 1 and Server 2 are Domino 6 servers, Server 3 is a Domino 5 server.
I have an identical background agent running on each server, which accesses databases on the other two servers. I use the command:
Set db = new database(server, filename)
I have no problems when the notes 6 servers agents attempt to access databases on each others servers. However I get the following error when any of the notes 6 servers attempts to access a database on the notes 5 server:
Agent ‘x’ error: User CN=x/OU=x/OU=x/O=x cannot open database Server3!!x.nsf
I wonder if this is because a notes 6 server cannot access a notes 5 server via a background agent, but I’ve seen documentation to support this guess?
Has anyone had similar problems?
Anyone got any ideas of that I should try?
Thanks in advance.
Parmy