In XCOM under Linux, Unix or Windows what are the possible status values for transfers in the queue?
The list of possible transfer status values is as follows:
- SCHDL - Transfer posted into the queue and waiting for scheduled start in a future date/time
- STARTING - Transfer is ready to run as soon as it can get a session or connection with the partner as per the partner's session limit in xcom.ses file.
- ACTIVE - Transfer is running
- HELD - transfer has been held by operator command
- PENDING - Transfer has failed due to a restartable condition and is waiting to be automatically restarted by xcomd
- WAITING - Same as pending but the transfer needs manual restart, as it happens with remotely-initiated transfers.
- DONE - Transfer is complete (successful or failed) and will be removed from the queue when it expires.
The command 'xcomqm -La' can be used to list the queue entries and display the status e.g.
Linux/Unix:
xcomqm Command
Windows:
XCOMQM Command