Solution to: A required certifier entry was not found in the Name and Address Book Michael ODonnell 25.May.04 06:37 AM a Web browser Domino Designer 6.5Windows 2000
For everyone who has been having problems with this error when trying to use the MoveUserInHierarchyComplete new R6 LotusScript Method.
This error occurs when you are trying to run the agent through your client. For some reason to submit the request it uses your local names.nsf to look for the certificate. You need to run this agent on the server (either by scheduling the agent, calling the agent with runonserver or event driven). And it works fine.
If you want to get the code to work through your client you can copy and paste the certificates into your local names.nsf. This is handy for testing but not too useful in the long term as you would need to keep these up to date.