SQLSTATE
|
Native code
|
Message text and description
|
---|---|---|
08001
|
25217
|
Client unable to establish a connection
Description: The driver has used the TC connect info to find an applicable server and connect to it. The effort has failed due to one of the following reasons:
▪ No host listed in the address list was found
▪ A host was found but the login timed out
▪ A host was found but the login was rejected
▪ Hosts found but not in the PRIMARY/ STANDALONE state
|
HY000
|
21307
|
Invalid connect info...
Description: a syntax error is found in an elementary connect string or in the TC connect info (data source info).
|
HY000
|
21300
|
Protocol ... not supported.
Description: the string "TC" in the beginning of the TC connect info is misspelled (or, an incorrect protocol name is given in the elementary connect string).
|
SQLSTATE
|
Native code
|
Message text and description
|
---|---|---|
0100
|
25218
|
Connected to server in STANDALONE or PRIMARY ALONE state.
An effort has been made to set any non-default value for the failover level or load balancing method, and there is only one server available. On this case, neither failure transparency nor load balancing is available.
|