Client Connections retry settings
This page lists the recoverable errors for which Data Mover either performs an unlimited number of retry attempts or a specific number of retry attempts. This number is set in the Max Retries field of the Client Connection configuration.
All errors not listed on this page are considered fatal, the connection is not retried and the status is set to FAILED in Data Mover.
The recoverable error codes are divided into two groups based on how Data Mover handles them:
Retry the connection without increasing the number of attempts.
Retry the connection by increasing the number of attempts.
Retry without increasing the number of attempts
With any of these error codes, Data Mover retries the connection without increasing the number of retries:
RC_OBJECT_IN_USE
2042
RC_FILE_IN_USE
5555
RC_NOT_CONNECTED
9201
Retry increasing the number of attempts
When one of these errors occurs, Data Mover will continue attempting to establish a connection, increasing the number of attempts, as long as attempts are available.
PR4 Protocol
PRIMEUR SPAZIO Errors
RC_CONNECTION_BROKEN
2009
RC_HCONN_ERROR
2018
RC_MAX_CONNS_LIMIT_REACHED
2025
RC_OBJECT_IN_USE
2042
RC_Q_FULL
2053
RC_Q_MGR_NOT_AVAILABLE
2059
RC_STORAGE_NOT_AVAILABLE
2071
RC_Q_MGR_QUIESCING
2161
RC_Q_MGR_STOPPING
2162
RC_Q_MGR_NOT_ACTIVE
2223
RC_POINTER_QSET_NOT_DEFINED
3557
RC_DATA_QSET_NOT_DEFINED
3558
RC_RST_SESSION_IN_USE
5101
RC_NULL_BLOCK_ERROR
5520
RC_FILE_IN_USE
5555
RC_MAX_Q_FILE_DEPTH_REACHED
5560
RC_TIME_OUT
5903
RC_SUSPENDED_BY_USER
5904
RC_INTERRUPTED_BY_USER
5909
RANGE RC EQUIVALENT RC_CONNECTION_BROKEN
9000 - 9999
PRIMEUR Data Mover Errors
RC_MAX_CONNS_LIMIT_REACHED
2025
RC_RST_SESSION_IN_USE
5101
RC_SUSPENDED_BY_USER
5904
RC_SHUTDOWN_QM
9103
RC_COMMUNICATION_SHUTDOWN
9157
PR5 Protocol
PRIMEUR SPAZIO Errors
RC_CONNECTION_BROKEN
2009
RC_HCONN_ERROR
2018
RC_MAX_CONNS_LIMIT_REACHED
2025
RC_OBJECT_IN_USE
2042
RC_Q_FULL
2053
RC_Q_MGR_NOT_AVAILABLE
2059
RC_STORAGE_NOT_AVAILABLE
2071
RC_Q_MGR_QUIESCING
2161
RC_Q_MGR_STOPPING
2162
RC_Q_MGR_NOT_ACTIVE
2223
RC_POINTER_QSET_NOT_DEFINED
3557
RC_DATA_QSET_NOT_DEFINED
3558
RC_RST_SESSION_IN_USE
5101
RC_ACKQ_FULL
5252
RC_BLOCK_OR_DATA_LENGTH_ERR
5520
RC_FILE_IN_USE
5555
RC_MAX_Q_FILE_DEPTH_REACHED
5560
RC_TIME_OUT
5903
RC_SUSPENDED_BY_USER
5904
RC_INTERRUPTED_BY_USER
5909
RC_Q_MANAGER_INITIALIZING
7950
RC_MEMORY_NOT_AVAILABLE
9015
RC_QSHUTDOWN_SPAZIO
9102
RC_QSHUTDOWN_QM
9103
RC_COMMUNICATION_NOT_ACTIVE
9150
RC_COMMUNICATION_ERROR
9151
RC_COMMUNICATION_INTERNAL_ERROR
9152
RC_COMMUNICATION_TIMEOUT
9153
RC_COMMUNICATION_LINE_BUSY
9154
RC_COMMUNICATION_NO_TRANS_AVAIL
9155
RC_COMMUNICATION_NO_LINE_AVAIL
9156
RC_COMMUNICATION_SHUTDOWN
9157
RC_COMMUNICATION_PARAM_ERROR
9158
RC_COMMUNICATION_REM_TRANS_FAILED
9160
RC_SPAM_ERROR
9200
RC_NOT_CONNECTED
9201
RC_SROPEN_FAILED
9202
RC_SECODARY_QM_REMOTE
9220
PRIMEUR Data Mover Errors
RC_MAX_CONNS_LIMIT_REACHED
2025
RC_RST_SESSION_IN_USE
5101
RC_FILE_IN_USE
5555
RC_SUSPENDED_BY_USER
5904
RC_MEMORY_NOT_AVAILABLE
9015
RC_QSHUTDOWN_QM
9103
RC_COMMUNICATION_ERROR
9151
RC_COMMUNICATION_REM_TRANS_FAILED
9160
Exceptions for FTP, FTPS and SFTP protocols
If a line error occurs during the connection phase, the Re-trying status is set and multiple retries are performed.
In case of LS and MKDIR, the following exceptions apply:
LS: if there are no files in the selected directory, no errors are generated and the operation terminates successfully.
MKDIR: if the directory to create already exists, no error is generated and the operation terminates successfully.
Last updated