EntireX Version 9.7
 —  Error Messages and Codes  —

Message Class 1018 - EntireX RPC-ACI Bridge

Messages have the format:

1018nnnn

where 1018 is the message class, and
nnnn is the message number in the range 0000 - 9999.

Overview of Messages

10180000 | 10180001 | 10180002 | 10180003 | 10180004 | 10180009 | 10180010 | 10180011 | 10180012 | 10180013 | 10180015 | 10180022

10180000
Explanation

This error can occur if the ACI server sends an invalid message. The ACI server is not able to return an error code. It can only send a valid message or quit the Broker communication.

Action

Correct the ACI server.


10180001 Process request and reply: illegal action <number indicating action>
Explanation

During request/reply processing the next action is illegal in the current state.

Action

Contact Software AG support.


10180002 <Broker Exception with detailed message>
Explanation

An exception with the Broker for ACI occurred during SEND.

Action

See message class and message code of the Broker exception and follow detailed message.


10180003 <Broker Exception with detailed message>
Explanation

An exception with the Broker for ACI occurred during RECEIVE.

Action

See message class and message code of the Broker exception and follow detailed message.


10180004 <Broker Exception with detailed message>
Explanation

An exception with the Broker for ACI occurred during shutdown and logoff.

Action

See message class and message code of the Broker exception and follow detailed message.


10180009 <Exception with detailed message>
Explanation

An exception occurred while formatting the message. In most cases, the reason is an inconsistency in the metadata.

Action

See detailed message or contact Software AG support.


10180010 Compression=off not possible
Explanation

An RPC with compression 0 is not supported.

Action

Change compression to 1 or 2.


10180011 Type of marshalling not allowed
or
Unsupported call type <number of call type>
Explanation

There are two reasons for this error code.

  1. for the marshalling property the values 'cobol', 'natural', and '' are allowed. Reason: The value of the property may be invalid.
    or:
    The RPC from the client is in the wrong marshalling.

  2. The RPC call type is wrong.

Action

Check configuration and client.


10180012 <Exception with detailed message>
Explanation

This exception occurs in message processing.

Action

See detailed message and contact Software AG support.


10180013 Preparing message failed, see log for details
or:
Message received from server does not fit buffer
Explanation

There are two reasons for this error code:

  1. Marshalling of message failed before sending to CICS ECI.

  2. The received message does not have the expected layout and the values cannot be unmarshalled from it.

Action

Check the following metadata for consistency or contact Software AG support:


10180015 Transformation error on request: <Exception with detailed message>
Explanation

This exception occurs in message processing.

Action

See detailed message or contact Software AG support.


10180022 Unsupported command <command>
or
Exception: <Exception with detailed message>
Explanation

There are two reasons for this error code:

  1. An unknown internal command is used.

  2. An exception occurred during action processing.

The log files contain a stack trace.

Action

See detailed message and log files or contact Software AG support.


Top of page