Click HERE to see how Saviynt Intelligence is transforming the industry. |
07/30/2024 12:32 AM
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.
07/30/2024 09:06 PM
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.⚠️‼️‼️
07/31/2024 01:11 AM
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.
Thanks!
07/31/2024 09:35 AM
It must be issue with logs do u see actual user inactivation validate using data analyzer query
07/31/2024 12:23 PM
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??
07/31/2024 06:43 PM
You need to check logs behind this
08/02/2024 03:37 AM
Hi @rushikeshvartak , I already went thought logs .. it just add these statement doesn't seem to be relevant.
08/02/2024 03:54 AM
Hi @NM,
Add RECONCILATION_FIELD and check once.
[
CUSTOMPROPERTY24::userPrincipalName#String,
USERNAME::employeeNumber#String,
CUSTOMPROPERTY20::distinguishedName#String,
RECONCILATION_FIELD::USERNAME
]
08/02/2024 06:39 AM
Hi @pmahalle reconciliation field is present in user import job..
Currently one job is already running to pull in cp47
08/02/2024 06:53 AM
@NM I can not see recon field in your USER_ATTRIBUTES JSON you provided in the Post.
08/02/2024 07:02 AM
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.