Error while generating password for target system user accounts

Hello All,

We are using One identity 9.2 version.
Currently, we are facing issues while trying to handle the user provisioning in the target systems. Whenever user is requesting an user account in an target system e.g AD, the processes get initiated to check and insert the entry in the ADSAccount table on which the process gets frozen and throws following error:
(2025-08-01 13:57:49.880) [810457] Error saving ADSAccount
[810306] Error running 'OnSaving' in logic module 'VI.DB.Entities.EntityScriptLogic'.
[810186] Error running script for event OnSaving.
[810222] Error running script 'ADSAccount_OnSaving'.
[810349] Retry limit for password generation exceeded.

We tried to investigate the same and found out the the password policy is unable to handle the max length of 128 characters, so we tried to reduced it to 100 characters, we again got the same error, then we set it to 50 characters, it was same, then in last we put it to 20 characters, this worked out and process was able execute and user account got inserted into the ADSAccount table.

I have found below article:
support.oneidentity.com/.../password-generation-error-retry-limit-for-password-generation-exceeded

This error points out if we try to generate the password via Manager tool but we are getting error at the time of process execution.

Parents Reply Children
No Data