Managing TCP/IP errors
GoldenGate automatically handles TCP/IP network related errors. The actual response, delay in responding and the maximum number or retries are configured in a text parameter file named tcperrs
. This file can be found in the GoldenGate home directory.
Any errors occurring at the network layer are written to the GoldenGate log file ggserr.log
located in the GoldenGate Home directory. These errors are categorized as WARNINGS
.
The tcperrs file
The following is the default configuration held in the tcperrs
file:
# Error Response Delay (csecs) Max Retries ECONNABORTED RETRY 1000 10 #ECONNREFUSED ABEND 0 0 ECONNREFUSED RETRY 1000 12 ECONNRESET RETRY 500 10 ENETDOWN RETRY 3000 50 ENETRESET RETRY 1000 10 ENOBUFS RETRY 100 60 ENOTCONN RETRY 100 ...