Random Password generation

Hi,

Got the below error when IDN attempts to create an AD account, however based on the error code below, found out that it’s related to password criteria,

[“Exception occurred while executing the RPCRequest: Errors returned from IQService. "Error occurred while setting password for the account. Exception has been thrown by the target of an invocation.The server is unwilling to process the request. (Exception from HRESULT: 0x80072035)0000052D: SvcErr: DSID-031A124C, problem 5003 (WILL_NOT_PERFORM), data 0 ", "Error occurred while setting password for the account. Exception has been thrown by the target of an invocation.The server is unwilling to process the request. (Exception from HRESULT: 0x80072035)0000052D: SvcErr: DSID-031A124C, problem 5003 (WILL_NOT_PERFORM), data 0 "”]

Also, we have a cloud rule i.e create password being used in the create account provisioning policy,

                    ''import sailpoint.thunderbolt.service.ConnectorService;
		import sailpoint.thunderbolt.service.module.ServiceModule;

		ConnectorService connectorService = ServiceModule.getService(ConnectorService.class);
		return connectorService.generatePasswordBasedOnPolicy(context, application, identity, field);''

Can anyone please shed some light on this?

see if this helps
Generating password via source password policy in Cloud Rule - Identity Security Cloud (ISC) / ISC Discussion and Questions - SailPoint Developer Community Forum