Products Downloads


French version


 

The functions provided with the job manager come in the form of SADELIA programs.

The programs in the library must be called from the server side by an Adelia program connected to the database containing the job manager tables.

 

Warning: if you compile Adelia's programs in UNICODE version, the interface programs are prefixed by TU_ and not TR_.
For example, TR_ADD_JOB becomes TU_ADD_JOB. In the rest of the documentation, only the ANSI (TR_XXX) program names are referenced.

 

The functions provided with the job manager are as follows:

TR_ADD_JOB

Creating a job

TR_READ_JOB

Reading a job

TR_ADD_REPORT

Adding text to an execution report

TR_SET_JOB_STAT

Modifying the state of a job

TR_GET_JOB_STAT

Reading the state of a job

TR_SET_USER

Creating or modifying a user

TR_READ_USER

Reading a user

TR_DEL_USER

Deleting a user

TR_SET_QUEUE

Creating or modifying a queue

TR_READ_QUEUE

Reading the parameters of a queue

TR_LIST_QUEUE

Reading the parameters of queues

TR_SET_QUE_STAT

Modifying the state of a queue for a given job manager

TR_SET_JOB_STRT

Modifying a job restart indicator

TR_GET_JOB_STRT Reading a job restart indicator
 

Note: version 1.0 interfaces (programs beginning with "GS_") remain compatible.

 

Top of page


  • Aucune étiquette