Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

fthelp

&pagelevel(3)&pagelevel

Note on usage

Function: Display information on the log record reason codes

User group: FT user and FT administrator

Functional description

With fthelp, you can have the meanings of the reason codes for the log function displayed on the screen (RC column in ftshwl output).

You can also request the output of the message texts associated with the exit codes of certain FT commands.

Format

fthelp -h | <number 1..ffff>

Description

-h

Displays the command syntax on the screen. Entries after the -h are ignored.

number

This is a four-digit reason code from the log function or the exit code of an FT command belonging to a synchronous FT request. The reason code contains encoded information on an FT request accepted by openFT.

The reason codes and their meanings are listed in the ftshwl command in the section “Reason codes of the logging function”.

The exit codes (= message numbers) are listed in section “openFT messages” .

Example

You wish to find out the meaning of reason code 3001.

fthelp 3001

3001 Request rejected. Invalid user identification.

Thus, reason code 3001 means that the specified login name or transfer admission is invalid.