i have a workspace on fme server and i want to start it from a python script. This scripts is not located on the fme server. Can this be done?
greetings, Hans
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.
Beacause it must run every 5 minutes and the one who maintains the fme server does not like that
Oh no, never ignore the FME server administrator! If you start a job each 5 minutes that will last more then 5 minutes then an extra job is added to the queue. Depending on the number of engines and the current load of the server other (IMPORTANT) jobs can't run anymore. And the queue wil grow and grow.....
Reading the responses it looks like you want to run a workbench every 5 minutes but you can't do it through FME Server due to restrictions.
Either;
Use a Windows Task Scheduler job outside of FME Server.
or
Get an additional license of FME server to allow multiple processes to run simultaneously to prevent workbench scheduling collisions. - Depending on management and administrator's thoughts, things like this can often justify an additional license because it alleviates scheduling issues as more and more processes come online.