Skip to main content

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.

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.


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.


Reply