I have a time exception set up for a job to run only on Tuesdays. So, I have Monday, Wednesday, Thursday, Friday, Saturday and Sunday in the exception.
The job that uses this exception is triggered by the success of another job.
We need the report, that uses the exception, to go only once a specific job completes, but also, only on Tuesday's. I thought using an exception would be the solution but it is not working. The exception is turned on, so the report should not run Mon, Wed, Thurs, Fri, Sat, Sunday but it has run every day this week. Is it because another job is kicking it off? How else would I go about making sure this report only runs on Tuesday's but AFTER a specific job completes?
Thanks!