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

AD User import job

NM
Honored Contributor II
Honored Contributor II

Hi Team,

We are planning to import one attribute from AD into user profile(cp20), i have added the mapping in user_attribute created a separate job for full import and job was successfully what i noticed even though we don't have a direct mapping for status and nothing present in modifyuserdata json still job logs show user inactivated 8.

is this an expected behaviour?

User_attribute mapping-

[
CUSTOMPROPERTY24::userPrincipalName#String,
USERNAME::employeeNumber#String,
CUSTOMPROPERTY20::distinguishedName#String
]

and in job configuration it is set to update only and No Action for "user not in feed action". I am not able to locate this the inactivated user.

as an initial testing i added filter and import only few users.

10 REPLIES 10

rushikeshvartak
All-Star
All-Star

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'.

NM
Honored Contributor II
Honored Contributor II

Hi @rushikeshvartak , it is an AD connector to import user attribute, we want to import another attribute into user profile so used this mapping below-

[
CUSTOMPROPERTY24::userPrincipalName#String,
USERNAME::employeeNumber#String,
CUSTOMPROPERTY20::distinguishedName#String
]

when I checked job log in UI, I see below entries, what does these values depict?

user active and inactive count remains the same after running the job, but it says user inactivated 8 and it gives the same account every time we run the Full import job.

NM_0-1722413410308.png

Thanks!

It must be issue with logs do u see actual user inactivation validate using data analyzer query


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

NM
Honored Contributor II
Honored Contributor II

Hi @rushikeshvartak , count seems to remain same after running the user import.

I see one few more attributes in job history log.

Total records which shows value 90 even though we have more accounts active users not in feed 

How are these attributes calculated and shown??

You need to check logs behind this


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

NM
Honored Contributor II
Honored Contributor II

Hi @rushikeshvartak , I already went thought logs .. it just add these statement doesn't seem to be relevant.

Hi @NM,

Add RECONCILATION_FIELD and check once.

[
CUSTOMPROPERTY24::userPrincipalName#String,
USERNAME::employeeNumber#String,
CUSTOMPROPERTY20::distinguishedName#String,
RECONCILATION_FIELD::USERNAME
]


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

NM
Honored Contributor II
Honored Contributor II

Hi @pmahalle reconciliation field is present in user import job..

Currently one job is already running to pull in cp47

@NM I can not see recon field in your USER_ATTRIBUTES JSON you provided in the Post.


Pandharinath Mahalle(Paddy)
If this reply helps your question, please consider selecting Accept As Solution and hit Kudos 🙂

NM
Honored Contributor II
Honored Contributor II

Hi @pmahalle , we have added reconciliation to username in user import job.. as per my knowledge both defining in json and in user import job works in the same way.