LIBGWT MESSAGES 1000 & Above

LIBGWT MESSAGES 1000-1099

1000 ERROR: Remote domain link not set in action table

DESCRIPTION

Shared memory information on the remote domain is not available to establish a connection. Tables may have been changed since the service request came in and the remote domain is no longer configured.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1001 ERROR: No free context structures available

DESCRIPTION

A free slot cannot be found in the context table. See surrounding messages for more information such as a memory allocation failure.

ACTION

Contact your TUXEDO System Technical Support.

1002 ERROR: No free fd structures available

DESCRIPTION

A free slot cannot be found in the file descriptor table. See surrounding messages for more information such as a memory allocation failure.

ACTION

Contact your TUXEDO System Technical Support.

1003 ERROR: No free context structures available

DESCRIPTION

A free slot cannot be found in the context table. See surrounding messages for more information such as a memory allocation failure.

ACTION

Contact your TUXEDO System Technical Support.

1004 ERROR: Unable to obtain local tdomain address from shmem

DESCRIPTION

Shared memory information for the local domain is not available to get local device for connection establishment. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1005 ERROR: Unable to open device "sub"; network error code 0xsub

DESCRIPTION

The opening of the device specified in the "TDOM" section of the DMCONFIG for the local domain was not successful.

ACTION

Check the "NWDEVICE" value for the local domain as specified in the DM_TDOMAIN section of the DMCONFIG file. See the specified network error for more information, such as the permissions being incorrect on the device or the network not being up.

SEE ALSO

DMCONFIG (5)

1006 ERROR: Unable to obtain remote domain entry from shmem

DESCRIPTION

Shared memory information for the remote domain is not available to get needed information. An update to the configuration (DM_REMOTE_DOMAINS section) may have removed the domain information.

ACTION

Retry the request after all configuration information has been updated or contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1007 ERROR: Unable to obtain remote tdomain address from shmem

DESCRIPTION

Shared memory information for the remote domain is not available to get the addressing information for connection establishment. An update to the configuration (DM_TDOMAINS section) may have removed the domain information.

ACTION

Retry the request after all configuration information has been updated.

SEE ALSO

DMCONFIG (5)

1008 ERROR: Unable to connect to remote domain domain_name; network error code 0xnumber

DESCRIPTION

The attempt to establish a connection to the remote domain domain_name failed with the network error of number.

ACTION

More details can be found from the definition of the error code for your particular network or contact your TUXEDO System Technical Support.

1009 ERROR: Cannot associate with network transaction

DESCRIPTION

An attempt to mark the domain's shared memory record of the transaction that this action is beginning to send as part of the transaction failed. This was possibly due to the fact that the transaction has already begun rollback.

ACTION

Check the state of the transaction through tmadmin (1) or contact your TUXEDO System Technical Support.

SEE ALSO

tmadmin (1)

1010 ERROR: Cannot change action into failure

DESCRIPTION

An internal error occurred during an attempt to begin processing a failure.

ACTION

Contact your TUXEDO System Technical Support.

1011 ERROR: Unable to obtain local domain info from shmem

DESCRIPTION

Shared memory information for the local domain is not available. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1013 ERROR: Unable to send service request "servicename"

DESCRIPTION

The attempt to send the servicename service request to the remote domain failed. The file descriptor will be closed.

ACTION

Check the configuration of both the remote service (DM_REMOTE_SERVICES) and remote domain (DM_REMOTE_DOMAIN.)

SEE ALSO

DMCONFIG (5)

1014 ERROR: Cannot set remote domain for transaction

DESCRIPTION

An attempt to set this remote domain as a participant in the transaction in the domain's shared memory record of the transaction failed. This was possibly due to the fact that the transaction has already begun rollback, or that the maximum number of remote domains participating in a transaction has been exceeded. See possible surrounding messages for more information.

ACTION

Check the MAXRDOM parameter in the DMCONFIG file for the configured maximum number of remote domains (MAXRDOM) that can participate in a single transaction.

SEE ALSO

DMCONFIG (5)

1015 ERROR: Cannot disassociate with network transaction

DESCRIPTION

An attempt to mark the domain's shared memory record of the transaction that this action has completed its initial sending as part of the transaction failed. This was possibly due to the fact that the transaction has already begun rollback.

ACTION

Check the state of the transaction through tmadmin (1) or contact your TUXEDO System Technical Support.

SEE ALSO

tmadmin (1)

1016 ERROR: Cannot change action into failure

DESCRIPTION

An internal error occurred during an attempt to begin processing a failure.

ACTION

Contact your TUXEDO System Technical Support.

1017 ERROR: Unexpected action state number

DESCRIPTION

An internal error occurred in processing a service request.

ACTION

Contact your TUXEDO System Technical Support.

1018 ERROR: Unable to obtain local domainid info from shmem

DESCRIPTION

Shared memory information for the local domain is not available to get information associated with the domain id. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1019 ERROR: Message presend routine failed

DESCRIPTION

The call to the _tmpresend () routine to process the buffer before encoding and sending has failed. The routine is as defined in the typeswitch which can be defined by the specific TUXEDO System/T application.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

TYPESW (5)

1020 ERROR: Invalid data length of 0, data not self describing

DESCRIPTION

The message buffer to be sent on the service call has an invalid length of 0 after calling the buffer type switch _tmpresend () routine.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

TYPESW (5)

1021 ERROR: Encoding of message data failed

DESCRIPTION

The call to the _tmencdec() routine to encode the buffer failed. The routine is as defined in the typeswitch which can be defined by the specific TUXEDO System/T application.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

TYPESW (5)

1022 ERROR: Improper action calling nw_snd

DESCRIPTION

An internal error occurred in processing a service request.

ACTION

Contact your TUXEDO System Technical Support.

1023 ERROR: Improper action calling nw_snd

DESCRIPTION

An internal error occurred in processing a service request.

ACTION

Contact your TUXEDO System Technical Support.

1024 ERROR: _tprandkey() failed tperrno = number, could not generate random encryption key

DESCRIPTION

The call to get a randomly generated encryption key for the security exchange when a connection is being set up from a remote domain returned with a failure with the specified tperrno.

ACTION

Contact your TUXEDO System Technical Support.

1025 ERROR: Validation of ticket failed

DESCRIPTION

The ticket returned during the security check when a connection is being set up from a remote domain did not pass validation.

ACTION

Check the password entries configured on both the local and remote domains in the binary domains configuration file.

SEE ALSO

DMCONFIG (5)

1026 ERROR: Cannot change action into failure

DESCRIPTION

An internal error occurred during an attempt to begin processing a failure.

ACTION

Contact your TUXEDO System Technical Support.

1027 ERROR: Action data incorrect - null context

DESCRIPTION

An internal error occurred in processing a service request - mandatory context information is missing for the action.

ACTION

Contact your TUXEDO System Technical Support.

1028 ERROR: Failed security validation with remote domain (domainid=domainid)

DESCRIPTION

The challenge returned during the security check when connecting to the specified remote domain did not pass validation.

ACTION

Check the password entries configured on both the local and remote domains in the binary domains configuration file.

SEE ALSO

DMCONFIG (5)

1029 ERROR: Failed security validation with remote domain (domainid=domainid)

DESCRIPTION

When trying to set up a connection to the specified remote domain, the remote domain returned a failure for the security validation.

ACTION

Check the password entries configured on both the local and remote domains in the binary domains configuration file.

SEE ALSO

DMCONFIG (5)

1030 ERROR: Unable to set signals on file descriptor

DESCRIPTION

The attempt to set up signals on the file descriptor used for establishing a connection to a remote domain failed. The signals are used to notify of incoming data or a relief of a blocking condition. Although processing will continue, timely response to data may be jeopardized without signal functionality.

ACTION

Contact your TUXEDO System Technical Support.

1031 ERROR: Unable to set signals on file descriptor

DESCRIPTION

The attempt to set up signals on the file descriptor used for listening for connections from a remote domain failed. The signals are used to notify of incoming data or a relief of a blocking condition. Although processing will continue, timely response to data may be jeopardized without signal functionality.

ACTION

Contact your TUXEDO System Technical Support.

1032 ERROR: Unable to set signals on file descriptor

DESCRIPTION

The attempt to set up signals on the file descriptor used for accepting connections from a remote domain failed. The signals are used to notify of incoming data or a relief of a blocking condition. Although processing will continue, timely response to data may be jeopardized without signal functionality.

ACTION

Contact your TUXEDO System Technical Support.

1033 ERROR: Action data incorrect - null fd index

DESCRIPTION

An internal error occurred in processing a service request - mandatory file descriptor index is missing for the action.

ACTION

Contact your TUXEDO System Technical Support.

1034 ERROR: Action data incorrect - null fd

DESCRIPTION

An internal error occurred in processing a service request - mandatory file descriptor referenced by the index in the action is null.

ACTION

Contact your TUXEDO System Technical Support.

1035 ERROR: Can't set the parent of initiator as itself

DESCRIPTION

An attempt to set the parent of the transaction to itself when it is the initiator failed.

ACTION

Contact your TUXEDO System Technical Support.

1036 ERROR: Too many unrecoverable errors occurred - deleting action

DESCRIPTION

The calls to process error conditions on a single action occurred more than twice. The action will no longer be processed.

ACTION

Contact your TUXEDO System Technical Support.

1037 ERROR: Unrecoverable error occurred on send of data - sending failure reply locally

DESCRIPTION

An error occurred when trying to send data across network. A local failure reply will be sent. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1038 ERROR: Unrecoverable error occurred - sending disconnects

DESCRIPTION

An error occurred during a conversational exchange. A disconnect of the conversation will be started. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1039 ERROR: Cannot create action to send remote disconnect

DESCRIPTION

During error processing, the action needed to send a disconnect across the network cannot be created. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1040 ERROR: Cannot create action to send remote disconnect

DESCRIPTION

During error processing, the action needed to send a disconnect locally cannot be created. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1041 ERROR: Unrecoverable error occurred on send of data - sending failure reply over network

DESCRIPTION

An error occurred when trying to send a reply or commitment protocol across network. A failure reply will be sent over the network. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1042 ERROR: Unrecoverable error occurred - cannot detect received opcode - deleting action

DESCRIPTION

The opcode for the received data cannot be determined. No further processing will occur on the action. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1043 ERROR: Unrecoverable error occurred on receipt of data - sending failure reply over network

DESCRIPTION

An error occurred during processing of data received over the network. A failure reply will be sent across network. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1044 ERROR: Unrecoverable error occurred on receipt of data - sending disconnects

DESCRIPTION

An error occurred during processing of conversational data received over the network. A disconnect of the conversation will be started. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1045 ERROR: Cannot create action to send remote disconnect

DESCRIPTION

During error processing, the action needed to send a disconnect across the network cannot be created. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1046 ERROR: Cannot create action to send remote disconnect

DESCRIPTION

During error processing, the action needed to send a disconnect locally cannot be created. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1047 ERROR: Unrecoverable error occurred on receipt of data - sending failure reply locally

DESCRIPTION

An error occurred during processing of data or commitment protocol received over the network. A failure reply will be sent locally. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1048 ERROR: Unrecoverable error occurred - deleting action

DESCRIPTION

An error occurred during processing of data received over the network. No further processing will occur on the action. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1049 ERROR: Unrecoverable error occurred - deleting action

DESCRIPTION

An error occurred during processing of data received over the network. No further processing will occur on the action. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1050 ERROR: File descriptor closed while processing

DESCRIPTION

The file descriptor has been marked as closed when attempting to send data across the network. A local failure reply will be sent. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1051 ERROR: Cannot change action into failure

DESCRIPTION

An internal error occurred during an attempt to begin processing a failure.

ACTION

Contact your TUXEDO System Technical Support.

1052 ERROR: Unable to obtain remote service information from shared memory

DESCRIPTION

Shared memory information for the remote service is not available to get needed information. An update to the configuration (DM_REMOTE_SERVICES section) may have removed the service information.

ACTION

Retry the request after all configuration information has been updated or contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1053 ERROR: System encryption failed

DESCRIPTION

Initialization of encryption with the session key during the security phase of establishing a connection to a remote domain failed.

ACTION

Contact your TUXEDO System Technical Support.

1054 ERROR: System encryption failed

DESCRIPTION

Encryption of sending domain during the security phase of establishing a connection to a remote domain failed.

ACTION

Contact your TUXEDO System Technical Support.

1055 ERROR: System encryption failed

DESCRIPTION

The call to get a ticket for the security exchange when a connection is being set up from a remote domain returned with a failure. See possible surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1056 ERROR: System encryption failed

DESCRIPTION

Getting the session key or initialization of encryption with the session key for the security exchange when a connection is being set up from a remote domain failed.

ACTION

Contact your TUXEDO System Technical Support.

1057 ERROR: System encryption failed

DESCRIPTION

Encryption of ticket for the security exchange when a connection is being set up from a remote domain failed.

ACTION

Contact your TUXEDO System Technical Support.

1058 ERROR: System encryption failed

DESCRIPTION

Getting the session key or initialization of encryption with the session key for the security exchange when a connection is being set up from a remote domain failed.

ACTION

Contact your TUXEDO System Technical Support.

1059 ERROR: System encryption failed

DESCRIPTION

Encryption of ticket for the security exchange when a connection is being set up from a remote domain failed.

ACTION

Contact your TUXEDO System Technical Support.

1060 ERROR: Encoding of header failed

DESCRIPTION

The encoding of the header information to send across the network failed.

ACTION

Contact your TUXEDO System Technical Support.

1061 ERROR: Action data incorrect - null action index

DESCRIPTION

An internal error occurred in processing receipt of data - mandatory action index is missing for the call.

ACTION

Contact your TUXEDO System Technical Support.

1062 ERROR: Action data incorrect - null context index

DESCRIPTION

An internal error occurred in processing receipt of data - mandatory context information is missing for the action.

ACTION

Contact your TUXEDO System Technical Support.

1063 ERROR: Action data incorrect - null fd index

DESCRIPTION

An internal error occurred in processing receipt of data - mandatory file descriptor index is missing for the action.

ACTION

Contact your TUXEDO System Technical Support.

1064 WARN: File descriptor has been closed, cannot receive data

DESCRIPTION

The file descriptor has been marked as closed when attempting to receive data from the network. See possible surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1066 WARN: Network returned error on receive from domain name, closing file descriptor

DESCRIPTION

An error was returned from an attempt to receive data (header information) over the network from the named remote domain. The file descriptor will be closed.

ACTION

Contact your TUXEDO System Technical Support.

1068 ERROR: Network returned error on receive from domain name, closing file descriptor

DESCRIPTION

An error was returned from an attempt to receive data over the network from the named remote domain. The file descriptor will be closed.

ACTION

Contact your TUXEDO System Technical Support.

1069 ERROR: Decoding of header failed

DESCRIPTION

The decoding of the header information received over the network failed.

ACTION

Contact your TUXEDO System Technical Support.

1070 ERROR: Unable to obtain local service information from shared memory

DESCRIPTION

Shared memory information for the local service is not available to get needed information. An update to the configuration (DM_LOCAL_SERVICES section) may have removed the service information.

ACTION

Check configuration of both the local and remote machines to ensure the services offered are as required. Retry the request after all configuration information has been updated.

SEE ALSO

DMCONFIG (5)

1071 WARN: Access Control List check failed for local service servicename

DESCRIPTION

The configured Access Control List does not accept the remote domain as being allowed to access the specified local service.

ACTION

Check the configuration of the service's Access Control List to allow the remote domain to access the local service as required. Retry the request after all configuration information has been updated.

SEE ALSO

DMCONFIG (5)

1072 ERROR: Received unsupported opcode: number

DESCRIPTION

The opcode - description of action to be done with data - for the data received over the network is not valid.

ACTION

Contact your TUXEDO System Technical Support.

1073 ERROR: Unable to obtain remote domain id (domainid) information from shared memory

DESCRIPTION

During processing of receipt of data, shared memory information for the specified remote domain is not available to get needed information.

ACTION

Check the configuration for proper listing of the specified remote domain.

SEE ALSO

DMCONFIG (5)

1074 ERROR: Unable to obtain remote domain name (domainid) information from shared memory

DESCRIPTION

During processing of receipt of data, shared memory information for the specified remote domain is not available to get needed information.

ACTION

Check the configuration for proper listing of the specified remote domain.

SEE ALSO

DMCONFIG (5)

1075 ERROR: Unable to create/find local txid from shared memory

DESCRIPTION

A failure occurred when either trying to search shared memory for the network transaction id to determine the local transaction id, or trying to create a new local transaction id to associate with the network transaction id. See possible surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1076 WARN: Unable to find conversation context

DESCRIPTION

The conversation id received from the network on the data on a disconnect or conversation reply cannot be associated with a local conversation context.

ACTION

Contact your TUXEDO System Technical Support.

1077 INFO: Stale message found

DESCRIPTION

A reply or security exchange reply was received from the network which is not longer associated with an outstanding request. The original request may have timed out internally. The message is considered stale and is deleted.

ACTION

No action required.

1078 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically reallocate memory from the operating system using realloc () failed while attempting to allocate space for more data structures to associate with file descriptors.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1079 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically reallocate memory from the operating system using realloc () failed while attempting to allocate space for more data structures for the action context.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1080 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically allocate memory from the operating system using malloc () failed while attempting to allocate space for buffers to hold data received from network.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1082 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically allocate memory from the operating system using malloc () failed while attempting to allocate space for buffers to hold data to send across network.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1084 INFO: Request id not found

DESCRIPTION

A request id was not found among actions waiting to be processed. See surrounding messages for more information.

ACTION

See surrounding messages for action needed.

1085 INFO: Conversation id not found

DESCRIPTION

A conversation id was not found among actions waiting to be processed. See surrounding messages for more information.

ACTION

See surrounding messages for action needed.

1086 ERROR: File descriptor closed while processing

DESCRIPTION

The file descriptor has been marked as closed when attempting to send commitment protocol across the network. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1087 ERROR: Unable to obtain local domain addr from shared memory

DESCRIPTION

Shared memory information for the local domain is not available. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

1088 ERROR: Unable to obtain domainid entry from shared memory

DESCRIPTION

Shared memory information for the local domain is not available to get information associated with the domain id. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

1089 ERROR: Unable to obtain remote domainid entry from shared memory

DESCRIPTION

During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_TDOMAINS section) may have removed the domain information.

ACTION

Check the configuration for proper listing of the specified remote domain. Retry the request after all configuration information has been updated.

1090 ERROR: Encoding of header failed

DESCRIPTION

The encoding of the header information to send commitment protocol across the network failed.

ACTION

Contact your TUXEDO System Technical Support.

1091 ERROR: Network returned error on send, closing file descriptor

DESCRIPTION

The attempt to send the commitment protocol to the remote domain failed. The file descriptor will be closed.

ACTION

Contact your TUXEDO System Technical Support.

1092 ERROR: Unable to set remote domain branch state in shared memory

DESCRIPTION

A failure occurred in an attempt to mark the domain's shared memory record of the transaction that the remote domain is in a new state of commitment.

ACTION

Contact your TUXEDO System Technical Support.

1093 ERROR: System state error

DESCRIPTION

An internal error occurred in processing the sending of commitment protocol.

ACTION

Contact your TUXEDO System Technical Support.

1094 ERROR: Unable to obtain transaction entry from shared memory (prepare)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to send the first phase of commitment. This could be caused by an abort having been previously sent or received while the prepare was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1095 ERROR: Unable to create action to prepare branch

DESCRIPTION

An attempt to create an action to send the first phase of commitment to a branch failed.

ACTION

Contact your TUXEDO System Technical Support.

1096 ERROR: Unable to obtain transaction entry from shared memory (commit)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to send the second phase of commitment. This could be caused by an abort having been previously sent or received while the commit was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1097 ERROR: Unable to determine locality of transaction

DESCRIPTION

The check to determine if the local domain is the root of the transaction failed. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1098 ERROR: Unable to obtain remote domainid entry from shared memory

DESCRIPTION

During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_TDOMAINS section) may have removed the domain information.

ACTION

Check the configuration for proper listing of the specified remote domain. Retry the request after all configuration information has been updated.

1099 ERROR: Unable to obtain remote domain entry from shared memory

DESCRIPTION

During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_REMOTE_DOMAINS section) may have removed the domain information.

ACTION

Check the configuration for proper listing of the specified remote domain. Retry the request after all configuration information has been updated.

LIBGWT MESSAGES 1100-1199

1100 ERROR: Unable to obtain transaction entry from shared memory (sndcommit)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to send the second phase of commitment. This could be caused by an abort having been previously sent or received while the commit was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1101 ERROR: Unable to create action to commit branch

DESCRIPTION

An attempt to create an action to send the second phase of commitment to a branch failed.

ACTION

Contact your TUXEDO System Technical Support.

1103 ERROR: Unable to obtain transaction entry from shared memory (done)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to send the second phase of commitment. This could be caused by an abort having been previously sent or received while the done was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1104 ERROR: Unable to determine locality of transaction

DESCRIPTION

The check to determine if the local domain is the root of the transaction failed. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1105 ERROR: Unable to obtain remote domainid entry from shared memory

DESCRIPTION

During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_TDOMAINS section) may have removed the domain information.

ACTION

Contact your TUXEDO System Technical Support.

1106 ERROR: Unable to obtain remote domain entry from shared memory

DESCRIPTION

During processing of commitment protocol, shared memory information for the specified remote domain is not available to get needed information. An update to the configuration (DM_REMOTE_DOMAINS section) may have removed the domain information.

ACTION

Check the configuration for proper listing of the specified remote domain. Retry the request after all configuration information has been updated.

1107 ERROR: Unable to obtain transaction entry from shared memory (sndcommit)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to send commitment rollback. This could be caused by an abort having been previously sent or received while the rollback was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1108 ERROR: Unable to create action to rollback branch

DESCRIPTION

An attempt to create an action to send commitment rollback to a branch failed.

ACTION

Contact your TUXEDO System Technical Support.

1109 ERROR: Unable to obtain transaction entry from shared memory (sndfailure)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to send a failure reply/rollback. This could be caused by an abort having been previously sent or received while the failure was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1110 ERROR: Unable to change nwstate in shared memory (sndfailure)

DESCRIPTION

A failure occurred in an attempt to mark the domain's shared memory record of the transaction that a failure has been sent on the transaction.

ACTION

Contact your TUXEDO System Technical Support.

1111 ERROR: Unable to create action to send rollback

DESCRIPTION

An attempt to create an action to send commitment rollback to a branch failed.

ACTION

Contact your TUXEDO System Technical Support.

1112 ERROR: Unable to set remote domain branch state in shared memory

DESCRIPTION

A failure occurred in an attempt to mark the domain's shared memory record of the transaction that the remote domain is in a new state of commitment.

ACTION

Contact your TUXEDO System Technical Support.

1113 ERROR: Unable to obtain transaction entry from shared memory (prepare)

DESCRIPTION

The transaction entry is not found in the domain's shared memory table when trying to process the receipt of the first phase of commitment. This could be caused by an abort having been previously sent or received while the prepare was waiting to be processed by the gateway.

ACTION

Contact your TUXEDO System Technical Support.

1115 ERROR: Unable to set remote domain branch state in shared memory

DESCRIPTION

A failure occurred in an attempt to mark the domain's shared memory record of the transaction that the remote domain is in a new state of commitment.

ACTION

Contact your TUXEDO System Technical Support.

1116 ERROR: Unable to set remote domain branch state in shared memory

DESCRIPTION

A failure occurred in an attempt to mark the domain's shared memory record of the transaction that the remote domain is in a new state of commitment.

ACTION

Contact your TUXEDO System Technical Support.

1118 ERROR: System state error

DESCRIPTION

An internal error occurred in processing the receipt of commitment protocol.

ACTION

Contact your TUXEDO System Technical Support.

1119 WARN: connections structure initialization failure

DESCRIPTION

An error occurred during initialization of network connection structure. See surrounding messages for more information.

ACTION

Contact your TUXEDO System Technical Support.

1120 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically allocate memory from the operating system using malloc () failed while attempting to allocate space for data structures for network information.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1121 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically allocate memory from the operating system using malloc () failed while attempting to allocate space for data structures for file descriptor information, network data information, or context information.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1122 ERROR: Unable to allocate free fd structure

DESCRIPTION

An attempt to dynamically allocate memory from the operating system using malloc () failed while attempting to allocate space for data structures for file descriptor information.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1123 ERROR: Unable to obtain local tdomain address from shmem

DESCRIPTION

Shared memory information for the local domain is not available to get local device for listening endpoint. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1124 ERROR: Unable to open listening endpoint

DESCRIPTION

The opening of the device specified in the "TDOM" section of the DMCONFIG for the local domain was not successful.

ACTION

Check the "NWDEVICE" value for the local domain as specified in the DM_TDOMAIN section of the DMCONFIG file. See the specified network error for more information, such as the permissions being incorrect on the device or the network not being up.

SEE ALSO

DMCONFIG (5)

1126 ERROR: Unable to obtain local domain info from shmem

DESCRIPTION

Shared memory information for the local domain is not available. Severe shared memory error.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

DMCONFIG (5)

1127 ERROR: Memory allocation error

DESCRIPTION

An attempt to dynamically allocate memory from the operating system using tpalloc (3c) failed while attempting to allocate space for decoding of received data.

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

SEE ALSO

tpalloc (3c)

1128 INFO: Connection accepted from domain (domainid=<domainid>)

DESCRIPTION

The specified remote domain has made a network connection to the gateway. Security measures, if configured, have not yet been applied.

ACTION

No action required.

1129 INFO: Connection established with domain (domainid=<domainid>)

DESCRIPTION

The gateway has made a network connection to the specified remote domain. Security measures, if configured, have not yet been applied.

ACTION

No action required.

1130 INFO: Disconnected from domain (domainid=<domainid>)

DESCRIPTION

The network connection to the specified remote domain has been terminated. See surrounding messages for more information.

ACTION

No action required.

1131 ERROR: /DOMAIN gateway could not close a NW connection

DESCRIPTION

The attempt to close a network connection to a remote domain failed during shutdown processing.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

tmshutdown (1)

1132 ERROR: Memory allocation failure for post receive

DESCRIPTION

An attempt to dynamically reallocate memory from the operating system using tprealloc () failed while attempting to allocate more space for the processing required for buffer ().

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

SEE ALSO

tprealloc (3c), buffer (3c)

1133 ERROR: Post receive operation on message failed

DESCRIPTION

The call to the buffer() routine to process the buffer after decoding received data has failed. The routine is as defined in the typeswitch which can be defined by the specific TUXEDO System/T application.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

buffer (3c)

1134 ERROR: Memory allocation failure for post receive

DESCRIPTION

An attempt to dynamically reallocate memory from the operating system using tprealloc () failed while attempting to allocate more space for the processing required for buffer ().

ACTION

Ensure that the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

SEE ALSO

tprealloc (3c), buffer (3c)

1135 ERROR: Post receive operation on message failed

DESCRIPTION

The call to the buffer(3c) _tmpostrecv() routine to process the buffer of received data has failed. The routine is as defined in the typeswitch which can be defined by the specific TUXEDO System/T application.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

buffer (3c)

1136 ERROR: Network initialization failure

DESCRIPTION

An error occurred while initializing the network provider.

ACTION

Make sure that your network stack is correctly installed and configured. Use network administration tools to determine the cause of the initialization problem.

LIBGWT MESSAGES 1200-1299

1200 INFO: Transaction received HEURISTIC MIX result from remote domain val

DESCRIPTION

The Domain gateway received a heuristic mix message indicating that part of the transaction committed and part of the transaction rolled back. This may cause an inconsistency in the application data.

ACTION

No action required.

1201 INFO: Transaction received HEURISTIC HAZARD result from remote domain val

DESCRIPTION

The Domain gateway received a heuristic hazard message indicating that the outcome of part of the transaction is uncertain. This may cause an inconsistency in the application data.

ACTION

No action required.

1202 ERROR: Bad message from sub. Closing file descriptor

DESCRIPTION

An invalid message was received in the Domain gateway. The gateway connection will be closed.

ACTION

Ensure that the TYPE values are set correctly if encoding is needed between domains.

1203 ERROR: Memory allocation failure for decompression

DESCRIPTION

An attempt dynamically to allocate memory from the operating system failed while decompressing a received message.

ACTION

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1204 ERROR: Memory allocation failure for decompression

DESCRIPTION

An attempt dynamically to allocate memory from the operating system failed while decompressing a received message.

ACTION

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1205 ERROR: Unable to obtain remote domain entry from shmem

DESCRIPTION

While compressing a message, the entry for the remote domain could not be found (to determine the compression limit).

ACTION

This error should not occur. Contact TUXEDO System Technical Support.

1206 ERROR: Memory allocation failure for compression

DESCRIPTION

An attempt dynamically to allocate memory from the operating system failed while compressing a message.

ACTION

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1207 ERROR: Unable to obtain remote domain entry from shmem

DESCRIPTION

While compressing a message, the entry for the remote domain could not be found (to determine the compression limit).

ACTION

This error should not occur. Contact TUXEDO System Technical Support.

1208 ERROR: Memory allocation failure for compression

DESCRIPTION

An attempt dynamically to allocate memory from the operating system failed while compressing a message.

ACTION

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1209 ERROR: Memory allocation failure for decompression

DESCRIPTION

An attempt dynamically to allocate memory from the operating system failed while decompressing a message.

ACTION

Make sure the operating system parameters are set correctly for the amount of memory on the machine and the amount of memory that can be used by a process. Reduce the memory usage on the machine or increase the amount of physical memory on the machine.

1210 ERROR: decompression failed

DESCRIPTION

An error occurred while decompressing a message.

ACTION

Check for other errors in the event log.

1211 ERROR: Failed to destroy inflate structure

DESCRIPTION

An error occurred while decompressing a message.

ACTION

Check for other errors in the event log.

1212 WARN: Network connection closed by rdom, closing file descriptor

DESCRIPTION

The gateway at the remote domain closed the network connection.

ACTION

No action required.

1213 WARN: Network connection closed by rdom, closing file descriptor

DESCRIPTION

The gateway at the remote domain closed the network connection.

ACTION

No action required.

1214 WARN: Corrupted Communication Control data detected!

DESCRIPTION

An error occurred in the information associated with the domain connection.

ACTION

Contact TUXEDO System Technical Support.

1215 WARN: Communication to remote domain <rdom> already disconnected

DESCRIPTION

A message was sent to a domain that has already disconnected from the local domain.

ACTION

Re-try the operation.

1216 WARN: Communication to remote domain <rdom> already disconnected

DESCRIPTION

A message was sent to a domain that has already disconnected from the local domain.

ACTION

Re-try the operation.

1217 ERROR: Decode function failed

DESCRIPTION

The call to the buffer(3c) _tmencdec() routine to process the buffer of received data has failed. The routine is as defined in the typeswitch which can be defined by the specific TUXEDO System/T application.

ACTION

Contact your TUXEDO System Technical Support.

SEE ALSO

buffer (3c)

1218 ERROR: memory allocation failed for compression

DESCRIPTION

The Domain Gateway library software detected an error while trying to compress a message. The process was unable to allocate enough virtual memory for the operation.

ACTION

Attempt to identify and stop any extraneous processes to free up virtual memory on your system.

SEE ALSO

tpstrerror (3c)

1219 ERROR: compression fails...continuing

DESCRIPTION

The Domain Gateway library software detected an error while trying to compress a message. An internal function call returned a failure.

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.

SEE ALSO

tpstrerror (3c)

1220 ERROR: memory allocation failure in decompression

DESCRIPTION

The Domain Gateway library software detected an error while trying to decompress a message. The process was unable to allocate enough virtual memory for the operation.

ACTION

Attempt to identify and stop any extraneous processes to free up virtual memory on your system.

SEE ALSO

tpstrerror (3c)

1221 ERROR: decompression of message failed

DESCRIPTION

The Domain Gateway library software detected an error while trying to decompress a message. An internal function call returned a failure.

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.

SEE ALSO

tpstrerror (3c)

1222 ERROR: uncompressed message reallocation failed

DESCRIPTION

The Domain Gateway library software detected an error while trying to decompress a message. The process was unable to allocate enough virtual memory for the operation.

ACTION

Attempt to identify and stop any extraneous processes to free up virtual memory on your system.

SEE ALSO

tpstrerror (3c)

1223 WARN: Reach system open max(maximum) limit

DESCRIPTION

The Domain Gateway library software detected an error while trying to get a free file descriptor entry. The Tuxedo System maximum maximum for open files was reached.

ACTION

Attempt to identify and close any files which are open unnecessarily.

SEE ALSO

tpstrerror (3c)

1224 ERROR: Minimum encryption (number of bits) is larger than 0, but the link level package is not installed

DESCRIPTION

The Domain Gateway library software detected an error while trying to process a connect operation. The minimum number of encryption bits number of bits specified in the *DM_TDOMAIN section of the domain configuration file is greater than zero; however, no link level security package is installed.

ACTION

Correct the configuration so that the minimum number of encryption bits is consistent with the link level security package in use.

SEE ALSO

DMCONFIG (5)

1225 ERROR: Minimum encryption (number of bits) is larger than 40, but only the 40-bit package is installed

DESCRIPTION

The Domain Gateway library software detected an error while trying to process a connect operation. The minimum number of encryption bits number of bits specified in the *DM_TDOMAIN section of the domain configuration file is greater than forty; however, the forty-bit link level security package is installed.

ACTION

Correct the configuration so that the minimum number of encryption bits is consistent with the link level security package in use.

SEE ALSO

DMCONFIG (5)

1226 ERROR: Could not allocate encryption handle

DESCRIPTION

The Domain Gateway library software detected an error while trying to process a connect operation. The encryption handle could not be allocated. An internal function call returned a failure. A more descriptive error messages will be issued by the failing routine.

ACTION

Check the surrounding error messages for more descriptive error information.

SEE ALSO

tpstrerror (3c)

1227 ERROR: Could not get encryption settings

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. The process was unable to obtain from shared memory the *DM_TDOMAIN configuration section containing the encryption settings.

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.

SEE ALSO

tpstrerror (3c)

1228 ERROR: Minimum encryption (number of bits) is larger than 40, but only the 40-bit package is installed

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. The minimum number of encryption bits number of bits specified in the *DM_TDOMAIN section of the domain configuration file is greater than forty; however, the forty-bit link level security package is installed.

ACTION

Correct the configuration so that the minimum number of encryption bits is consistent with the link level security package in use.

SEE ALSO

DMCONFIG (5)

1229 ERROR: Encryption negotiation failure

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. An error was detected in the encryption flag settings. The encryption flags are all zero.

ACTION

Ensure that the encryption bit settings in the *DM_TDOMAIN sections of the dmconfig file are consistent for communicating domains.

SEE ALSO

DMCONFIG (5)

1230 ERROR: Unable to generate first diffie-hellman packet

DESCRIPTION

The Domain Gateway library software detected an error while trying to send a message. An internal function call for encryption returned a failure. Additional error messages from the failing routine will be issued prior to this message.

ACTION

Check the messages from the failing routine for more specific information regarding the cause of this error.

SEE ALSO

tpstrerror (3c)

1231 ERROR: Could not allocate encryption handle

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. An error was detected in the internal routine to allocate an encryption handle. A more specific message will be issued by the failing routine.

ACTION

Check the surrounding error messages for additional information.

SEE ALSO

tpstrerror (3c)

1232 ERROR: Memory allocation error

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. The process was unable to allocate enough virtual memory for the operation.

ACTION

Attempt to identify and stop any extraneous processes to free up virtual memory on your system.

SEE ALSO

tpstrerror (3c)

1233 ERROR: Unable to generate second diffie-hellman packet

DESCRIPTION

The Domain Gateway library software detected an error while trying to send a message. An internal function call for encryption returned a failure. Additional error messages from the failing routine will be issued prior to this message.

ACTION

Check the messages from the failing routine for more specific information regarding the cause of this error.

SEE ALSO

tpstrerror (3c)

1234 ERROR: Unexpected link level encryption failure

DESCRIPTION

The Domain Gateway library software detected an error while trying to send a message. An internal function call for encryption returned a failure.

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.

SEE ALSO

tpstrerror (3c)

1236 ERROR: Encryption negotiation failure

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. An error was detected in the encryption flag settings. The encryption flags are all zero.

ACTION

Ensure that the encryption bit settings in the *DM_TDOMAIN sections of the dmconfig file are consistent for communicating domains.

SEE ALSO

DMCONFIG (5)

1237 ERROR: Invalid security level

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. An invalid encryption level was detected.

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.

SEE ALSO

tpstrerror (3c)

1238 ERROR: Unexpected link level encryption failure

DESCRIPTION

The Domain Gateway library software detected an error while trying to receive a message. An internal function call for encryption returned a failure.

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.

SEE ALSO

tpstrerror (3c)

1240 ERROR: Minimum encryption (number of bits) is larger than 0, but the link level package is not installed

DESCRIPTION

The Domain Gateway library software detected an error while trying to process a receive operation. The minimum number of encryption bits number of bits specified in the *DM_TDOMAIN section of the domain configuration file is greater than zero; however, no link level security package is installed.

ACTION

Correct the configuration so that the minimum number of encryption bits is consistent with the link level security package in use.

SEE ALSO

DMCONFIG (5)

1241 ERROR: Invalid parameter, tdom_link is NULL

DESCRIPTION

GWTDOMAIN detects an internal error, or possible data corruption when it does a network open call.

ACTION

Contact your TUXEDO System Technical Support.

1242 ERROR: Invalid parameter, tdom_link contains NULL pointer

DESCRIPTION

GWTDOMAIN detects an internal error, or possible data corruption when it does a network open call.

ACTION

Contact your TUXEDO System Technical Support.

1243 WARN: Open domain_name address ip_port failed, Network error(0xerror_code)

DESCRIPTION

GWTDOMAIN tries to open a listening end point form domain domain_name using the port number and IP address as specified by ip_address failed with network error code specified. This can be caused by either the port is already been used, or the port just been release in some TCP/IP implementation.

ACTION

If the configuration contains multiple address entries for the specified domain, the GWTDOMAIN will continue with the next one. If all the address specified exhausted and still can't open the listening end point, GWTDOMAIN will exit. The user can try to restart it, or change configuration and restart it.

1244 WARN: No more NW address to try

DESCRIPTION

GWTDOMAIN already tries all the listening end points specified in the BDMCONFIG file, and still could not able to open any listening end point.

ACTION

The administrator should check whether the configuration is correct, and whether any other process already uses the port number.

1245 INFO: Try next one, device device_name address ip_address

DESCRIPTION

This is informational. It tells the user that GWTDOMAIN is going to try the next IP address and port number specified in the configuration.

ACTION

Nothing.

1246 ERROR: Invalid parameter, tdom_link is NULL

DESCRIPTION

GWTDOMAIN detects an internal error, or possible data corruption when it does a network connect call.

ACTION

Contact your TUXEDO System Technical Support.

1247 ERROR: Invalid parameter, tdom_link contains NULL pointer

DESCRIPTION

GWTDOMAIN detects an internal error, or possible data corruption when it does a network connect call.

ACTION

Contact your TUXEDO System Technical Support.

1248 ERROR: Invalid parameter, fd is -1

DESCRIPTION

GWTDOMAIN detects an internal error, or possible data corruption when it does a network connect call.

ACTION

Contact your TUXEDO System Technical Support.

1249 WARN: Connect to domain_name address ip_addr failed, Network error(0xerrno)

DESCRIPTION

GWTDOMAIN tries to connect to a remote domain domain_name using the port number and IP address as specified by ip_address failed with network error code specified. This can be caused by network failure, wrong IP address or port number in the configuration, or the remote GWTDOMAIN not yet up and running, or the remote GWTDOMAIN has not yet able to open the listening end, or the remote GWTDOMAIN opened different end point then what specified in the local domain configuration file.

ACTION

Check the network, and check proper configuration. And also make sure the remote domain GWTDOMAIN is up and runing and use the port and IP address specified in the configuration.

1250 WARN: No more remote domain NW address to try

DESCRIPTION

GWTDOMAIN has exhausted all the address information specified in the configuration file, and still could not connect to remote GWTDOMAIN.

ACTION

Check the network, and check proper configuration. And also make sure the remote domain GWTDOMAIN is up and runing and use the port and IP address specified in the configuration.

1251 INFO: Try next one, address ip_address

DESCRIPTION

This is informational. It tells the user that GWTDOMAIN is going to try the next IP address and port number specified in the configuration to connect to remote GWTDOMAIN.

ACTION

Nothing.

1252 ERROR: Unable to obtain transaction entry from shared memory (rollback)

DESCRIPTION

The /Domain transaction table entry for this transaction was not found in the /Domain shared memory tables when trying to process a transaction rollback. This could be caused if a stray message was received for a transaction that was already aborted.

ACTION

If the dmadmin subcommand pt indicates that the transaction has already been removed from the /Domain shared memory, no action is required. Otherwise, contact your TUXEDO System Technical Support.

1253 ERROR: Unable to open device "sub"; network error code 0xsub

DESCRIPTION

The GWTDOMAIN process was unable to establish a connention to the remote domain using device <device name>. The error code <hex value> was returned from the network open routine.

ACTION

Ensure that the values specified for the NWADDR= and NWDEVICE= parameters in the *DM_TDOMAIN section of the dmconfig(5) file are correct.

SEE ALSO

dmconfig (5)

1254 ERROR: Unable to determine locality of transaction

DESCRIPTION

The GWTDOMAIN process was unable to determine the locality (local or remote) of a transaction. This is an internal processing error.

ACTION

This is an internal error with no associated user action.

SEE ALSO

tperrno(5)

1255 WARN: Unable to create local txid in shared memory for transaction recovery

DESCRIPTION

The GWTDOMAIN process was unable to recover a transaction becuase the transaction table is full. The transaction will be rolled back.

ACTION

Modify the configuration to allow for more concurrent transactions.

1256 WARN: Unable to create local txid in shared memory for transaction recovery

DESCRIPTION

The GWTDOMAIN process was unable to recover a transaction becuase the transaction table is full. The transaction will be rolled back.

ACTION

Modify the configuration to allow for more concurrent transactions.