Skip to main content
Question

_job_failure_type

  • September 27, 2018
  • 2 replies
  • 5 views

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?

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

Forum|alt.badge.img+2
  • 719 replies
  • September 28, 2018

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.


  • 0 replies
  • September 28, 2018

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