EDIT: VC Version 6.1.4 (Upgrade to 6.2.2 is coming soon)
========
We're very thorough in our Adding and Deleting of our jobs and/or triggers when servers are retired, down for maintenance, etc.....
HOWEVER... I would 'love' an option to NEVER disable a trigger vs just limiting the number or retries and interval between retries.
I have a really stupid reason for wanting the trigger to never disable itself in a few occasions. I don't like how i've had to do this, but we have a file-creation trigger looking at a folder that contains a dated variable. This means that the below path will not exist for a while, immediately after midnight and therefor the retries begin.
\\Server\Sharename\folder\{DATEFORMAT(yyyyMMdd)}\trigger.txt
Worse than that, I asked and do not have approval (yet) to have a job that just goes and creates these daily dated folders immediately at Midnight or a few minutes prior. Their system has to do it (likely doesn't, but they don't know for sure what happens if it already exists). SO, this folder gets created by their system the first time someone from that department logs into their app for the day. This might be at 8am, could be at 6am, etc... So i've got an unknown amount of time that I have to allow this trigger (and subsequently VisualCron) to be unhappy about the path not actually existing. I have the reconnect attempts set to 500 and interval set to 60, which gives me a little over 8 hours.
Even with all this, the trigger still disabled itself. Maybe the server/share existing is treated differently than a specific folder not existing in the path specified?
It would just be helpful for (admittedly) stupid, very specific, jobs to have an option to NEVER disable the trigger, ever. There are likely reasons this is not available and i'd love to hear them. I've only got one job like this and do not plan on letting it happen again, but these were the requirements given to me by the Business Unit, I made it happen without realizing the consequences.
Brian
Edited by user
2013-04-17T13:10:51Z
|
Reason: Not specified