Skip to main content
Question

How to apply filters or search for a job on the jobs page

  • August 9, 2016
  • 3 replies
  • 37 views

Am I missing something really obvious? I have a very long list of of jobs on the jobs page. Most of them are jobs that run every 5 minutes on a time schedule. I also have jobs that run as the result of a directory watch. I want to find the last time this workspace was run or even just display those jobs that are spawned from this workspace. I can't see the wood for the trees at the moment. This must be easy to do?

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.

3 replies

david_r
Celebrity
  • 8394 replies
  • August 9, 2016

If you're on FME Server 2016 you can filter by user, but that's about it. For earlier versions there is basically no filtering available. So no, you're not missing anything obvious.

I completely agree with you this being an inconvenience. I have several instances that run about 10k jobs per day, so just imagine the fun trying to locate a specific job if you haven't got the job id handy... Not only is it very clunky, but the GUI itself gets pretty slow when you have tens of thousands of entries to wade through. @daleatsafe, it would be fantastic to have this improved for 2017!

See also here and consider giving the suggestion your vote: https://knowledge.safe.com/content/idea/21471/fme-server-job-listing-gui-improvements.html


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • August 9, 2016

There is always the option of using FME to create your own Jobs page.

The Job information is stored in a table in the FME Server database (default PostGres) and can be retrieved using the PostGres reader.

That will allow you to (for example) retrieve only the last log per workspace.

Hope this give you some new ideas.


itay
Supporter
Forum|alt.badge.img+18
  • Supporter
  • 1442 replies
  • August 9, 2016

You can also get that information via the REST API, see for example :

https://docs.safe.com/fme/html/FME_REST/v2/apidoc/index.html#!/transformations/list_get_11