Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can someone guide me how to set dependency between two execution plans in TAC?
Thanks in advance
Crteja
Hello,
Could you please give us some background? We need more information to understand your requirement.
Best regards
Sabrina
Hi Crteja,
there is no built-in functionality in TAC for this.
I implemented it using handshake files: The last job of the first execution plan creates a certain file, and the first job in second execution plan waits for that file (tWaitForFile). (Both execution plans are triggered by a cron schedule.)
Best regards,
Thomas