I have to schedule a job(A.job) using kitchen but at a particular time and run after every hour .
I want to execute it through command line.
I have to schedule a job(A.job) using kitchen but at a particular time and run after every hour .
I want to execute it through command line.
Hi,
as you did not mention if you are using Linux or Windows:
for Windows: Use scheduled tasks (System-Administration)
for Linux: Use cron
Usually, this is the most easiest and direct way to scheduling PDI routines like transformations and jobs.
Cheers,
Tom
Tom
I didn't get you. I am using windows.
Are u talking about window task scheduler?
Kindly give me solution for kitchen ..
regards
Sandhya
Yes.
Point your Window Task Scheduler to a batch file.
Mick