Skip to main content

The previous versions of the FMEServerJobSubmitter returned an attribute upon failure named _job_failure_type. This attribute value is missing in the latest FMEServerJobSubmitter. Is there any replacement for it?

HI @jimo,

I believe there should be a _failure_reason output and this would be the closest replacement for _job_failure_type. If the job has failed the _status attribute will also be set (it would return a value like FME_FAILURE or JOB_FAILURE) and you can refer to the _statusMessage attribute which will provide more information on what caused the job to fail.

There is an internal request in place to fix this in the documentation.


HI @jimo,

I believe there should be a _failure_reason output and this would be the closest replacement for _job_failure_type. If the job has failed the _status attribute will also be set (it would return a value like FME_FAILURE or JOB_FAILURE) and you can refer to the _statusMessage attribute which will provide more information on what caused the job to fail.

There is an internal request in place to fix this in the documentation.

I've upgraded to version 3 of FMEServerJobSubmitter and don't see _job_failure_type in the Failed attributes

 

 


Reply