Microsoft Identity Integration Server 2003 Developer Reference

ClearPasswordQueue Method of the MIIS_Server Class

The ClearPasswordQueue method clears all outstanding password operations in the password queue and writes the entries to the history table. To use this method, you must be logged on as a member of the MIISAdmins security group.
string ClearPasswordQueue();

Parameters

This method has no parameters.

Return Values

A string that contains the final status of the method. The return value can be one of the values listed in the Return Strings topic or one of the following values.
Return code Description
success The password change histories with end times that are earlier than the specified time were successfully deleted from the server.
access-denied The user that is running this method is not a member of the Microsoft Identity Integration Server 2003security groups. Verify that the user is a member of one of these groups.

Remarks

To clear the password change history log, run this method before running the MIIS_Server.ClearPasswordHistory method. If you run this method after running the MIIS_Server.ClearPasswordHistory, any pending password change logs are then moved to the history log.

Requirements

Server: Requires Microsoft Identity Integration Server 2003 Service Pack 1.
Header: Declared in mmswmi.mof.


See Also

MIIS_Server, MIIS_Server.ClearPasswordHistory