7 Error and Information Messages
There are several ways that local client programs can learn about application errors that occur on remote systems. For example:
- Application failures can be communicated through error indicators that remote systems send to the local Tuxedo Mainframe Adapter for TCP Gateway.
- Service routines can include information about failures in output records that are returned to client programs.
This document contains a description of error and informational messages that can be encountered while using Oracle Tuxedo Mainframe Adapter for TCP Gateway (hereafter referenced as TMA TCP Gateway).
| Error | Description | |
|---|---|---|
| 1000:ERROR | Memory allocation error | |
| - | DESCRIPTION | An attempt to allocate memory failed. |
| - | ACTION | Check available memory. |
| 1001:ERROR | Cannot load shared module <text>: <text> | |
| - | DESCRIPTION | An attempt to load the listed shared library failed. The reason is noted in the error text. |
| - | ACTION | Verify that the shared library exists. |
| 1002:ERROR | Cannot get symbol <text> in module <text> | |
| - | DESCRIPTION | The listed symbol was not found in the listed shared module. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1003:ERROR | No encoding type defined for <text>. No encoding done | |
| - | DESCRIPTION | The gateway configuration file does not specify a
TYPE parameter for the listed
FOREIGN gateway or a DFLTTYPE
parameter in the GLOBAL section.
|
| - | ACTION | Correct the gateway configuration file. |
| 1004:ERROR | Encoding type '<text>:<text>' for type '<text>' failed. | |
| - | DESCRIPTION | Allocating a typed buffer for encoding output failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1005:ERROR | Decode failed due to allocation error | |
| - | DESCRIPTION | The output data buffer was not created correctly with
tpalloc( ).
|
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1006:ERROR | No encoding type defined for <text>. No decoding done | |
| - | DESCRIPTION | The Domain Gateway library software does not have an encoding type defined in shared memory for the listed gateway. |
| - | ACTION | Verify the TYPE parameter for the gateway in the
gateway configuration file.
|
| 1007:ERROR | Decoding type <text>:<text> for type <text> failed | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while getting decoding information for the listed type, subtype, and remote type. |
| - | ACTION | Previous logged error messages should provide the exact reasons for the failure. Contact your Tuxedo System Technical Support. |
| 1008:ERROR | GWICONFIG env var not found! | |
| - | DESCRIPTION | Retrieving the environment variable GWICONFIG
failed.
|
| - | ACTION | Set and export the GWICONFIG environment
variable.
|
| 1009:ERROR | <text> config file not found! | |
| - | DESCRIPTION | The named configuration file cannot be found. |
| - | ACTION | Verify that the file which the GWICONFIG environment
variable points to exists.
|
| 1010:ERROR | Parse of <text> failed, exiting | |
| - | DESCRIPTION | An attempt to parse the gateway configuration file failed. |
| - | ACTION | Verify the format of the gateway configuration file. |
| 1011:ERROR | <number> errors found while parsing <text>, exiting | |
| - | DESCRIPTION | Errors occurred while parsing the gateway configuration file. |
| - | ACTION | Verify the format of the gateway configuration file |
| 1012:INFO | Dumping configuration to stdout | |
| - | DESCRIPTION | The current configuration is dumped to the standard output. |
| - | ACTION | No action required. |
| 1013:ERROR | Sending error to <text>:\n\t<text> | |
| - | DESCRIPTION | The error condition described is being sent to the listed gateway. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1014:ERROR | Invalid action detected <number> | |
| - | DESCRIPTION | The Domain Gateway library software detected an invalid action while trying to encode a buffer. |
| - | ACTION | This is an internal error with no associated user action. If the error persists, contact your Tuxedo System Technical Support with the exact error message. |
| 1015:ERROR | Data encoding failed | |
| - | DESCRIPTION | The Domain Gateway library software detected an error encoding data. |
| - | ACTION | Previous logged error messages should provide the exact reasons for the failure. Contact your Tuxedo System Technical Support. |
| 1016:ERROR | Invalid wrap switch index | |
| - | DESCRIPTION | The wrap switch index in shared memory is not valid. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1017:ERROR | Buffer wrapping failed | |
| - | DESCRIPTION | The buffer wrapping function returned an error. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1018:ERROR | Bad wrapping protocol | |
| - | DESCRIPTION | The wrapping protocol in shared memory is not
GWI_PROTOCOL.
|
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1019:ERROR | Cannot unwrap buffer | |
| - | DESCRIPTION | The buffer unwrapping function returned an error. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1020:ERROR | Unable to obtain local service (<text>) information from shared memory | |
| - | DESCRIPTION | Information about the local service could not be found in shared memory. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1021:ERROR | Request for unknown service '<text>' from <text> | |
| - | DESCRIPTION | Information about the listed service could not be found in shared memory. |
| - | ACTION | Verify the DMCONFIG file and ensure
dmloadcf has been run on it.
|
| 1022:ERROR | Reply received for invalid session | |
| - | DESCRIPTION | The Domain Gateway received a reply for an invalid session. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1023:ERROR | Reply received for inactive session | |
| - | DESCRIPTION | The Domain Gateway received a reply for an inactive session. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1024:ERROR | Unable to obtain remote service (<text>) information from shared memory | |
| - | DESCRIPTION | Information about the remote service could not be found in shared memory. |
| - | ACTION | Verify the DMCONFIG file and insure
dmloadcf has been run on it.
|
| 1025:ERROR | Data decoding failed | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while decoding a received message buffer. |
| - | ACTION | Previous logged error messages should provide the exact reasons for the failure. Contact your Tuxedo System Technical Support. |
| 1026:INFO | <text> : <text> | |
| - | DESCRIPTION | The field name and its value in a fielded buffer are logged. |
| - | ACTION | No action required. |
| 1027:INFO | Type <number> : <text> | |
| - | DESCRIPTION | The field type and its value in a fielded buffer are logged. |
| - | ACTION | No action required. |
| 1028:ERROR | Cannot open <text>:<text> | |
| - | DESCRIPTION | Could not find the listed view file. |
| - | ACTION | Verify the VIEWDIR and VIEWFILES
environment variables.
|
| 1029:ERROR | FML incompatible field in <text>:<text> | |
| - | DESCRIPTION | The listed view contains the packed decimal data type. Views containing this type cannot be used for FML-to-view or view-to-view conversions. |
| - | ACTION | Remove packed decimal fields from the input FML or view, or send the same view structure to the local gateway that is sent to the remote gateway. |
| 1030:ERROR | tpalloc for <text> failed | |
| - | DESCRIPTION | Allocation of a Tuxedo typed buffer failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1031:ERROR | Fvstof failed for <text>:<text> | |
| - | DESCRIPTION | The conversion of a C structure to a fielded buffer failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1033:ERROR | tpalloc for <text>:<text> failed | |
| - | DESCRIPTION | Allocating a typed buffer for the listed view failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1036:ERROR | Unable to obtain network descriptor; error code = <number> | |
| - | DESCRIPTION | This is an internal error code, indicating a network initialization failure. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1037:ERROR | Unable to determine RDOM for request | |
| - | DESCRIPTION | This is an internal error code, indicating a shared memory lookup failure. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1038:ERROR | Unable to connect to <text>; return code <number> | |
| - | DESCRIPTION | The gateway detected an error while trying to open a connection on a socket. |
| - | ACTION | Verify that the network address information for the desired
FOREIGN entry is correct.
|
| 1039:ERROR | Connection failed to <text> | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to connect to the listed gateway. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1048:ERROR | Unable to send service request | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to send a message to the network. |
| - | ACTION | This is an internal error with no associated user action. If the error persists, contact your Tuxedo System Technical Support with the exact error message. |
| 1049:ERROR | Unable to send service request \"<text>\" | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to send a message to the network. |
| - | ACTION | This is an internal error with no associated user action. If the error persists, contact your Tuxedo System Technical Support with the exact error message. |
| 1050:ERROR | Unable to get remote service information from shared memory | |
| - | DESCRIPTION | Information about the remote service could not be found in shared memory. |
| - | ACTION | Verify the DMCONFIG file and insure
dmloadcf has been run on it.
|
| 1052:ERROR | Can't get remote service name for <text> | |
| - | DESCRIPTION | The remote service name for the listed service could not be found in shared memory. |
| - | ACTION | Verify the DMCONFIG file and insure
dmloadcf has been run on it.
|
| 1053:ERROR | No remote service entry for <text> | |
| - | DESCRIPTION | No remote service entry for the listed service was found in shared memory. |
| - | ACTION | Correct the gateway configuration file. |
| 1054:ERROR | Cannot suspend action | |
| - | DESCRIPTION | The Domain Gateway library software was unable to suspend the action while trying to set up a network connection. |
| - | ACTION | This is an internal error with no associated user action. If the error persists, contact your Tuxedo System Technical Support with the exact error message. |
| 1055:WARN | CICS init string failed for <text>. | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to send a CICS initialization string to the listed gateway. |
| - | ACTION | This is an internal error with no associated user action. If the error persists, contact your Tuxedo System Technical Support with the exact error message. |
| 1056:INFO | Connection <number> initialized to <text>, ID:\n\t<text> | |
| - | DESCRIPTION | The Domain Gateway library software successfully initialized a connection to the gateway. |
| - | ACTION | No action required. |
| 1057:INFO | Multiplex count for connection <number> is <number> | |
| - | DESCRIPTION | The multiplex count for the listed connection is given. |
| - | ACTION | No action required. |
| 1058:INFO | Listen port <number> (<text>) established | |
| - | DESCRIPTION | The listen port for the gateway has been established. |
| - | ACTION | No action required. |
| 1059:ERROR | Cannot change action into msg_failure | |
| - | DESCRIPTION | The action cannot be changed to msg_failure.
|
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1060:ERROR | Cannot change action into msg_reply | |
| - | DESCRIPTION | The action cannot be changed to msg_failure.
|
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1062:ERROR | Unexpected action state <number> | |
| - | DESCRIPTION | This message should never occur. The program code or defines are wrong if it does. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1063:WARN | Conversation not found - closing connection | |
| - | DESCRIPTION | The ID of the connection was not found in the shared memory conversation table. |
| - | ACTION | No action required. |
| 1064:ERROR | No more actions | |
| - | DESCRIPTION | Trying to create an action to time out a conversation failed. |
| - | ACTION | No action required. |
| 1066:ERROR | Cannot allocate appropriate array for poll | |
| - | DESCRIPTION | The Domain Gateway library software was unable to allocate the
pollfd array.
|
| - | ACTION | This is an internal error with no associated user action. If the error persists, contact your Tuxedo System Technical Support with the exact error message. |
| 1067:ERROR | Run-time environment setting failure | |
| - | DESCRIPTION | The Domain Gateway library software was unable to initialize the run-time environment. |
| - | ACTION | Previous logged error messages should provide the exact reasons for the failure. Contact your Tuxedo System Technical Support. |
| 1068:ERROR | No free listen structures available | |
| - | DESCRIPTION | Obtaining a free listen structure failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1069:ERROR | Cannot listen for host <text> | |
| - | DESCRIPTION | The Domain Gateway library software was unable to resolve the IP address of the listed gateway. |
| - | ACTION | Previous logged error messages should provide the exact reasons for the failure. Contact your Tuxedo System Technical Support. |
| 1070:ERROR | Gateway fails to complete connection | |
| - | DESCRIPTION | The Domain Gateway library software was unable to open a socket connection. |
| - | ACTION | Verify that the address of the remote host is configured correctly. |
| 1071:ERROR | Unable to establish listen port <number> (<text>) | |
| - | DESCRIPTION | The Domain Gateway library software was unable to establish a listen socket. |
| - | ACTION | Verify that the configured listen port is not in use by another process. Contact your Tuxedo System Technical Support. |
| 1072:ERROR | Can't read CODEPAGE '<text>' for <text> DOMAIN <text> | |
| - | DESCRIPTION | The codepage file specified in the
DMCONFIG file cannot be opened.
|
| - | ACTION | Verify that the specified file is available and that the file protections are set correctly. |
| 1073:ERROR | <text> '<text>' not found in domain configuration | |
| - | DESCRIPTION | A FOREIGN or
entry does not have a
corresponding entry in the domain configuration
(dmconfig) file.
|
| - | ACTION | Verify that each FOREIGN and NATIVE
entry in the gwiconfig file has a corresponding entry
in the dmconfig file.
|
| 1075:ERROR | Cannot alloc conv switch | |
| - | DESCRIPTION | Creating a conversation switch in shared memory failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1076:ERROR | Cannot alloc wrap switch | |
| - | DESCRIPTION | Creating a wrap switch in shared memory failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1077:ERROR | Couldn't load configuration | |
| - | DESCRIPTION | The Domain Gateway library software was unable to load the configuration. |
| - | ACTION | Verify the format of the gateway configuration file. |
| 1078:ERROR | No gateway defined in config file | |
| - | DESCRIPTION | The gateway configuration file does not contain a gateway definition. |
| - | ACTION | Correct the gateway configuration file. |
| 1079:ERROR | Couldn't find <text> gateway (GWINAME) in NATIVE section | |
| - | DESCRIPTION | The listed gateway was not found in the NATIVE
section of the gateway configuration file.
|
| - | ACTION | Correct the gateway configuration file. |
| 1080:ERROR | Couldn't find env var GWINAME. Cannot guess which gateway. | |
| - | DESCRIPTION | The gateway configuration file contains more than one gateway entry
and the environment variable GWINAME is not
set.
|
| - | ACTION | Set the GWINAME environment variable.
|
| 1081:ERROR | Couldn't find host name. Cannot guess gateway address. | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to get the name of the current host. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1082:ERROR | Service <text> is SECURE, Tuxedo security disabled | |
| - | DESCRIPTION | The listed service requires security, but Tuxedo security is disabled. |
| - | ACTION | Either turn on Tuxedo security with the SECURITY
resource, or remove the SECURE parameter from the
gateway configuration file for this service.
|
| 1083:ERROR | Network initialization fails; error code = <number> | |
| - | DESCRIPTION | Initialization of the network protocol has failed. |
| - | ACTION | Verify that the underlying TCP product is installed and configured correctly. |
| 1084:ERROR | Universal callback setup fails; error code = <number> | |
| - | DESCRIPTION | This is an internal error code, indicating a library setup failure. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1085:ERROR | Unable to register protocol; error code = <number> | |
| - | DESCRIPTION | This is an internal error code, indicating a library setup failure. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1086:ERROR | Unable to set network device; error code = <number> | |
| - | DESCRIPTION | The configured network device cannot be found. |
| - | ACTION | Verify that the NWDEVICE field in the
LOCAL section of the GWICONFIG
file is correct (usually /dev/tcp).
|
| 1087:ERROR | Can't get remote address | |
| - | DESCRIPTION | Could not convert the remote internet address to a binary address. |
| - | ACTION | Previous logged error messages should provide the exact reasons for the failure. Contact your Tuxedo System Technical Support. |
| 1088:INFO | Accepted new connection <number> from <text> | |
| - | DESCRIPTION | A new connection from the remote gateway has been accepted. |
| - | ACTION | No action required. |
| 1089:ERROR | Poll returned error (num_cnx=<number>) | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while polling the connection for events. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1090:ERROR | No free sessions available | |
| - | DESCRIPTION | The Domain Gateway library software was unable to allocate shared memory for a new session structure. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1091:ERROR | Unable to get new action: gpnd <number> | |
| - | DESCRIPTION | This is an internal error, indicating that the Domain Gateway is unable to allocate a new action. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1092:ERROR | Invalid ses_idx <number> for act <number> | |
| - | DESCRIPTION | The action structure references an invalid session index. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1093:ERROR | Unable to allocate a receive buffer | |
| - | DESCRIPTION | The Domain Gateway is unable to allocate memory for a receive buffer. |
| - | ACTION | Verify that system memory requirements are met. If problems persist, contact your Tuxedo System Technical Support. |
| 1094:WARN | Deleting late reply from local service '<text>' | |
| - | DESCRIPTION | A late reply has arrived from a Tuxedo service. Because the request has already timed out, the reply is discarded. |
| - | ACTION | No action is required. If an excessive number of timeouts occur, adjustments may be needed in the configuration. |
| 1097:ERROR | Error message from <text>:\n\tTuxedo code <number> (<text>):\n\t<text> | |
| - | DESCRIPTION | Received an error message from the remote gateway. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1098:WARN | Late response received for freed session <number>/<number> | |
| - | DESCRIPTION | Received a response on a file descriptor which had timed out. |
| - | ACTION | No action required. |
| 1099:INFO | Stale message found | |
| - | DESCRIPTION | Received a message on a session with no associated action. |
| - | ACTION | No action required. |
| 1100:ERROR | Data conversion failed for local request '<text>' | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to decode a message. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1101:ERROR | Unexpected diagnostic <number> returned from server | |
| - | DESCRIPTION | An unexpected diagnostic flag was returned from the server. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1102:ERROR | Data conversion failed for local service '<text>' | |
| - | DESCRIPTION | The Domain Gateway library software detected an error while trying to encode a message. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1103:INFO | Connection <number> initialized from <text> | |
| - | DESCRIPTION | The Domain Gateway library software received a connection request from the remote gateway. |
| - | ACTION | No action required |
| 1104:ERROR | Unable to identify local service, rname '<text>' | |
| - | DESCRIPTION | The service requested by the listed remote service was not found in shared memory. |
| - | ACTION | Verify the DMCONFIG file and insure
dmloadcf has been run on it.
|
| 1105:ERROR | Unable to map local service RNAME <text> | |
| - | DESCRIPTION | The service requested by the listed service name was not found in shared memory. |
| - | ACTION | Verify the DMCONFIG file and insure
dmloadcf has been run on it.
|
| 1106:ERROR | Unable to identify user <text> | |
| - | DESCRIPTION | The listed user is not authorized for the requested service. |
| - | ACTION | Verify the tpusr file in
APPDIR.
|
| 1107:ERROR | Protocol error: server cannot use GWI_OP_DISCON | |
| - | DESCRIPTION | A remote service is sending a disconnect. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1108:ERROR | Invalid opcode on receive | |
| - | DESCRIPTION | The Domain Gateway library software received an invalid opcode. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1110:INFO | Closing connection <number> | |
| - | DESCRIPTION | The listed connection is being closed. |
| - | ACTION | No action required. |
| 1111:ERROR | gwi_mk_error called with bad act_idx! | |
| - | DESCRIPTION | The Domain Gateway library software detected that an error occurred between a send and receive. The connection closes. |
| - | ACTION | No action required. |
| 1112:ERROR | Too many unrecoverable errors occurred - deleting action | |
| - | DESCRIPTION | The Domain Gateway library software detected more than 2 errors while trying to complete the action. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1113:ERROR | Unrecoverable error occurred on send of reply request - deleting action | |
| - | DESCRIPTION | Cannot send a reply to a call made with
TPNOREPLY.
|
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1114:ERROR | Local request '<text>' timed out, returning error response | |
| - | DESCRIPTION | The request for the local service timed out. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1115:WARN | Deleting timed out session index %d for connection %d | |
| - | DESCRIPTION | The request for the local service timed out. |
| - | ACTION | No action required. |
| 1116:ERROR | Local request '<text>' failed, returning error response | |
| - | DESCRIPTION | The request for the local service failed. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1117:ERROR | Error on receive from <text> | |
| - | DESCRIPTION | The Domain Gateway library software detected an error when receiving a request from a remote gateway. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1118:ERROR | Unrecoverable error occurred on unknown receipt(2) - deleting action | |
| - | DESCRIPTION | The current action has no associated session. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1119:ERROR | No FOREIGN entry for REMOTE_DOMAIN '<text>' | |
| - | DESCRIPTION | There is no FOREIGN entry in the
GWICONFIG file corresponding to the specified
REMOTE_DOMAIN.
|
| - | ACTION | Create a FOREIGN entry in the
GWICONFIG file for each
REMOTE_DOMAIN that is available through the
gateway.
|
| 1120:ERROR | Unrecoverable error occurred - deleting GWEV_MSG_FAILURE action (type <number>) | |
| - | DESCRIPTION | The Domain Gateway library software detected an unrecoverable error. |
| - | ACTION | Previous logged error messages should provide more information. Contact your Tuxedo System Technical Support. |
| 1121:ERROR | Unrecoverable error occurred - changing action (type <number>) into GWEV_MSG_FAILURE | |
| - | DESCRIPTION | The Domain Gateway library software detected an unrecoverable error. |
| - | ACTION | Previous logged error messages should provide more information. Contact your Tuxedo System Technical Support. |
| 1122:ERROR | Unrecoverable error occurred - deleting action (type <number>) | |
| - | DESCRIPTION | The Domain Gateway library software detected an unrecoverable error. |
| - | ACTION | Previous logged error messages should provide more information. Contact your Tuxedo System Technical Support. |
| 1123:INFO | Request id not found | |
| - | DESCRIPTION | The action with the given request ID was not found in shared memory. |
| - | ACTION | No action required. |
| 1124:ERROR | convid not found | |
| - | DESCRIPTION | The session with the given conversation ID was not found in shared memory. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1125:ERROR | Invalid network address <<text>> | |
| - | DESCRIPTION | The given network address is not valid. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1126:ERROR | Invalid host name <<text>> | |
| - | DESCRIPTION | Could not get the network address for the listed host. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1127:ERROR | Bad ip adress format <<text>> | |
| - | DESCRIPTION | The format of the listed ip address is invalid. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1128:ERROR | Input string too long <<text>> | |
| - | DESCRIPTION | The address is too long to fit in the memory allocated for it. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1129:ERROR | Timeout on local service <text>, returning error to <text> | |
| - | DESCRIPTION | The Domain Gateway library software detected a timeout on the listed remote service. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1130:ERROR | Timeout on local service <text>, returning error to <text> | |
| - | DESCRIPTION | The Domain Gateway library software detected a timeout on the listed local service. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1131:ERROR | Connect time-out on connection <number> to <text> | |
| - | DESCRIPTION | The Domain Gateway library software detected a timeout while attempting to connect to the remote gateway. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1132:ERROR | Idle time-out on connection <number> to <text> | |
| - | DESCRIPTION | The Domain Gateway library software detected a timeout on the listed connection to the remote gateway. |
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1133:ERROR | Parse error: <text> line <number> column <number> (after <<text>>) at <<text>> | |
| - | DESCRIPTION | The Domain Gateway library software encountered an error while parsing the gateway configuration file. |
| - | ACTION | Correct the gateway configuration file. |
| 1134:ERROR | No NWDEVICE specified | |
| - | DESCRIPTION | There was no NWDEVICE specified in the gateway
configuration file.
|
| - | ACTION | Correct the gateway configuration file. |
| 1135:ERROR | NATIVE name <text> already in use | |
| - | DESCRIPTION | The listed gateway name is specified more than once in the
NATIVE section of the gateway configuration
file.
|
| - | ACTION | Correct the gateway configuration file. |
| 1136:WARN | Unreasonable POLL_TIME <number> ignored for NATIVE <text> | |
| - | DESCRIPTION | The gateway configuration file specifies a poll time which is less than 100,000 or greater than 10,000,000. |
| - | ACTION | No action required. The poll time is set to 250,000. |
| 1137:ERROR | REMOTE_SERVICE <text> has no OUTREQ_TIME, no default in GLOBAL | |
| - | DESCRIPTION | The gateway configuration file does not have an
OUTREQ_TIME specified for a remote service.
|
| - | ACTION | Correct the gateway configuration file. |
| 1138:ERROR | FOREIGN name <text> already in use | |
| - | DESCRIPTION | The listed gateway name is specified more than once in the
FOREIGN section of the gateway configuration
file.
|
| - | ACTION | Correct the gateway configuration file. |
| 1139:ERROR | Missing mandatory TYPE param for FOREIGN <text> | |
| - | DESCRIPTION | The gateway configuration file does not have a TYPE
parameter for the listed gateway.
|
| - | ACTION | Correct the gateway configuration file. |
| 1140:ERROR | Missing mandatory WRAP param for FOREIGN <text> | |
| - | DESCRIPTION | The gateway configuration file does not have a WRAP
parameter for the listed gateway.
|
| - | ACTION | Correct the gateway configuration file. |
| 1141:ERROR | Missing mandatory IP_ADDR param for FOREIGN <text> | |
| - | DESCRIPTION | The gateway configuration file does not have an
IP_ADDR parameter for the listed gateway.
|
| - | ACTION | Correct the gateway configuration file. |
| 1142:ERROR | LOCAL_SERVICE name <text> already in use | |
| - | DESCRIPTION | The listed service name is specified more than once in the
LOCAL_SERVICE section of the gateway configuration
file.
|
| - | ACTION | Correct the gateway configuration file. |
| 1145:ERROR | REMOTE_SERVICE name <text> already in use | |
| - | DESCRIPTION | The listed service name is specified more than once in the
REMOTE_SERVICE section of the gateway configuration
file.
|
| - | ACTION | Correct the gateway configuration file. |
| 1149:ERROR | Mandatory <text> section missing | |
| - | DESCRIPTION | The gateway configuration file must contain the
GLOBAL, FOREIGN,
NATIVE, LOCAL_SERVICES, and
REMOTE_SERVICES sections.
|
| - | ACTION | Correct the gateway configuration file. |
| 1150:ERROR | Duplicate <text> section | |
| - | DESCRIPTION | The gateway configuration file contains multiple entries for the listed section. |
| - | ACTION | Correct the gateway configuration file. |
| 1151:ERROR | Section <text> out of order | |
| - | DESCRIPTION | The listed section is not in the proper order in the gateway configuration file. |
| - | ACTION | Correct the gateway configuration file. |
| 1152:INFO | Section order must be *GLOBAL then *NATIVE/*FOREIGN then *LOCAL_SERVICES/*REMOTE_SERVICES | |
| - | DESCRIPTION | The gateway configuration file must have the following order of sections: GLOBAL, NATIVE/FOREIGN LOCAL_SERVICES/REMOTE_SERVICES.
|
| - | ACTION | No action required. |
| 1153:WARN | Bad subtype <text> truncated to <number> characters | |
| - | DESCRIPTION | The gateway configuration file specifies a subtype name which is too long. |
| - | ACTION | Correct the gateway configuration file. |
| 1154:WARN | Bad type <text> truncated to <number> characters | |
| - | DESCRIPTION | The gateway configuration file specifies a type name which is too long. |
| - | ACTION | Correct the gateway configuration file. |
| 1155:WARN | SECURE= accepts Y or N, not <text> | |
| - | DESCRIPTION | The gateway configuration file contains an invalid entry for the
SECURE parameter.
|
| - | ACTION | Correct the gateway configuration file. |
| 1156: | DSECURITY= accepts Y or N, not <parameter> | |
| - | DESCRIPTION | The gateway configuration file contains an invalid entry for the
DSECURITY parameter.
|
| - | ACTION | Correct the gateway configuration file. |
| 1157:WARN | DUMP= accepts Y or N, not <text> | |
| - | DESCRIPTION | The gateway configuration file contains an invalid entry for the
DUMP parameter.
|
| - | ACTION | Correct the gateway configuration file. |
| 1158:WARN | CONNSYNC= accepts Y or N, not <text> | |
| - | DESCRIPTION | The gateway configuration file contains an invalid entry for the
CONNSYNC parameter.
|
| - | ACTION | Correct the gateway configuration file. |
| 1159:WARN | CICS= accepts Y or N, not <text> | |
| - | DESCRIPTION | The gateway configuration file contains an invalid entry for the CICS parameter. |
| - | ACTION | Correct the gateway configuration file. |
| 1160:ERROR | Remove obsolete line in <text> : \"REPLY = <text>\" | |
| - | DESCRIPTION | The gateway configuration file contains a REPLY
parameter, which is obsolete.
|
| - | ACTION | Remove the REPLY parameter from the gateway
configuration file.
|
| 1161:ERROR | CONV=Y, conversational mode not supported | |
| - | DESCRIPTION | The gateway configuration file specifies CONV=Y for
a local service. This is currently not supported.
|
| - | ACTION | Correct the gateway configuration file. |
| 1162:WARN | CONV= accepts Y or N, not <text> | |
| - | DESCRIPTION | The gateway configuration file contains an invalid entry for the
CONV parameter.
|
| - | ACTION | Correct the gateway configuration file. |
| 1163:ERROR | Bad unwrapping protocol | |
| - | DESCRIPTION | The unwrapping protocol in shared memory is not
GWI_PROTOCOL.
|
| - | ACTION | Contact your Tuxedo System Technical Support. |
| 1164:INFO | External encode/decode enabled, type '<text>' | |
| - | DESCRIPTION | The external encoding command line option has been specified on the gateway, with the given encoding type. |
| - | ACTION | None required. |
| 1165:ERROR | External encode/decode service returned error:\n\tTuxedo code <number> (<text>) | |
| - | DESCRIPTION | An external encode or decode request has resulted in an error. The Tuxedo code and a descriptive message are supplied. |
| - | ACTION | Verify that the encode/decode service is running and that the
DMCONFIG and GWICONFIG files are
configured properly.
|
| 1166:ERROR | TCP-IP Listener Error Received: <text> | |
| - | DESCRIPTION | An error has been reported by the TCP/IP listener on the remote system. |
| - | ACTION | Examine the logs on the remote system to determine the cause of the TCP/IP failure. |
| 1167:INFO | Mainframe buffer length checking disabled | |
| - | DESCRIPTION | The gateway has been configured to allow copybook buffers from the
remote host that are not as large as the desired VIEW
buffer.
|
| - | - | - |
| 1168:INFO | Mainframe padding disabled | |
| - | DESCRIPTION | The gateway has been configured to not align copybook members sent to and received from the remote host. |
| - | - | - |
| 1169:INFO | Request logging enabled | |
| - | DESCRIPTION | The gateway has been configured to log each request to standard error output. |
| - | - | - |
| 1170:INFO | CODPEPAGE ‘<Code page name>’ for ‘LOCAL’ DOMAIN <Domain name> | |
| - | DESCRIPTION | This displays the code page used by the Local Domain. |
| - | - | - |
| 1171:INFO | CODPEPAGE ‘<Code page name>’ for ‘LOCAL’ DOMAIN <Domain name> | |
| - | DESCRIPTION | This displays the code page used by the Remote Domain. |
| 1173:ERROR | Invalid network protocol value | |
| - | DESCRIPTION | Invalid domain network protocol is used. |
| - | ACTION | Use correct network protocol value. |
| 1174: ERROR | SSL handshake failed, errno=%d | |
| - | DESCRIPTION | The Gateway failed to shake hands with SSL peer. |
| - | ACTION | Contact Oracle Customer Support. |
| 1175: ERROR | Get SSL Data failed | |
| - | DESCRIPTION | The Gateway failed to get SSL data. |
| - | ACTION | Contact Oracle Customer Support. |
| 1176:ERROR | Message Buffer Invalid | |
| - | DESCRIPTION | The Gateway failed to get message buffer. |
| - | ACTION | Contact Oracle Customer Support. |