Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

is it possible to deprovision/disable an orphan account in saviynt,in target application

Subrahmanyam
New Contributor
New Contributor

while i am trying to deprovision an orphan account imported from AD through Analytics, 

Following error is generated in provisioning comments after running wsretry to complete remove account task:

the Error while Delete operation for account-$B74000-S4U1U1L68QT5 in AD, Error Deleting/Disablng the Account from AD - DN is blank or null

 

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

As long as tasks are generated you should be able to Deprovision. Please check json if values are referenced to account object


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

These are my respective configurations

1. account name rule:

CN=${user.username==null?(user.firstname==null?account.name:user.firstname):user.username},OU=OIMTraining,DC=idmtdc,DC=com###
CN=${user.username==null?(user.firstname==null?account.name:user.firstname):user.username}1,OU=OIMTraining,DC=idmtdc,DC=com###
CN=${user.username==null?(user.firstname==null?account.name:user.firstname):user.username}2,OU=OIMTraining,DC=idmtdc,DC=com

2.Remove Action:

{"removeAction":
"DELETE"}

3. Account attribute

[ACCOUNTID::objectGUID#Binary,
NAME::sAMAccountName#String,
ACCOUNTCLASS::objectClass#String,
DISPLAYNAME::name#String,
DESCRIPTION::description#String,
LASTLOGONDATE::lastLogon#millisec,
VALIDTHROUGH::accountExpires#millisec,
COMMENTS::distinguishedName#String,
UPDATEDATE::whenChanged#date,
LASTPASSWORDCHANGE::pwdLastSet#millisec,
CREATED_ON::whenCreated#date,
CUSTOMPROPERTY1::cn#String,
CUSTOMPROPERTY2::userPrincipalName#String,
CUSTOMPROPERTY3::sn#String,
CUSTOMPROPERTY4::homeDirectory#String,
CUSTOMPROPERTY5::co#String,
CUSTOMPROPERTY6::employeeNumber#String,
CUSTOMPROPERTY7::givenName#String,
CUSTOMPROPERTY8::title#String,
CUSTOMPROPERTY9::telephoneNumber#String,
CUSTOMPROPERTY10::c#String,
CUSTOMPROPERTY11::uSNCreated#String,
CUSTOMPROPERTY13::physicalDeliveryOfficeName#String,
CUSTOMPROPERTY30::userAccountControl#String,
CUSTOMPROPERTY28::primaryGroupID#String,
CUSTOMPROPERTY25::company#String,
CUSTOMPROPERTY16::streetAddress#String,
CUSTOMPROPERTY18::department#String,
CUSTOMPROPERTY21::manager#String,
CUSTOMPROPERTY22::homePhone#String,
CUSTOMPROPERTY23::mobile#String,
CUSTOMPROPERTY24::userAccountControl#String,
CUSTOMPROPERTY27::objectSid#Binary,
CUSTOMPROPERTY26::objectGUID#Binary,
RECONCILATION_FIELD::CUSTOMPROPERTY26
]

 

Removal of an account corelated with user is working fine but deletion of an orphan account is causing error

 

Can you add owner to account and try


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

After adding the owner and doing application restart it is working fine.Thanks for the reply

If you find the response useful, kindly consider selecting Accept As Solution and by clicking on the kudos button.

Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.