Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Error while performing Disable Account in AD (NullPointerException)

KarthikaMoorti
New Contributor
New Contributor

We are testing AD Disable Account capability and getting error as NullPointerException in logs.

We don't see either any provisioning comments (failed) or number of tries under view in pending task, except 

Existing Comments

User Disabled in User Update 2024-06-26 18:32:02.206

DisableAccountJSON in the Connector:

{
"deleteAllGroups":"No",
"userAccountControl":"66050"
}

Previous JSON we tried:
{
"deleteAllGroups":"No",
"userAccountControl":"514"
}

4 REPLIES 4

rushikeshvartak
All-Star
All-Star

Share logs 

{
"deleteAllGroups": "Yes",
"userAccountControl": "514"
}


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

@rushikeshvartak , FYI, attached the Logs.

I dont find relevant logs

Could you kindly provide a detailed snapshot of the information extracted from the logs, encompassing errors and other pertinent functionality details encountered during the execution of this process? Your assistance in furnishing this information would greatly aid in the analysis and resolution of any issues .



‼️‼️⚠️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.⚠️‼️‼️


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

We do not see any other error statement from the logs except NullPointerException. 

KarthikaMoorti_0-1720635657695.png