Skip to main content
Solved

Doubt Regarding Scheduled Task for FME Server

  • July 9, 2014
  • 1 reply
  • 10 views

Forum|alt.badge.img
I have subscribed for directory watch if any data is added . But my requirement is to enable a scheduled task and  run it next day at 00.30 am . How can i possibly do this . 

Best answer by tdavis

I believe the directory watcher is only sending notifications when the topic is used in a workspace (thats what I looks like when I just tried it without a workspace), so I would presume you need to set up a workspace that just reads the directory watcher topic and then you could break the notification down and write out to some type of output file (e.g. csv). Then your scheduled task could read that file at 00.30am and run the relevant data through.

 

 

You could avoid creating the specific output file from the notifications and just read the notifications at 00.30am, but I think writing it out to an output file at the time of notification, would be a bit tidier and could reduce any other issues that might appear.
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.

1 reply

Forum|alt.badge.img
  • Best Answer
  • July 9, 2014
I believe the directory watcher is only sending notifications when the topic is used in a workspace (thats what I looks like when I just tried it without a workspace), so I would presume you need to set up a workspace that just reads the directory watcher topic and then you could break the notification down and write out to some type of output file (e.g. csv). Then your scheduled task could read that file at 00.30am and run the relevant data through.

 

 

You could avoid creating the specific output file from the notifications and just read the notifications at 00.30am, but I think writing it out to an output file at the time of notification, would be a bit tidier and could reduce any other issues that might appear.