Using ETL Server to execute projects and jobs

Sybase ETL Server can perform execution of projects and jobs on all supported platforms, using the command line parameters listed in Table 6-1. To execute projects and jobs, use this syntax:

GridNode –-project PROJ-1234-5678 -–dbinterface dbodbc --dbhost etl_comp 
–-client transformer–-user TRANSFORMER –-password 1234ABCD

where project ID is “PROJ-1234-5678”, database interface is “dbodbc”, host name is “etl_comp”, client is “transformer”, user is “TRANSFORMER”, and the encrypted version of the password is “1234ABCD”.

Additionally, you can also use these command line parameters for executing projects and jobs:

NoteWhen you enter a command line, type in the commands, parameters, and values in a continuous line. The examples in this section are split over lines for clarity.

In Sybase ETL versions earlier than 4.5, the execution of projects and job was done using the ProcessQ application, which is distributed with ETL Server and used internally on Windows platform only. ProcessQ is now deprecated and provided for backward compatibility only. Many of the ProcessQ parameters have been disabled and can no longer be used.

NoteSybase recommends you not to use ProcessQ to execute projects and jobs.