Dear visitor, welcome to Palo Community Forum.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
Sheduling Jobs
Hi All,
I have a job that has to be executed every day on a predefined time.
How can I shedule this in the ETL Server?
Hello
Write the job command in a batch file and then use a scheduler program (for example: in windows scheduler) to run this batch with a certain schedule.
Analoge solution exists for linux platform
Regards,
Kais
Hi Kais,
can you give me an example of a job command wich has to be put in the batch file. Thanxs, Mex
Hi Mex,
you should read the etl-server document.
6.4 Command line client
a command is something like is (in windows)
etlcient -s http:/192.168.0.1:8082 -p mycube -j default
sivgin