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

UserImport job runs twice instead of once

sumalatham
New Contributor III
New Contributor III

Hello Team

We have the below two jobs and need to run this jobs via trigger chain job,
1.RunAllAnalyticsJob--TestAnalytics1
2.User Import via a Connection (UserImportJob)-->TestUserImport1

If we run this trigger chain via manually, then TestUserImport1 job is running twice instead of once.
But if we run TestUserImport1 job via manually,then TestUserImport1 job is running only one time and if we run this trigger chain via schedule, then TestUserImport1 job is running only one time.


Please can you help ,why this userimport job is runnning twice instead of once,If we run this trigger chain via manually.

Thanks
Sumalatha M

5 REPLIES 5

rushikeshvartak
All-Star
All-Star
  • UserImportJob must be running in threads once one of thread is completed its running next job.
  • The execution of this job will be blocked if any of the following job(s) are running:

    • Users Import (Complete) from Database (UserImportFullJob)
    • Users Import (Incremental) from Database (UserImportIncrementalJob)
    • File based Users Import (SchemaUserJob)
    • Peer Access Analytics Recommendation Job (PAARecommendationJob)
    • User Import via a Connection (UserImportJob)

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

sumalatham
New Contributor III
New Contributor III

Hello @rushikeshvartak 

Thank you for your reply.

Yes, we know that this job is running in thread and this job was not blocked due to any other jobs.

Here issue is: 
If we run this trigger chain job via manually (not scheduled), then TestUserImport1 job is running twice instead of once. But, if we run TestUserImport1 job via manually, then TestUserImport1 job is running only one time and if we run this trigger chain via schedule, then TestUserImport1 job is running only one time.

 

Thanks

Sumalatha M

 

Schedule job separate 


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

@rushikeshvartak 

No, we need to run these two jobs from trigger chain job.

If we run this trigger chain job via manually or scheduled also then UserImport job is running twice instead of once. This issue is happing for newly created jobs not for old jobs.

 

Thanks

Sumalatha

Validate job configuration in database


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