UNlock Funcctinality

I need Help In Unlock feature Its not working correctly to me. Suppose . Account XXXX was locked for exceeding login password attempts limit

( We Set if exceeds 3 login attempts User Should be locked) .

And I logged on As

Logged on as Admin to unlock. Right clicked on XXXX account and selected Unlock and nothing happened.

Selected XXXX and clicked Enable and this unlocked account.

I am Showing the code might be I did any Mistake in

<Activity id='3' name='Authorize'>

<Variable name='WF_ACTION_ERROR'/>

<Action id='0' application='com.waveset.session.WorkflowServices'>

<Argument name='op' value='authorize'/>

<Argument name='type' value='User'/>

<Argument name='right' value='Unlock'/>

<Argument name='name' value='$(accountId)'/>

<Argument name='action' value='unlock'/>

</Action>

<Transition to='end'>

<ref>WF_ACTION_ERROR</ref>

</Transition>

<Transition to='Unlock'/>

<WorkflowEditor x='213' y='158'/>

</Activity>

<Activity id='4' name='Unlock'>

<Variable name='WF_ACTION_ERROR'/>

<Action id='0'>

<Argument name='op' value='reProvision'/>

<Argument name='accountId' value='$(accountId)'/>

<Argument name='authorized' value='true'/>

<Argument name='options' value='$(options)'/>

<Return from='applicationError' to='applicationError'/>

<SubProcess>

<ObjectRef type='Configuration'>

[1714 byte] By [varonica] at [2007-11-26 10:31:02]
# 1

What system was locked by invalid login attempts? Only a few systems actually support the unlock function (Active Directory being the most popular of these).

If it was IDM itself that you were logging into, then this is (sadly) expected behavior.When the login attempts are exceeded, IDM will disable the user account. I think this was changed in the most recent release, but I could be wrong.

Jason

jsallee at 2007-7-7 2:38:04 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2
Thanks Jason . Yes it is active directory . Within Identity Manager "Locked" accounts refer to resource accounts(AD, Exchange, ...), that have been locked by the particular resource, not Identity Manager. Is there any other Solution ?
varonica at 2007-7-7 2:38:04 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3
Hi, In the lh console you should be able to unlock the user. Use unlock command. It should work consistently.--sFred
sFred at 2007-7-7 2:38:04 > top of Java-index,Web & Directory Servers,Directory Servers...