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

SQL query to get accounts which are reconcile through import job

VJReddy
New Contributor
New Contributor

Hi Team,

We are using below query to get the metrics of Accounts imported in Saviynt. But we have requirement that to list out the complete report which are part of that Job reconciliation.

select JOBID,PARENTJOBID,LOGDATAASXML from importlog where JOBID in ('12345')

But it doesn't give the complete list of accounts. Kindly help us the way to find list of those metrics.

Account threshold (accountThresholdValue) exceeded. Current threshold limit 4000 and missing accounts during import 3036. No action was taken on missing accounts due to the threshold breach.

Existing accounts: 9909

Accounts Existing Updated : 6873

Accounts Inactivated: 1923

Thanks,

VJ

1 REPLY 1

rushikeshvartak
All-Star
All-Star

You will not able to list all accounts which are missing. You need to take data from accounts table based on latest job id


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