Hi,
I want to create a scheduler which runs once in 45 days at 6 AM in integration server. Any ideas?
BR/Venkat
Hi,
I want to create a scheduler which runs once in 45 days at 6 AM in integration server. Any ideas?
BR/Venkat
You can create a complex repeating task scheduled to run at specific intervals.
You can convert 45 days to seconds and put start time as next day 6 AM (or whichever day you want the task to start).
HTH,
Ninad Patil