During the job that is generating the errors? No. Prefer to build jobs that don't generate errors. When they do, get the information from the log. You'd need some kind of hook into 'oerr', perhaps a web service? Or pull a list from somewhere and populate a hashed file you could look up the descripti...
With no details on the actual design of your Sequence job, all you can get is a generic answer, which is the latter - 'other jobs finish first then the sequence will go in Aborted state'.
This is a result of setting the Sequencer to 'All'. It is telling you that not all triggers that feed it 'fired' so it did not trigger its output link. That as a result of the jobs 'having warning messages' I'd wager, as that isn't really considered 'Success' if all you are using are 'OK (Conditiona...
You are missing an important point. Your routine is not failing, at least not in any obvious manner or you would be seeing some of your coded "JobControl" LogFatal messages. Your Sequence job considers it to have failed and treats it as such because of the non-zero return code. That's all. You need ...
Your message obviously isn't coming from this routine. As for whether it returns the 'current' or 'generated' batch number there's no way for me to know and it doesn't really matter. I'm just going to repeat what I've said before and then leave it at that. When a Routine Activity stage does not retu...