I wrote an agent to automatically pull some data in from another Notes DB and update some documents in the local DB with the data. This works fine when run from the Notes Client. When running from the server, I get an error “4271”, NOTES_ERR_DBSECURITY.
My server is R6, but the server I am connecting to is R5. Is it possible to get this to work? It would be extremely useful if it would, because I don’t want to have to manually run this thing on a daily basis…