Page 1 of 1

Fatal messages but job completes with warning.

Posted: Thu Oct 12, 2006 3:55 pm
by gsherry1
Hello Forum,

I provided an incorrect datatype to the isvalid function (isvalid('int', link.col)), which resulted in a fatal red error message in the director log.

"Invalid type: integer"

This was expected, and have since corrected by placing 'int32' instead. However, when I received these fatal messages the job status after the job completed was "Finished (See Log)". I expected to see abort in this situation. Am I wrong to assume this?

Your input is appreciated.

Thanks,

Greg

Posted: Thu Oct 12, 2006 4:54 pm
by ray.wurlod
Yes, it's server jobs that behave in that fashion. There are different rules for parallel jobs, apocryphically. Alas, they don't seem to be written down anywhere.