You are not logged in.

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.

Mex

Professional

  • "Mex" is male
  • "Mex" started this thread

Posts: 15

Date of registration: May 12th 2009

  • Send private message

1

Monday, May 18th 2009, 1:02pm

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?

kais

Master

Posts: 64

Date of registration: Mar 4th 2009

  • Send private message

2

Monday, May 18th 2009, 4:20pm

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

Mex

Professional

  • "Mex" is male
  • "Mex" started this thread

Posts: 15

Date of registration: May 12th 2009

  • Send private message

3

Monday, May 18th 2009, 5:28pm

Hi Kais,

can you give me an example of a job command wich has to be put in the batch file. Thanxs, Mex

Posts: 163

Date of registration: Feb 4th 2009

Location: berlin

  • Send private message

4

Monday, May 18th 2009, 5:41pm

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

Mex

Professional

  • "Mex" is male
  • "Mex" started this thread

Posts: 15

Date of registration: May 12th 2009

  • Send private message

5

Wednesday, May 20th 2009, 5:06pm

Ok thanxs sivgin.

Rate this thread