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

AD user import is not working

hareeshreddy
New Contributor III
New Contributor III

I tried to import user with some required attributes from AD to saviynt. But user attributes are not updated after job ran.

Job: user import

reconciliation: System username/ also tried without any value

USER_ATTRIBUTE parameter

 

[
CUSTOMPROPERTY20::userPrincipalName#String, 
CUSTOMPROPERTY21::manager#String, 
CUSTOMPROPERTY22::userAccountControl#number,
systemUserName::sAMAccountName#String, 
RECONCILATION_FIELD::CUSTOMPROPERTY26,     and also tried with systemUserName
CUSTOMPROPERTY26::objectGUID#Binary       
]

but user attributes are not updating

 

 

Can anyone give me solution

3 REPLIES 3

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @hareeshreddy 

Thanks for reaching out. Below is a working User Attribute JSON which you can refer.

[displayName::displayName#String,
 customproperty4::userPrincipalName#String,
 systemUserName::sAMAccountName#String,
 email::mail#String,
 username::employeeID#String,
 userattribute_email::proxyAddresses#String,
 orgunitid::distinguishedName#String]

 

@DaanishJawed Thanks .

But  my requirement is to import these specific attribute values 

[
CUSTOMPROPERTY20::userPrincipalName#String, 
CUSTOMPROPERTY21::manager#String, 
CUSTOMPROPERTY22::userAccountControl#number,
systemUserName::sAMAccountName#String, 
CUSTOMPROPERTY26::objectGUID#Binary       
]

But i don't know why user fields are not updating . I ran job 

The User import job is configured as follows:

Import from Saviynt Connect = No

Export Data to Saviynt Cloud = No

External Connection = Name of the AD connection

Job Type = Full Import

Allow User Operation = Update Only

User Not In Feed Action = No Action

Generate Systemusername = No

Generate email = No

Zero Day Provisioning = No

Expire password for new user = No

Check Rules = Yes

Build Users Cache Map = Yes

Reconciliation field = blank/ and also tried with "systemUserName".

 

Still not able to figure out the issue for not importing those user attributes.

 

Hi @hareeshreddy

What is the unique identifier in AD for the users? If it is the employee ID, then please try with the below JSON.

I have updated the JSON according to your requirements. Also, added the employee ID assuming it is unique in AD. Please change it and map it to the attribute which is unique.

[
CUSTOMPROPERTY20::userPrincipalName#String, 
CUSTOMPROPERTY21::manager#String, 
CUSTOMPROPERTY22::userAccountControl#number,
systemUserName::sAMAccountName#String,
username::employeeID#String,
CUSTOMPROPERTY26::objectGUID#Binary
]