Previous Topic: COMPRESS_ALLOWEDNext Topic: New and Changed Messages


COMPNEG

COMPNEG specifies whether the compression negotiation is allowed, and if so, which compression algorithm the negotiation process substitutes.

compression-method

Specifies the data compression method which the negotiation process substitutes. The possible values for this parameter are:

COMPACT

COMPACTL

YES

RLE

HUFFMAN

LZLARGE

LZMEDIUM

LZSMALL

LZRW3

ZLIB

ZLIB1 – ZLIB9

NO

Specifies that the data compression method is not negotiated. This causes transfers requesting an unsupported or disallowed compression method to be failed.

Default: YES

Notes:

Allow for Control of which Transfer Types are Processed

CA XCOM Data Transport now supports a new parameter and command that can be used to control which types of transfers a server processes. This feature enables an operator to help balance the load on CA XCOM Data Transport servers.

The parameter which controls which transfer types the server can process is TRANSFERS_ALLOWED. This parameter is used to enable or disable processing of locally or remotely initiated transfers. The value of the parameter can also be modified at any time by issuing the DFLT,TRANSFERS_ALLOWED command on the CA XCOM Data Transport server.

TRANSFERS_ALLOWED

TRANSFERS_ALLOWED specifies which types of transfers the CA XCOM Data Transport server is allowed to process.

ALL

All transfer types are allowed to be processed.

LOCAL

The server only processes locally initiated transfer requests.

REMOTE

The server only processes remotely initiated transfer requests.

NONE

The server cannot process any transfer requests.

Default: ALL

Notes: