Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 12 Queue Participation : Command Line Invocation

Command Line Invocation
To run any of these commands you must be logged in either as the IPEADMIN user or, on a UNIX system, as the IPEBACKGROUND user or root user.
swutil PARTICIPATION filename
Update queue participant records from control file filename. (On Windows, filename can be a full pathname or a simple filename in the current directory. On UNIX, filename can be a full pathname or a simple filename in the SWDIR\util directory.)
swutil PARTICIPATION -
Read control instructions from standard input and update queue participant records.
swutil PARTICIPATION EXPORT
Write queue participant records to standard output.
The information is written in control file format (see Control File Format), enabling it to be directed to a file which may be read back in (with the above commands). This enables queue participant records to be transferred to another computer, restored to a former state or updated after editing the file.
During processing of a control file, error messages are written to standard output. On completion of processing, a message is written to standard output giving the total number of lines of instructions successfully processed.
The UNIX exit status is set to 0 for no errors, 2 if there are errors but some data is updated, or 3 if no data is updated. Input and output redirection may be used as normal.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved