Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
Table of Contents
maxlevel2

...

The UDMG Admin UI assigns a default color for each of the 7 possible statuses for a transfer instance:

StatusColor
PLANNEDgrey
RUNNINGgreen
INTERRUPTEDyellow
PAUSEDorange
ERRORred
DONEblue
CANCELLEDpurple

Transfer Activity List Column Descriptions

...

Column

Description

Transfer ID

The local identifier of the transfer

Rule

The name of the transfer rule

Transfer Protocol

The protocol used to perform the transfer

Requester

The name of the account that requested the transfer

RequestedThe name of the server/partner the transfer was requested from

Path

The file path on the local disk

Remote File PathThe file path on the remote partner
Start DateDate and time the transfer instance started.
StatusThe current status of the transfer (possible values: PLANNED , RUNNING , PAUSED , INTERRUPTED , ERROR , DONE or CANCELED )
StepThe current step of the transfer (possible values: StepNone , StepSetup , StepPreTasks , StepData , StepPostTasks , StepErrorTasks or StepFinalization )
TransferredThe progress (in bytes) of the data transfer
File SizeThe size of the file (-1 if unknown)

Error Code

The error code of the transfer (if an error occurred)

Error MessageThe error message of the transfer (if an error occurred)
isServerIndicates whether the UDMG Server is acting as a server (true) or as a client (false)
isSendIndicates whether the transfer is a send (true) or a receive (false)
UUIDTransfer Unique Identifier, as string

Anchor
list task bar
list task bar

Transfer Activity List Task Bar

...

Composite statuses are available at the top of the list as a shortcut for selecting statuses:

  • Pending = All transfer statuses except DONE, CANCELLED
  • Active = Status is one of PLANNED, RUNNING, INTERRUPTED
  • Blocked = Status is PAUSED
  • Completed = Status is PAUSED
  • Problem = Status is one of ERROR, CANCELLED

See the generic description of the List Task Bar for detailed information an applying filters.

...

Column

Description

Status Color coded icon: the current status of the transfer (possible values: PLANNED , RUNNING , PAUSED , INTERRUPTED , ERROR , DONE or CANCELED )

ID

The local identifier of the transfer

Protocol

The protocol used to perform the transfer

StepThe current step of the transfer (possible values: StepNone , StepSetup , StepPreTasks , StepData , StepPostTasks , StepErrorTasks or StepFinalization )
Remote IDTransfer Unique Identifier (UUID)
isServerIndicates whether the UDMG Server is acting as a server (true) or as a client (false)
isSendIndicates whether the transfer is a send (true) or a receive (false)
Start DateDate and time the transfer instance started.
Stop DateDate and time the transfer instance completed (only for DONE status).

Error Code

The error code of the transfer (if an error occurred)

Error MessageThe error message of the transfer (if an error occurred)

Rule

The name of the transfer rule

File SizeThe size of the file (-1 if unknown)
Local File PathThe file path on the UDMG server
Remote File PathThe file path on the remote partner

Requester

The name of the account that requested the transfer

RequestedThe name of the server/partner the transfer was requested from


From the Transfer Details, you can also display additional Details about the transfer instance:

...

The internal fields have a reserved name starting with the udmg_ prefix. Additional custom info fields can be set during the transfer registration by the client on the interface. The reserved fields (with udmg_) shall not be set by the client unless it is required for the correct processing (for example for the wildcard mode). The list of info fields and values for a specific depend on the protocol, the associated pre, post, and error tasks, and the type of the transfer.

...