Unable to Return Note ID - move user in hierarchy

I am running a Lotus Script agent on the Domino server (R6) using the following code (excerpt):

adminp.CertifierFile = pCurrCertifierPath(0)

adminp.CertifierPassword = pCurrCertifierPass(0)

noteid$ = adminp.MoveUserInHierarchyRequest(pUsername(0),pNewCertifierName(0), False)

adminp.CertifierFile = pNewCertifierPath(0)

adminp.CertifierPassword = pNewCertifierPass(0)

noteid$ = adminp.MoveUserInHierarchyComplete(noteid$)

Here is the problem:

I have one certifier file that I can use that will always work! Every other certifier I try fails in the call to “MoveUserInHierarchyRequest” with the following agent error:

“Agent ‘UserRelocation’ error: Unable to return Note ID”

I think that the one certifier that does work is using voodoo magic, but if anyone knows a better explanation as to why this would be happening or what I should check, it would be greatly appreciated??!

Thanks

Andy

Subject: Same error here: Unable to Return Note ID - move user in hierarchy

Hi Andy

Nice to here, I’m not the only one having this error. I have experienced exactly the same - somtimes it works, and sometimes it doesn’t. Have you come closer to a solution ???

Regards,

Per

Subject: locked documents

You cannot get the noteid from a locked document