Change HTTP Password in Domino Directory

Hi I have the following error: Received the following error performing a Change HTTP Password in Domino Directory request on “username” (File name: admin4.nsf): Document is not signed.I have checked all sign with server ID.

Any idea how to fix the problem thanks for any help.

Subject: Change HTTP Password in Domino Directory

sign the request when you create it:

set adminP = session.createAdministrationProcess( “” )

reqNoteID = adminP.ChangeHTTPPassword( usr, oldPass, newPass )

set adminDoc = adminDB.getDocumentByID( reqNoteID )

call adminDoc.Sign()

call adminDoc.Save( true, false, true )

Subject: Change HTTP Password in Domino Directory

Hi Roberto,

my environment also facing this same problem and pending for abt half a year already. still not able to get any solution…if u have any solution on this, pls let me know also.