All message code falls into FTP category

Message codes correspond to the error which may occur during FTP adapter.


FTP0000E

Message code corresponds to undefined error occurred.

Causes Solution
Undefined error has occurred See the accompanying error messages which should indicate the cause of the error.

Corresponding error


FTP0001E

Message code indicates connecting to the specified FTP server has failed.

Causes Solution
Failed to connect to [Host name] in the Global Resource. Ensure the settings of the Global Resource used is correct.

Corresponding error


FTP0002E

Message code indicates either the format of the private key file used or the pass phrase is incorrect.

Causes Solution
Either the format of the private key specified in the [Private key] or the pass phrase specified in the [Private key passphrase] is incorrect. Specify the form of [Private key] or check the [Private key passphrase].

Corresponding error


FTP0003E

Message code indicates either the format of the client certificate file used or the pass phrase is incorrect.

Causes Solution
Either the format of the client certificate specified in the [Client certificate] or the pass phrase specified in the [Certificate passphrase] is incorrect. Specify the correct form of [Client certificate],or check the [Certificates passphrase].

Corresponding error


FTP0004E

Message code indicates the client certificate has expired

Causes Solution
The client certificate specified in the Global Resource has expired Specify the client certificate that does not expire.

Corresponding error


FTP0005E

Message code indicates the reliability of the server certificate can not be verified

Causes Solution
This may occur when the [FTP over SSL/TLS] is set and the [Do not check server certificates] is specified [Not Checked] in the Global Resource.
The reason is that the server certificate registered in Java is different from the one that is used to SSL/TLS connection,so the validity cannot be verified.
Check if the server certificate is registered in Java when connecting to SSL/TLS server. If registered,check if the server is the same as the one registered in Java and check if the server certificate has expired.

Corresponding error


FTP0006E

Message code indicates FTP over SSL/TLS connection has failed.

Causes Solution
Occurs FTP over SSL/TLS connection fails. Ensure the [SSL/TLS connection type] and other server settings have been properly configured in the Global Resource.

Corresponding error


FTP0007E

Message code indicates FTP server has returned an error status.

Causes Solution
Exception if any error returned by the FTP server. Check the contents of the message.

Corresponding error


FTP0008E

Message code indicates connecting to the FTP server has failed.

Causes Solution
Exception if can not Connect to FTP Server. Check if port number or FTP is running.

Corresponding error


FTP0009E

Message code indicates that analyzing the list of remote files has failed.

Causes Solution
Failed analyze the list of remote files. Ensure the [Encoding] specified in [Destination] and the FTP server settings are correct.

Corresponding error


FTP0010E

Message code indicates that the path on FTP server does not start with "/".

Causes Solution
Path on FTP server does not start from "/". Enter the absolute path starting from "/" for path on FTP server.

Corresponding error