Version 8.0
 —  Messages and Codes  —

Error Class ETBE - Broker Log and Console Messages

This page explains EntireX Broker Log and Console Messages. These messages have the format:

ETBEnnnn

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

Overview of Messages

ETBE0001 | ETBE0013 | ETBE0014 | ETBE0018 | ETBE0023 | ETBE0027 | ETBE0034 | ETBE0035 | ETBE0038 | ETBE0039 | ETBE0043 | ETBE0053 | ETBE0054 | ETBE0056 | ETBE0058 | ETBE0061 | ETBE0062 | ETBE0063 | ETBE0064 | ETBE0065 | ETBE0066 | ETBE0069 | ETBE0070 | ETBE0071 | ETBE0075 | ETBE0076 | ETBE0077 | ETBE0078 | ETBE0080 | ETBE0082 | ETBE0083 | ETBE0086 | ETBE0087 | ETBE0088 | ETBE0089 | ETBE0090 | ETBE0092 | ETBE0095 | ETBE0115 | ETBE0116 | ETBE0120 | ETBE0128 | ETBE0129 | ETBE0132 | ETBE0133 | ETBE0135 | ETBE0146 | ETBE0147 | ETBE0150 | ETBE0151 | ETBE0152 | ETBE0153 | ETBE0154 | ETBE0155 | ETBE0156 | ETBE0157 | ETBE0158 | ETBE0159 | ETBE0161 | ETBE0168 | ETBE0169 | ETBE0172 | ETBE0196 | ETBE0207 | ETBE0217 | ETBE0220 | ETBE0223 | ETBE0224 | ETBE0232 | ETBE0236 | ETBE0240 | ETBE0242 | ETBE0256 | ETBE0257 | ETBE0261 | ETBE0265 | ETBE0271 | ETBE0272 | ETBE0276 | ETBE0277 | ETBE0316 | ETBE0319 | ETBE0320 | ETBE0321 | ETBE0322 | ETBE0323 | ETBE0326 | ETBE0328 | ETBE0354 | ETBE0358 | ETBE0370 | ETBE0378 | ETBE0379 | ETBE0381 | ETBE0383 | ETBE0388 | ETBE0389 | ETBE0396 | ETBE0405 | ETBE0406 | ETBE0407 | ETBE0409 | ETBE0410 | ETBE0425 | ETBE0427 | ETBE0450 | ETBE0451 | ETBE0452 | ETBE0456 | ETBE0459 | ETBE0496 | ETBE0497 | ETBE0511 | ETBE0514 | ETBE0550 | ETBE0551 | ETBE0554 | ETBE0555 | ETBE0561 | ETBE0562 | ETBE0565 | ETBE0570 | ETBE0575 | ETBE0577 | ETBE0583 | ETBE0584 | ETBE0585 | ETBE0590 | ETBE0596 | ETBE0597 | ETBE0598 | ETBE0599 | ETBE0602 | ETBE0603 | ETBE0611 | ETBE0612 | ETBE0619 | ETBE0623 | ETBE0631 | ETBE0632 | ETBE0633 | ETBE0638 | ETBE0642 | ETBE0644 | ETBE0651 | ETBE0655 | ETBE0656 | ETBE0659 | ETBE0660 | ETBE0661 | ETBE0674 | ETBE0675 | ETBE0676 | ETBE0679 | ETBE0725 | ETBE0728 | ETBE0737 | ETBE0738 | ETBE0748 | ETBE0751 | ETBE0752 | ETBE0755 | ETBE0756 | ETBE0759 | ETBE0762 | ETBE0799 | ETBE0800 | ETBE0802

ETBE0001 SECURITY: Failed to load user exit
Explanation

EntireX Broker was unable to load the security exit. EntireX Broker tries to load the security exit only if SECURITY=YES is defined in the attribute file.

Action

Either do not specify the SECURITY=YES in the attribute file, or make the security exit available.


ETBE0013 ATTR: Value For Keyword Too Long
Explanation

The specified value for a correct keyword in the Broker attribute file has too many characters. This response arises in the following situations:

  1. At EntireX Broker startup time when the global resources defined in the section DEFAULTS=BROKER are read, a wrong value length is detected within this section. The Broker cannot be started.

  2. When a server tries to register with EntireX Broker and the service definition from the DEFAULTS=SERVICE section is read, a wrong value length is detected within this service definition. The service cannot be registered.

Action

Correct the value assigned to the keyword in the Broker attribute file.


ETBE0014 ATTR:Class def missing or invalid
Explanation

The definition of a server class is either missing or invalid.

Action

Either specify a Class definition or use the correct values to specify one.


ETBE0018 ATTR: Max Possible NUM-SERVER Reached
Explanation

This is a temporary resource shortage. The maximum number of EntireX Broker servers that can be active at one time is reached. New servers are not accepted until server resources are available again, either by deregistrations or user timeouts.

Action

Try to register the server to EntireX Broker later. If the error occurs freqently, increase NUM-SERVER (or if SERVER-NONACT has too high a value for some services, decrease it) in the Broker attribute file.


ETBE0023 ATTR: Unknown keyword
Explanation

A given keyword in the Broker attribute file is not known by the Broker. This response arises in the following situations:

  1. At EntireX Broker startup time, when the global resources defined in the section DEFAULTS=BROKER are read, a wrong keyword is detected within this section. The Broker cannot be started.

  2. When a server tries to register with EntireX Broker and the service definition from the DEFAULTS=SERVICE section is read, a wrong keyword is detected within this service definition. The service cannot be registered.

Action

Correct or remove the keyword in the Broker attribute file as appropriate.


ETBE0027 ATTR: Value For Keyword Out Of Range
Explanation

The specified value for a correct keyword in the Broker attribute file is out of range. This response arises in the following situations:

  1. At EntireX Broker startup time when the global resources defined in the section DEFAULTS=BROKER are read, the wrong value is detected for a value within this section. The Broker cannot be started.

  2. When a server tries to register with EntireX Broker and the service definition from the DEFAULTS=SERVICE section is read, a wrong value is detected within this service definition. The service cannot be registered.

Action

Correct the value assigned to the keyword in the Broker attribute file.


ETBE0034 ATTR: SERVICE
Explanation

The DEFAULTS=SERVICE section in the attribute file could not be found.

Action

Correct the Broker attribute file and provide a valid DEFAULTS=SERVICE section. See Service-specific Attributes.


ETBE0035 ATTR: Duplicate Value Found
Explanation

A duplicate keyword in the Broker attribute file is found. This response arises in the following situation: At EntireX Broker startup time when the global resources defined in the section DEFAULTS=BROKER are read, a duplicate keyword is found within this section. The Broker cannot be started.

Action

Eliminate the duplicate keyword in the Broker attribute file.


ETBE0038 ATTR: Error During Open Of File
Explanation

The Broker attribute file cannot be accessed. This response arises in the following situations:

  1. At EntireX Broker startup time, when the global resources defined in the section DEFAULTS=BROKER are read, the Broker cannot be started.

  2. When a server tries to register with EntireX Broker and the service definition from the DEFAULTS=SERVICE section is read, this service cannot be used.

Action

Check for the following causes:

  1. No Broker attribute file is allocated to the Broker.

  2. The specified Broker attribute file does not exist.

  3. EntireX Broker has no access to the attribute file, for example for security reasons, or the attribute file is enqueued by another process.

  4. The Broker attribute file has an invalid format for the platform used. See the appropriate installation documentation.

If problem persists, contact administrator.


ETBE0039 ATTR: Env Var ETB_ATTR not set
Explanation

This message is issued at EntireX Broker startup time. The environment variable ETB_ATTR is not set. The Broker attribute file cannot be accessed.

Action

The environment variable ETB_ATTR must contain the path and file name of the Broker attribute file to get startup parameters and the Service definitions. ETB_ATTR is set by the Broker startup shell script. Check the assignment of ETB_ATTR.


ETBE0043 ATTR: Service Definition Not Found
Explanation

EntireX Broker did not find the service definition within the attribute file when a service attempted to register

Action

Check the service specified in the CLASS, SERVER and SERVICE fields in the API, or make sure the service definition in the Broker attribute file is valid.


ETBE0053 ATTR: Global Broker Attribute Missing
Explanation

A mandatory keyword in the Broker attribute file is missing. This response arises in the following situation: At EntireX Broker startup time, when the global resources defined in the section DEFAULTS=BROKER are read, a keyword is missing in this section. The Broker cannot be started.

Action

Insert the missing keyword in the Broker attribute file.


ETBE0054 ATTR: DEFAULTS=BROKER Section Missing
Explanation

At EntireX Broker startup time, the section DEFAULTS=BROKER with the global resources was not found in the Broker attribute file. The Broker cannot be started.

Action

Define the section DEFAULT=BROKER in the Broker attribute file.


ETBE0056 ATTR: Parameter processing error
Explanation

At EntireX Broker startup time, an error has been detected in the Broker attribute file parameters.

Action

Examine the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0058 Failed To Get Memory From OS
Explanation

The requested store needed by the definitions made along with the attributes in the section DEFAULTS=BROKER in the Broker attribute file is not available from the operating system.

Action

Increase the storage available to the EntireX Broker from the operating system or, if possible, decrease the defined resources in the section DEFAULTS=BROKER in the Broker attribute file. The amount of storage required is given by message 0284.


ETBE0061 ATTR: Shortage For NUM-LONG-BUFFER
Explanation

This is a resource shortage. Currently, no long message containers are available. Long message containers are used for data/messages longer than 2048 bytes.

Action

Because this is a temporary resource shortage, it makes sense to try the SEND call later in hope that the resource shortage is over. Be careful not to have a loop programmed in this situation. If this occurs frequently, increase the number of long message containers defined in the section DEFAULTS=BROKER with the keyword NUM-LONG-BUFFER.


ETBE0062 Work Queue Anchor For WQEs Missing
Explanation

The entry point to the work queue in the work queue header is not present. This can occur at EntireX Broker startup time. The Broker cannot be started.

Action

Contact Software AG support.


ETBE0063 Failed To Start Worker Task
Explanation

The EntireX Broker dispatcher has failed to start a worker task. This can occur at EntireX Broker startup time. The Broker is active if at least one worker task can be started.

Action

Check that the setting of NUM-WORKER in the Broker attribute file is not too high for the platform. Examine the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0064 Failed To Start All Workers Tasks
Explanation

The EntireX Broker dispatcher has failed to start any worker task. This can occur at EntireX Broker startup time. The Broker cannot be started.

Action

Examine the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0065 WQEs Lost
Explanation

The EntireX Broker dispatcher has problems distributing the work to the worker subtasks.

Action

Contact Software AG support.


ETBE0066 No Worker Task Dispatched
Explanation

The EntireX Broker dispatcher cannot find a worker subtask to delegate work to. The Broker is stopped immediately.

Action

Contact Software AG support.


ETBE0069 NUM-LONG-BUFFER Available Again
Explanation

This message is issued when the resource shortage in the long message container is over. You may find a 0061 error message in the log data set denoting the start of the resource shortage.

Action

None. This message is informational only.


ETBE0070 Abnormal End Of Dispatcher
Explanation

The EntireX Broker dispatcher has ended abnormally. The Broker is stopped immediately.

Action

Contact Software AG support.


ETBE0071 NUM-SHORT-BUFFER Available Again
Explanation

This message is issued when the resource shortage in the short message container is over. You may find a 0057 error message in the log data set denoting the start of the resource shortage. v

Action

None. This message is for information purposes only.


ETBE0075 TRANS: Failed To Load Routine
Explanation

The user exit that performs translation services could not be loaded. For Broker Services, the translation routine for the service is specified by the TRANSLATION= keyword of the directory entry. For the Broker, the translation routine for the service is specified by the TRANSLATION parameter for the service in the attribute file. The routine is loaded during RECEIVE calls to the Broker.

Action

Check the log data set for further load failure messages. Possible causes for the failure are:

  1. An incorrect name for the translation routine is specified.

  2. The translation routine is linked incorrectly.

  3. The translation routine does not reside in a library accessible by the Broker.


ETBE0076 No Free OMB - Log Messages Lost
Explanation

While writing a message to the log data set, a resource shortage occurred and the output of a log message is not possible.

Action

Contact Software AG support.


ETBE0077 Unknown Route Code Detected
Explanation

EntireX Broker detected an error while writing a message. Messages are normally routed to the COM task for output.

Action

Contact Software AG support.


ETBE0078 No OMB Available - Broker Failed
Explanation

EntireX Broker detected an error while writing a message. The structure for routing messages to the COM task does not exist or is destroyed. The Broker is stopped immediately.

Action

Contact Software AG support.


ETBE0080 SHUTDOWN DUE TO INITIALIZATION ERROR
Explanation

At EntireX Broker startup time, the EntireX Broker detected an initialization error which causes shutdown.

Action

Examine the output referenced by the SYSPRINT DD statement as well as the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0082 Failed To Start Timeout Manager
Explanation

EntireX Broker has failed to start the TOM Task. This situation can occur at EntireX Broker startup time. The Broker cannot be started.

Action

Examine the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0083 SYSPRINT FAILED TO OPEN
Explanation

At EntireX Broker startup time, an error has been detected attempting to open the data set referenced by the SYSPRINT DD statement. The attempted output from the echo of the Broker startup parameters, the persistent store parameters, and the Broker attribute file parameters to the data set referenced by the SYSPRINT DD statement failed.

Action

Examine the SYSPRINT DD statement, the EntireX Broker log data set and the Operating System log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0086 BROKER STARTUP PARAMETER(S) ERROR
Explanation

At EntireX Broker startup time, at least one error has been detected in the EntireX Broker startup parameters.

Action

Examine the output referenced by the SYSPRINT DD statement as well as the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0087 Failed To Open Error Log File
Explanation

EntireX Broker detected an error while writing messages to the log data set. This message is issued at EntireX Broker startup time. The Broker cannot be started.

Action

Contact Software AG support.


ETBE0088 Failed To Get Lock
Explanation

This situation occurs when EntireX Broker is busy and internal resources needed to satisfy the call are currently not available.

Action

Retry the call to EntireX Broker. If this occurs frequently, contact Software AG support.


ETBE0089 Failed To Write Error Log File
Explanation

This message applies to z/OS systems only.EntireX Broker detected an error while writing messages to the log data set. This message is issued at EntireX Broker startup time. The Broker cannot be started.

Action

Check the JCL for a missing assignment of the SYSTERM DD statement.


ETBE0090 EntireX Broker is not APF authorized
Explanation

At EntireX Broker startup time, the EntireX Broker detected that the load libraries are not all APF authorized in z/OS.

Action

Ensure that all the data sets referenced by the STEPLIB DD statement have been APF authorized in z/OS. Check the spelling of the data set names for accuracy. Correct any error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0092 Communication Manager Not Stopped
Explanation

EntireX Broker has detected a shutdown request, and after telling the COM task to terminate, the COM task has not terminated within an acceptable time limit.

Action

Examine the log data set of EntireX Broker and the operating system log. If the cause cannot be determined, contact Software AG support.


ETBE0095 Invalid WQE Status Detected
Explanation

An error has been detected during the return of the user's EntireX Broker call back to the caller.

Action

Contact Software AG support.


ETBE0115 NET: NODE attribute missing
Explanation

Attribute NODE in section DEFAULTS=NET is not defined. However, attribute NODE is necessary to identify the DBID that the Broker uses to work as an addressable "target". Extracting the DBID from the numeric section of the BROKER-ID is no longer supported.

Action

Set attribute NODE=dbid.


ETBE0116 Allocation of Communicator pool failed
Explanation

During Broker startup, the shared memory for the Communicator instances could not be allocated. The previous message in the Broker error log contains detailed information about the allocation problem.

Action

Check the previous error log message to solve the problem. If the shared memory is already allocated, a message "File exists" is written as the previous log message.


ETBE0120 Broker Startup Failed
Explanation

Broker startup has failed.

Action

Examine the EntireX Broker log data set and the operating system log and use the information message in the log data set issued at startup to determine the cause of the error. If you cannot determine the cause, contact Software AG support.


ETBE0128 Work queue full or alloc XWQE failed
Explanation

EntireX Broker was unable to successfully allocate a worker queue entry (WQE) because insufficient entries are available.

Action

Increase the parameter NUM-WQE in the Broker attribute file.


ETBE0129 Not enough space in Communication buffer
Explanation

Communication buffer is too small.

Action

Increase size of the communication buffer (NUM-COMBUF) and retry.


ETBE0132 PSI: Parameters not specified
Explanation

At EntireX Broker startup time, the EntireX Broker persistent store parameters were not specified. This is caused by not having SYSIN specified in the startup job.

Action

The EntireX Broker persistent store parameters need to be specified in the input data set referenced by the SYSIN DD statement.


ETBE0133 PSI: Parameter processing error
Explanation

At EntireX Broker startup time, an error has been detected in the EntireX Broker persistent store parameters.

Action

Examine the output referenced by the SYSPRINT DD statement as well as the EntireX Broker log data set and the operating system log. Correct the error and restart the Broker. If the cause cannot be determined, contact Software AG support.


ETBE0135 Failed to release Attached Buffers
Explanation

This is an internal error and occurs if the buffer manager gets inconsistent data structures.

Action

Contact Software AG support.


ETBE0146 Access denied by Security Facility
Explanation

The user-written SECURITY exit has returned an error. The user is not authorized to use EntireX Broker.

Action

A security violation has occurred. This message and the related user ID are written to the Broker log.


ETBE0147 No authorization for this Service
Explanation

The user-written SECURITY exit has returned an error. The user is not authorized to use the requested Service.

Action

A security violation has occurred. This message and the related user ID are written into the Broker log.


ETBE0150 EntireX Broker Invalid Operator Command
Explanation

The Broker has received an invalid command from the operator console.

Action

This is a user error. Check the operator command specified


ETBE0151 Memory Pool <1> Macro <2> Failed. R15: <3>
Explanation

During Broker startup, the required memory could not be allocated and the Broker could not be started. The name of the macro that failed is given in <2>. For BS2000, also given are the memory pool name in <1> and the return code of the macro in <3>.

Action

Check the space requirements against the available space. Space requirements are highly influenced by the attributes defined in the attribute file. For the actual size, see message 0284 which was issued during Broker startup.

For BS2000, you can obtain additional information by looking up the meaning of the macro return code in the BS2000 manual Executive Macros, Reference Manual (Makroaufrufe an den Ablaufteil).

Example: R15 = 14000004 for ENAMP means that there is not enough free space in the task's address space.

If you cannot determine the cause of the error, contact Software AG support.


ETBE0152 Attach Error: <1>
Explanation

This message applies to BS2000 only. During startup, the Broker engine could not start the Dispatcher or the Dispatcher could not start the other Broker tasks. Therefore, the Broker could not be started.

Action

Administrator - Depending on the additional error information:

  1. <err.msg.code> from ENTER for <task>

    BS2000 returns error message code <err.msg.code> for ENTER/ENTER-JOB command which is used to start task <task>. Analyze the error message code and check parameter PRM... for <task> in EntireX Broker engine parameter file. Example: "JMS0031 from ENTER for ETBTOM" means that BS2000 has given error JMS0031 which means "job class not known to system". The cause for this error is a wrong job class name specified with parameter PRMTOM.

  2. Internal error during ENTER for <task>

    The ENTER/ENTER-JOB command itself causes a problem. Contact Software AG support.

  3. No JCL defined for <task>

    The JCL location was not specified correctly. Check parameter JOB.... for <task> in EntireX Broker engine parameter file for example, parameter JOBTOM if <task> is TOM.


ETBE0153 Load For Module <1> Failed - Abend
Explanation

This message applies to BS2000 only. During startup, the identified Broker module could not be loaded and therefore the Broker could not be started.

Action

The module must be contained in the module library that is assigned to link name DDLIB2 in the Broker startup procedure. If this has been done correctly and you cannot determine the cause of the error, contact Software AG support.


ETBE0154 No Response From Dispatcher
Explanation

The EntireX Broker engine has not received "Ready for work" from the Broker Dispatcher and the Broker cannot be started.

Action

z/OS and z/VSE users, contact Software AG support.

BS2000 users, ensure that the Dispatcher task was started correctly and program ETBMAIN was loaded before this error message was issued. If both are true, contact Software AG support.


ETBE0155 <1> Unknown ECB Name <2>
Explanation

This message applies to BS2000 only. The ECB name that determines the event name for BS2000 eventing is invalid. The program where the error was detected is identified in the message (<1> and <2>).

Action

Contact Software AG support.


ETBE0156 ETBXSI: Invalid Task Type
Explanation

This message applies to BS2000 only. The task name was not passed correctly to a task started by the Broker Engine or the Broker Dispatcher and therefore the Broker could not be started.

Action

Contact Software AG support.


ETBE0157 <1> Macro <2> Failed. R15: <3>
Explanation

This message applies to BS2000 only. A BS2000 macro has returned an error. If this happens during startup, the EntireX Broker cannot be started. The name of the program where the error was detected is given in <1>, the macro name in <2>, and the return code in <3>.

Action

Check the explanation for the return code in the BS2000 manual Executive Macros, Reference Manual (Makroaufrufe an den Ablaufteil). If the cause cannot be determined, contact Software AG support.


ETBE0158 <1> Unresolved Pointer To <2>
Explanation

The address of an internal structure is not valid. The name of the program where the error was detected is given in <1> and the name of the structure is given in <2>.

Action

Contact Software AG support.


ETBE0159 <1> Log Error: <2>
Explanation

An error has occurred during logging done in the EntireX Broker engine. The name of the program where the error was detected is given in <1>. <2> contains additional information about the error situation.

Action

Depends on the additional error information:

  • File not assigned
    Check JCL of EntireX Broker start job for CLOG assignment.

  • OPEN error
    Check access to file assigned to CLOG. Ensure that the CLOG file has the correct format for the platform used.

  • Data set is full
    This is for information purposes only. Logging is stopped but EntireX Broker continues.

    Any other error situation: contact Software AG support.


ETBE0161 Broker Version vrsn Initialization Failed
Explanation

The EntireX Broker engine could not start the Dispatcher successfully, or the Dispatcher started but has not reached "Ready for work and active". Notation vrsnn refers to the version, release, SM and patch level, for example 61102 if patch 2 is installed.

Action

Examine the Broker log data set and the operating system log. Correct the error and restart the Broker. If you cannot determine the cause of the problem, contact Software AG support.


ETBE0168 This instance of BROKER already running
Explanation

You have attempted to start a Broker that is already running.

Action

This message is for information purposes only.


ETBE0169 XTI Operator Control Initialize Failed
Explanation

Broker cannot create the thread to run the XTI operator command handler. This component is needed to run the Adabas/Entire Net-Work transport properly on Windows platforms. Broker will shutdown.

Action

Please check previous error messages and contact Software AG support.


ETBE0172 Failed to get Attached Buffers
Explanation

The Broker buffer manager could not allocate memory for the RECEIVE buffer. A detailed error message follows this message.

Action

Check the next error message line in the EntireX Broker error log.


ETBE0196 Disconnected Due To New Location
Explanation

This situation occurs only when working with the TOKEN parameter in the API; that is, the user is identified by USER-ID/TOKEN instead of USER-ID/Internal ID. If the user changes the physical location between EntireX Broker calls (e.g., a new session from another terminal), the old session retrieves this response. The new session takes all conversations of the old session.

Action

The program has to be ended.


ETBE0207 STUB: No request or reply buffer
Explanation

This is a problem with the Broker stub used by the application. The stub did not send the EntireX Broker call in the correct internal format.

Action

Check that the Broker stub being used is the correct one. Check the log data set for an image of the internal format. Examine this string for the user issuing the call.


ETBE0217 Worker Task Failed - Broker Stopped
Explanation

The EntireX Broker dispatcher has detected the abend of a worker task. The Broker is stopped immediately.

Action

If the problem reoccurs, start the Broker with parameter SIGCATCH=NO. This will produce a dump of the error situation. Send this dump to Software AG support.


ETBE0220 Counter gets negative:
Explanation

One of the internal counters describing the number of used short buffers, long buffers, etc. has become negative.

Action

Contact Software AG support.


ETBE0223 ERROR FROM USER TRANSLATION
Explanation

This message is written if the user translation or conversion routine has an error. The message indicates active class.name.service and name of the relevant translation or conversion routine.

Action

This is a user error. Check the application, locale string assigned and designated translation or conversion exit. Correct the error.


ETBE0224 POST / WAIT error occurred
Explanation

The internal communication between Broker processes has failed. This is a hard error. The previous message line in the Broker error log contains additional error information.

Action

The error must be solved to get EntireX Broker running properly. A restart of the Broker could be required.


ETBE0232 PSI: Query release failed
Explanation

Resources obtained for a Command-And-Info Services query cannot released.

Action

Contact Software AG support


ETBE0236 ABEND flagged, go down now
Explanation

EntireX Broker has terminated abnormally.

Action

Contact Software AG support.


ETBE0240 Error in ENCRYPTION/DECRYPTION exit
Explanation

An error has occurred within the security exit, either explicitly returned by the exit function, or implicitly by overwriting the buffer maximum length.

Action

Check the implementation of the security exit. Also check whether the application has sufficient permission to perform the desired operation.


ETBE0242 Error in LOGOFF exit
Explanation

An error occurred during the invocation of the LOGOFF exit.

Action

Check the behavior of your security exit.


ETBE0256 Receive Task failed
Explanation

The Receive task could not be created correctly by the Communicator nucleus.

Action

The previous message line in the Broker error log describes the reason for the failed task creation. EntireX Broker terminates with an error condition. Try to solve the problem and restart the Broker.


ETBE0257 Reply Task failed
Explanation

The Communicator nucleus could not create the Reply task correctly.

Action

The previous message line in the Broker error log describes the reason for the failed task creation. EntireX Broker terminates with an error condition. Try to solve the problem and restart the Broker.


ETBE0261 No free participant entry
Explanation

The Broker has detected an error while searching for a free PCB entry. There is no PCB entry available.

Action

Increase NUM-SERVER and/or NUM-CLIENT.


ETBE0265 No free service entry
Explanation

The Broker has detected an error while searching for a free SCB (Service Control Block) entry. There is no SCB entry available. The number of SCBs is set based upon the number of clients, servers, and services. When this error is returned, it means that all of the SCBs are in use. The current formula for the number of SCBs is: NUM-CLIENTS + NUM-SERVERS + NUM-SERVICES + 5.

Action

Recommendations:

  • Increase NUM-SERVICE.

  • Increase NUM-SERVER.

  • Increase NUM-CLIENTS.

Increasing the values will increase the total number of SCBs.

To free up the idle SCBs sooner:

  • Decrease CLIENT-NONACT.

  • Decrease CONV-NONACT.

  • Set SERVER-NONACT.

Decreasing the non-activity timers will cause the inactive resources to be made available to other users.

If DYNAMIC-MEMORY-MANAGEMENT is set to "YES", this error should no longer occur.


ETBE0271 Communicator Nucleus failed
Explanation

The Communicator nucleus could not initialize tasks or resources correctly.

Action

The previous message lines in the Broker error log describe the reason for the failed Communicator initialization. EntireX Broker terminates with an error condition. Try to solve the problem and restart the Broker.


ETBE0272 Inactive task detected
Explanation

Each EntireX Broker process waits a short time after successful initialization. The process then checks all other Broker processes for activity. If a task is not active, this message is issued.The Broker performs its shutdown processing and terminates with an error.

Action

Check the reason for the failed process and try to solve the problem.


ETBE0276 :1: / Various MCI Errors on UNIX
Explanation

Action


ETBE0277 PSI: Replace operation failed
Explanation

The PSTORE operation to replace the contents of a unit of work failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0316 PSI: Persistent Store init failed
Explanation

Initialization of the persistent store failed. The Broker could not be initialized.

Action

Verify that the persistent store environment is set up properly and restart EntireX Broker.


ETBE0319 PSI: WRITE failed
Explanation

An attempt to write data to the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0320 PSI: READ control data failed
Explanation

An attempt to read control data from the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0321 PSI: READ message data failed
Explanation

An attempt to read message data from the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0322 PSI: UPDATE failed
Explanation

An attempt to update the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0323 PSI: WRITE both failed
Explanation

An attempt to write two data items to the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0326 PSI: PURGE failed
Explanation

An attempt to delete data from the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0328 PSI: Scan operation failed
Explanation

An attempt to scan for selected data on the persistent store has failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0354 EntireX License Key Error
Explanation

An error occurred while processing the EntireX License file. Additional error test will provide more information. The broker kernel will terminate.

Action

Consult the additional error text and take appropriate action.


ETBE0358 PSI: Query operation failed
Explanation

The PSTORE operation to run a query is failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0370 PSILIB: Invalid PSTORE-TYPE value
Explanation

An error occurred during initialization of PSTORE. The attribute, which specifies type of PSTORE, is not correct.

Action

Check the broker attribute file. PSTORE-TYPE should be ADABAS, DIV, or FILE.


ETBE0378 PSILIB: Library not loadable
Explanation

An error occurred while loading a module for PSTORE.

Action

Check the library path (or steplib value), and make sure that pstore modules are installed. Pstore module names could be BTPSI or ADAPSI. The names vary depending on platform.


ETBE0379 API: Inconsistent security installation
Explanation

The setting for security in the Broker kernel is different from the settings in one or more of the Broker stubs. Either the Broker kernel and all stubs must be configured to operate with security, or the kernel and all stubs must be configured to operate without security. .

For ACI version 8 and above, this error can be caused by an application not honoring the returned value of Kernel Security in the EntireX Broker control block field.

Action

Ensure the security settings are consistent for broker kernel and all the stubs.


ETBE0381 Unable to get lock for PCB Create
Explanation

The Broker is busy and the internal resources needed to satisfy the call are currently not available (due to concurrent attempts to serialize the process of creating a user, a block occurs and the user cannot get logged on).

Action

Retry the call to EntireX Broker. If this happens frequently, contact Software AG support.


ETBE0383 PSILIB: PSILIB: PSTORE value invalid
Explanation

This error is associated with an invalid value for the PSTORE parameter for the persistent store being used.

Action

Check the available values for PSTORE for the target persistent store. To create a new (empty) B-tree persistent store, use PSTORE=COLD.

Note:
B-tree is no longer supported. Using B-tree, data could be lost under certain machine failure conditions.


ETBE0388 PSI: UOWs can NOT be persisted
Explanation

A request for a UOW to be persisted (STORE=BROKER) cannot be accomplished, since at startup, the Broker attributes specify no persistent store (PSTORE=NO).

Action

Review Broker attribute settings related to the persistent store.


ETBE0389 PSI: UOW status can NOT be persisted
Explanation

A request for a UOW status to be persisted cannot be accomplished, since at startup, the Broker attributes specify no persistent store (PSTORE=NO).

Action

Review Broker attribute settings related to the persistent store.


ETBE0396 Start of SSL Communicator Failed
Explanation

Broker cannot create the thread to run the communication manager for SSL transport. If it is not possible to start at least one communication manager, Broker will shutdown.

Action

Please check previous error messages and contact Software AG support.


ETBE0405 PSI: UOW Index initialization failed
Explanation

EntireX Broker tried to create an internal index for every unit of work. This operation failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0406 PSI: Add entry to UOW Index failed
Explanation

EntireX Broker tried to add an entry to the internal index for units of work. This operation failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0407 PSI: Logical read failed
Explanation

The logical read operation thru the Adabas PSTORE returned an error.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0409 PSI: Delete entry from UOW Index failed
Explanation

EntireX Broker tried to delete an entry from the internal index for units of work. This operation failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0410 PSI: Close UOW Index failed
Explanation

EntireX Broker tried to close the internal index for units of work. This operation failed.

Action

Examine the Broker log file for more information and contact Software AG support if necessary.


ETBE0425 Start of TCP Communicator Failed
Explanation

Broker cannot create the thread to run the communication manager for TCP/IP transport. If it is not possible to start at least one communication manager, Broker will shutdown.