Skip to main content
Solved

Export Schedule

  • December 30, 2015
  • 2 replies
  • 39 views

Is it possible to export the FME Server schedule? I have looked through multiple FME Server folders, but have not found a file with the schedule. Adding such a feature could be beneficial. Thanks.

Best answer by erik_jan

The schedule is stored in the (default postgres) database. With the FME postgres reader it is possible to export the schedule and write the information to for example Excel or any other (non-spatial) format.

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

erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • Best Answer
  • December 30, 2015

The schedule is stored in the (default postgres) database. With the FME postgres reader it is possible to export the schedule and write the information to for example Excel or any other (non-spatial) format.


erik_jan
Contributor
Forum|alt.badge.img+22
  • Contributor
  • 2179 replies
  • December 30, 2015

The schedule is stored in the (default postgres) database. With the FME postgres reader it is possible to export the schedule and write the information to for example Excel or any other (non-spatial) format.

You need to find the table fme_schedule_task in the public schema if you are using postgres.