Versions Compared

Key

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

...

Expand
titleSTEP 2: Set up the component configurations

image-20241230-185825.png

Fields marked with an asterisk * are required.

Message Configurations:

Field

Description

Default Value

MessageEncoding *

The encoding used in the input data.

If left blank, encoding will be updated to the default according to OS. See Supported File Encodings.

Western (Windows-1252) for Windows

Western (ISO-8859-1) for Linux/Mac OS X.

LLPPrefix *

Prefix to use in LLP data. Should be in the form of an escaped hex value.

\x0B

LLPSuffix *

Suffix to use in LLP data. Should be in the form of an escaped hex value.

\x1C\x0D

Connection Configurations:

Field

Description

Default Value

Port *

The port number to listen for incoming connections.

ConnectionTimeout

Length of time in minutes to close idle connections.

30

SslCertificate

Path to certificate file.

If certificate and key files are provided, SSL will be enabled.

SslKey

Path to key file.

If certificate and key files are provided, SSL will be enabled.

ACK Configurations:

Field

Description

Default Value

AckGeneration *

Type of ACK generation to be used.

Options: Fast, Custom

Fast

...