Notes error: Unable to open Name and Address Book (%s), due to error '%e'. Locations cannot be used until the problem has been corrected

Hello everyone,

I have created an agent that runs every hour on one server. If I run it manually, I get not errors. But if I let it run via schedule, I get this error.

I don’t know precisely which instruction generates this error (I will add some logging), but it’s in a class that tries to open the same DB on another server.

The agent is signed by me, but setup to run under a different name, this name being the one of a fake user (i.e. only use it to have the mail sender name).

Thanks in advance,

Maurice

Subject: Notes error: Unable to open Name and Address Book (%s), due to error ‘%e’. Locations cannot be used until the problem has been corrected.

As far as I am aware scheduled agents cannot access databases on other servers - and thats probably why your agent is failing.

When you run it manually then obviously Notes checks your authority to access the server and so it runs fine.

Subject: RE: Notes error: Unable to open Name and Address Book (%s), due to error ‘%e’. Locations cannot be used until the problem has been corrected.

as I am aware scheduled agents cannot access databases on other servers

Not anymore in R6 and up. You can enable this security feature via the server document

JYR

Subject: Notes error: Unable to open Name and Address Book (%s), due to error ‘%e’. Locations cannot be used until the problem has been corrected.

Error: "Unable to open name and address book (names.nsf), due to error

http://www-1.ibm.com/support/docview.wss?rs=463&context=SSKTMJ&context=SSKTWP&dc=DB520&dc=D600&dc=DB530&dc=D700&dc=DB500&dc=DB560&dc=DB540&dc=DB510&dc=DB550&q1="Locations+cannot+be+used+until+the+problem+has+been+corrected"&uid=swg21162529&loc=en_US&cs=utf-8&lang=en

Similar to this technote

JYR