Page 1 of 1

using windows scheduler to run a servoy solution

PostPosted: Tue Mar 19, 2013 2:26 am
by siavash.roozbehan
Hi guys,

I am trying to use windows scheduler to run a process from my client machine to do something on the server (send a request to server to backup some data server-side and send the result back to the client machine and store it on the client machine). It is the first time I want to do such a thing with Servoy and I was wondering if anyone can give me the steps I need to take to perform this process. I don't know what should I give to the windows scheduler to run my solution as a headless client or the arguments I need top pass on to the scheduler to work.

I can't use the Servoy scheduler for this matter as the server is running on another machine than the client runs and I have a few clients that want to have this procedure to be automatically at different schedules and the procedure needs to be triggered from clients machine.

Any help would be appreciated.

Regards,
Siavash

Re: using windows scheduler to run a servoy solution

PostPosted: Wed Apr 17, 2013 9:04 am
by rgansevles
Siavash,

You could use the rest_ws plugin to serve a solution that backs up the data.
From the windows scheduler you use a http client.

Rob