Page 1 of 1

parallel jobs with warning

Posted: Fri Oct 26, 2012 8:21 am
by ashidalgov
I have a parallel jobs with warning
but when those jobs are run in a sequence job the sequence job is aborted
I want to know what is the option in the sequence job to run with the warninigs of parallel jobs

thanks

Posted: Fri Oct 26, 2012 8:27 am
by chulett
They were aborted when run under a Sequence job because they exceeded a (probably 50) warning limit? Rather than your normal unlimited warning run when standalone? Is that the scenario you are describing?

parallel jobs with warning

Posted: Fri Oct 26, 2012 9:34 am
by ashidalgov
if I have a parallel job has over 50 warinings in that case I should do with the job sequence

Posted: Fri Oct 26, 2012 9:49 am
by ArndW
Choice 1 - correct the warnings.
Choice 2 - Deprecate the warning to informational.

Choice #1 is by far the better choice.

parallel jobs with warning

Posted: Fri Oct 26, 2012 10:27 am
by ashidalgov
how I can make the choice to deprecate the informational warning. ?
please

Posted: Fri Oct 26, 2012 1:17 pm
by ankursaxena.2003
It is not a good practice to have warnings, if you can eliminate it.

But, if you don't have time then you can use Message Handler to not abort the jobs.

Posted: Mon Oct 29, 2012 6:47 am
by ArndW
One way is to mark the message in the director log, then right-mouse click and choose the option "add rule to mesage handler" to get the screen which allows you to deprecate messages.

Posted: Mon Oct 29, 2012 12:49 pm
by mdbatra
Hi ashidalgov

do you mean the job activity which calls the job itself- that fails ?
Or the complete sequence fails if that job is finished with warnings.

for the former case, you already have the above suggestions.
for the later one, you probably need to make sure the trigger to the next activity is correctly defined(by defining Custom = OK or Finished with warnings)

Posted: Mon Oct 29, 2012 4:31 pm
by PaulVL
If you were a developper in my shop, I'd say option #2 is not allowed.

Address the issue that the warning is alerting you about.

Can you cut and paste the warning message here?

Posted: Tue Oct 30, 2012 6:29 am
by ArndW
There are some warning messages which cannot be programmed around in a job and thus there are (very few) cases for demoting warning messages to information. I believe that there should be no case for demoting an informational message to "suppress", though.