Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/23/2024 01:46 AM
Hello community
I made trigger chain job which should trigger three jobs in sequence one by one.
The first job is a type of FileTransferJob, second job is a type of File based Entitlement Import (SchemaEntitlementJob) and third job is a type of File based Accounts Import (SchemaAccountJob).
The job is started automatically every day at a certain time but only the first job is triggered the other two jobs are not triggered at all. The option on failure was set to Continue, but the second job never started.
Does anyone know why this is happening?
Solved! Go to Solution.
04/23/2024 02:49 AM
@itinjic sequence change you tried ? if not and u can
accounts import->ent import try it
04/23/2024 03:08 AM
Few things to validate :
1. SCHEMA_ACCOUNT_JOB --> Are you specifying the SAV file. Is that available at the time when job is executing?
2. SCHEMA_ENT_JOB --> What is selected Schema File Job Type ? Is the SAV File(s) specified? Is that available at the time when job is executing?
04/23/2024 04:18 AM
Yes everything is made all SAV files and everything. It works when I start it manually
04/23/2024 04:44 AM
@itinjic Earlier, FileTransferJob was not supported inside Trigger chain job.
This feature is introduced as part of 24.1 release and I can see your EIC version is 23.10.
Please go through this release note: Release-Notes-24-1 (Search for "Enhanced Download Limit and TriggerChainJob for File Transfer Connectors")
04/23/2024 05:42 AM
Having schema import in trigger chain not supported in 23.x version
04/23/2024 05:46 AM
Thank you , then I have to manually run this until the update done to the new version.
04/23/2024 05:47 AM
Schedule individuals
04/24/2024 02:05 AM
I can't schedule individuals because I have to make them run in sequence (first entitlement and then account import) and I can't predict the duration.