Skip to main content
Solved

fme_job_history jobs status lookup table


Forum|alt.badge.img

Hi all, I was able to get a list of completed jobs with jot status codes from the fme_job_history table. But where can I find the job status lookup table?

Best answer by stalknecht

You can find the information in "fme_jobs"

View original
Did this help you find an answer to your question?

7 replies

stalknecht
Contributor
Forum|alt.badge.img+19
  • Contributor
  • Best Answer
  • April 20, 2016

You can find the information in "fme_jobs"


Forum|alt.badge.img
  • Author
  • April 20, 2016
stalknecht wrote:

You can find the information in "fme_jobs"

thanks Stalknecht. There aren't any records in the fme_jobs table. do you know why?


stalknecht
Contributor
Forum|alt.badge.img+19
  • Contributor
  • April 21, 2016
stalknecht wrote:

You can find the information in "fme_jobs"

Sure only the currently running jobs are in there. All the others are finished and in the history table. Run a job with a decelerator transformer in it and you can see the job in fme_jobs. After reading your initial question I realize I misinterpreted your question. There is no lookup table as I know. But I think 8 is Succes and 9 is FME_Failure. You can compare the number in the table to the representation in the web interface.

good luck


Forum|alt.badge.img
  • Author
  • April 21, 2016
stalknecht wrote:

You can find the information in "fme_jobs"

very useful info! Thanks stalknecht. do you know the code for Cancelled job? I didn't have any cancelled jobs in my table.


stalknecht
Contributor
Forum|alt.badge.img+19
  • Contributor
  • April 24, 2016
wgsl2005 wrote:

very useful info! Thanks stalknecht. do you know the code for Cancelled job? I didn't have any cancelled jobs in my table.

I think it's 7


Forum|alt.badge.img
  • Author
  • April 24, 2016
stalknecht wrote:

You can find the information in "fme_jobs"

Perfect! thanks so much.


nrich
Contributor
Forum|alt.badge.img+5
  • Contributor
  • October 12, 2016

I checked with safe, and seemingly the api enumeration matches these values, so it goes:

1,SUBMITTED,The job has been received by the FME Server but has not been added to the job queue.

2,QUEUED,The job has been added to the job queue and is waiting for a free FME Engine before it is processed.

3,DELAYED,Deprecated.

4,PAUSED,Deprecated.

5,IN_PROCESS,Deprecated.

6,DELETED,Deprecated.

7,ABORTED,Deprecated.

8,SUCCESS,The job has completed and the FME Engine reported that the transformation was successful.

9,FME_FAILURE,The job has completed, but the FME Engine reported a failure while attempting to run the transformation.

10,JOB_FAILURE,The FME Server could not process the job.

11,PULLED,The job has been pulled from the job queue and is being processed by FME Engine. Requirements

Nick


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings