09/22/2023 07:25 AM
Hi Team,
I am trying the below AD enableAccount JSON but it is not working. I am seeing error
09/22/2023 07:50 AM
Hi @PiyushRai ,
Could you please share the error details and logs.
"DISABLEACCOUNTCHECKRULE" used when "USEDNFROMACCOUNT" is set to "NO"
Please refer below link
Configuring the Integration for Provisioning and Deprovisioning Accounts (saviyntcloud.com)
09/24/2023 11:25 PM
This is the error detail I get.
09/24/2023 11:41 PM
@PiyushRai Could you try below JSON and check if you are able to enable the account
{
"USEDNFROMACCOUNT": "YES",
"MOVEDN": "YES",
"REMOVEGROUPS": "NO",
"ENABLEACCOUNTOU": "OU=AGIGATesting,DC=sus-test,DC=com",
"AFTERMOVEACTIONS": {
"userAccountControl": "512"
}
}
09/25/2023 02:38 AM
I'm getting this error when I'm using the above code
SAV-Error while enabling account,[LDAP: error code 53 - 0000052D: SvcErr: DSID-031A124C, problem 5003 (WILL_NOT_PERFORM), data 0 ]
09/25/2023 02:46 AM - edited 09/25/2023 02:47 AM
Could you please share the error logs and how you are enabling the account through ARS or through User Update rules?
09/25/2023 02:56 AM
09/25/2023 03:09 AM
Could you please verify that the service account being used for the connection has sufficient privileges to perform CRUD operations in Active Directory (AD). It should have the necessary permissions for creating, modifying, and deleting user accounts.
Since logs showing OperationNotSupportedException.
And you are performing all operations using SSL port right?