Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Using Messages With Identifiers : CM: General Communications

CM: General Communications
S6BCM000E
Communication protocol error occurred in connection to %
General Communications
A message sent from one process to another contains invalid data.
If the messages that precede this message do not provide sufficient information to diagnose the cause of this failure, contact TIBCO Support.
S6BCM001E
Attempt to send kill signal failed
General Communications
The attempt by one Object Service Broker process to kill another via the kill signal failed.
Check the operating system error number provided with the message. It should indicate the reason for the failure.
S6BCM002E
Failed to retrieve a message from the message DLL
General Communications
An attempt to retrieve a message from the message DLL failed.
Make sure the file osmsgs.dll is located in the installation's bin folder. If the message persists, contact TIBCO Support.
S6BCM003E
Failed to write log message to the system event log
General Communications
An attempt to write a log message to the system event log failed.
Make sure your event log is not full.
S6BCM007E
Socket operation failed, '%'
General Communications
The specified operation failed on a socket connection.
Check the operating system error number provided with the message. It should indicate the reason for the failure.
S6BCM008E
Create registry key \\HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\EventLog\\Application\\ObjectStar
General Communications
An attempt to create the specified registry key failed.
Examine the operating system error codes to determine the reason for the failure.
S6BCM009E
Insert EventMsgFile value into the message DLL registry key
General Communications
An attempt to set the Object Service Broker event message file failed.
Examine the operating system error codes to determine the reason for the failure.
S6BCM010E
Insert TypesSupported value into the message DLL registry key
General Communications
An attempt to enter the types supported by the Object Service Broker event source failed.
Examine the operating system error codes to determine the reason for the failure.
S6BCM011E
Register the event source
General Communications
An attempt to register the Object Service Broker event source failed.
Examine the operating system error codes to determine the reason for the failure.
S6BCM800I
COMMUNICATION RESMGR CLEANUP SUCCESSFUL FOR ASID=X'%'|TCB=X'%'
General Communications
This message provides the status of the communications services cleanup that the resource cleanup module performed. The resource cleanup module received control from the z/OS Recovery Termination Manager because an address space or task ended unexpectedly.
The first variable holds ASID data if processing is unilateral. The second variable holds TCB data if the cleanup processing is bilateral. Unilateral resource cleanup occurs if a failing address space has insufficient resources or z/OS has terminated it. Bilateral resource cleanup occurs when the terminated task has not been removed from the address. The resource cleanup module can then attempt to coordinate cleanup between the terminated task and other tasks in other address spaces that had active communication with it.
This message is informational only and indicates successful completion of communications services cleanup. No action is required.
S6BCM801I
COMMUNICATION RESMGR CLEANUP UNILATERAL PROCESSING SUCCESSFUL
General Communications
Unilateral resource cleanup processing completed successfully. Unilateral resource cleanup notifies all communications partners that the component is no longer available. It occurs when a z/OS address space containing an Object Service Broker communications environment terminated abnormally or the bilateral resource cleanup failed.
This message is informational only. No action is required.
S6BCM810W
COMMUNICATION RESMGR CLEANUP COULD NOT EXECUTE BILATERAL CLEANUP, DEMOTING TO UNILATERAL FOR %
General Communications
The resource cleanup module was attempting to use bilateral resource cleanup to recover resources from a task that ended abnormally in an Object Service Broker address space. The error, described in a previous message, occurred during this cleanup and unilateral cleanup occurred instead. Unilateral resource cleanup notifies all communications partners that the component is no longer available.
The message includes the Object Service Broker communications identifier of the Object Service Broker environment involved.
This message is informational only and indicates the cleanup steps taken. No action is required.
S6BCM870E
ABEND= %, REASON=X'%' INTERCEPTED IN COMMUNICATIONS REQUEST HANDLER
General Communications
This message is issued by the Object Service Broker communications request handler ESTAE routine because of an abend during communications processing. The ESTAE recovery routine will attempt to recovery from the abend. Message S6BCM871E is issued if recovery fails. Other messages may also be issued to indicate success or failure of the recovery. Diagnostic data, consisting of an error record in the system log, is also provided and if possible, an SVC dump is collected.
The first variable contains the system or user abend code. The second variable contains the reason code for the error.
 
1.
2.
Collect any diagnostic information available (System log printout, JES log for the affected Object Service Broker address spaces, and any dumps) and contact TIBCO Support.
3.
Optionally, recycle your Data Object Broker or Execution Environment.
S6BCM871E
COMMUNICATIONS ESTAE CLEANUP FAILED - ABEND WILL BE PERCOLATED
General Communications
This message is issued in along with message S6BCM870E. A cleanup attempt during recovery processing for a communications request handler failed. No further communications recovery attempt is to be made for the request handler. The caller of the communications request may still attempt recovery. If this recovery is unsuccessful, the affected Object Service Broker component is abnormally ended and a dump is requested.
Collect diagnostic information available (system log printout, JES log for the affected Object Service Broker address spaces, and any dumps) and contact TIBCO Support.
S6BCM889E
COMMUNICATION RESMGR CLEANUP FOR % FAILED for %
General Communications
The resource cleanup module cannot successfully release task or address space resources allocated to Cross Memory Services. This message is specific to the first failure encountered.
The first variable in the message represents the Object Service Broker communications identifier of the Object Service Broker environment involved. The second variable represents one of the following:
ABNDCDE=X'........' - a task abnormal end was intercepted during resource cleanup. The text supplies data from the TCBCMP field of the affected task. This is only produced if resource cleanup failed.
RTRNCDE=X'........' - a nonzero return code was received during communications termination. The resource cleanup cannot bypass the condition causing the termination.
RESOURCES UNAVAILABLE - the minimal resources required for resource cleanup (e.g., GETMAIN storage, establishing a recovery environment via ESTAE) are unavailable. Resource cleanup failed.
This message is only significant to Object Service Broker and does not necessarily indicate an error that impacts z/OS. When issued, the following symptoms may be displayed:
A user may appear to be logged on after the Execution Environment that supported the user has terminated. The user is unable to re-logon to the same Data Object Broker.
Data access requests from other users may be queued indefinitely because of locks still held by the user that appears to be logged on.
If any of these symptoms are displayed, do the following:
Using the Object Service Broker operator interface, terminate the user's session.
Collect any diagnostic information available (system log printout, JES log for the affected Object Service Broker address spaces, and any dumps) and contact TIBCO Support.
S6BCM890I
COMMUNICATION RESMGR CLEANUP UNILATERAL PROCESSING MAY BE INCOMPLETE
General Communications
Unilateral resource cleanup did successfully notify all communications partners that a communications component is no longer available. Unilateral resource cleanup occurs when a z/OS address space containing an Object Service Broker communications environment terminated abnormally or the bilateral resource cleanup failed.
Collect diagnostic information (system log printout, JES log for the affected Object Service Broker address spaces, and any dumps) and contact TIBCO Support.
S6BCM898W
MODULE % COULD NOT BE LOADED
General Communications
The program made a request for an additional program module. However, the named module could not be loaded.
Verify that the load module libraries have not been damaged. This message should always be paired with the S6BCM999E message providing the return code from the LOAD macro. Record this information and contact TIBCO Support.
S6BCM900I
OPENPORT FOR COMMUNICATION IDENTIFIER "%" HAS SUCCEEDED|PARTIALLY SUCCEEDED|FAILED
General Communications
This message summarizes the outcome of processing that attempted to build a communications environment. If this processing was not completely successful, then the situations or errors encountered are described in detailed messages issued for each Object Service Broker Communications Implementation, prior to this message. The message provides the following information:
The Communication Identifier that was selected as a name for the Object Service Broker communications environment that was being built.
The completion status (SUCCEEDED | PARTIALLY SUCCEEDED | FAILED), that summarizes the outcome of the processing to build the Object Service Broker communications environment. This is interpreted as follows:
SUCCEEDED - Processing was completely successful. All Object Service Broker Communications Implementations that could be used, after any restrictions of the Execution Environment were taken into account, were successfully initialized. Communication can proceed optimally.
PARTIALLY SUCCEEDED - Processing was not completely successful. Not all Object Service Broker Communications Implementations that could be used, after any restrictions of the Execution Environment were taken into account, were successfully initialized, but at least one was. Additional messages have been issued describing the situations and/or errors that were detected. Communication can proceed, but may not be optimal.
FAILED - Processing was unsuccessful. No Object Service Broker Communications Implementations were successfully initialized. Additional messages have been issued describing the situations and/or errors that were detected. No communication is possible.
See the preceding detailed messages issued for each Object Service Broker Communications Implementation to determine what action is required for specific errors or situations encountered by a specific Object Service Broker Communications Implementation.
S6BCM901I
CONTACT WITH COMMUNICATION IDENTIFIER "%" HAS SUCCEEDED|FAILED
General Communications
This message summarizes the outcome of processing that attempted to build a connection between two Object Service Broker communications environments. If this processing was not successful, then the situations or errors encountered are described in detailed messages issued for each Object Service Broker Communications Implementation, prior to this message. The message provides the following information:
The Communication Identifier that was specified as the name for the Object Service Broker communications environment that was to be contacted.
The completion status (SUCCEEDED | FAILED), that summarizes the outcome of the processing to contact the Object Service Broker communications environment. These text data are interpreted as follows:
SUCCEEDED - Processing was completely successful. At least one Object Service Broker Communications Implementation was able to provide resources to support the connection of the two Object Service Broker communications environments. Communication between the two Object Service Broker entities can now proceed.
FAILED - Processing was unsuccessful. No Object Service Broker Communication Implementations were able to provide resources to support the connection of the two Object Service Broker communications environments. Additional messages have been issued describing the situations and/or errors that were detected. No communication is possible.
See the preceding detailed messages issued for each Object Service Broker Communications Implementation to determine what action is required for specific errors or situations encountered by a specific Object Service Broker Communications Implementation.
S6BCM980E
SELECTED COMMUNICATION IDENTIFIER "%" AND CONNECTION PARTNER COMMUNICATION IDENTIFIER ARE THE SAME
General Communications
The Object Service Broker Communication Identifier that has been specified or selected for use by the current Object Service Broker communications environment has also been supplied as the Object Service Broker Communication Identifier to be contacted by the current Object Service Broker communications environment. Such a configuration request is pointless, and considered to be an error.
Determine how the Object Service Broker Communication Identifier was supplied to the current Object Service Broker communication environment as a candidate for communication and correct it. For example, examine execution parameter lists and control statements.
S6BCM981E
ALL COMMUNICATION IDENTIFIERS IN POOL "........" ARE IN USE
General Communications
While attempting to establish an Object Service Broker communications environment, Object Service Broker was unable to allocate an Object Service Broker Communication Identifier from the pool defined for the z/OS system on which the Object Service Broker communications environment is built. All Object Service Broker Communication Identifiers in the pool were tested and found to be in use by other Object Service Broker communications environments.
Do the following:
Determine whether the pool is sufficiently sized (defined by the length of the numeric suffix on the Model Object Service Broker Communication Identifier) to support the maximum number of the Object Service Broker Execution Environments that execute on the z/OS System.
If all these Object Service Broker Communication Identifiers are in use, then consider using another pool by following the procedures outlined in the Object Service Broker Installation and Operations for z/OS manual.
S6BCM982E
COMMUNICATION IDENTIFIER "........" IS UNAVAILABLE, IN USE BY REGION "........"
General Communications
While attempting to establish an Object Service Broker communications environment, it was determined that the Object Service Broker Communications Identifier specified for use by the Object Service Broker communications environment was already being used by another Object Service Broker communications environment. The name of the z/OS Region (Started Task, Batch Job or TSO User) that is currently using the Object Service Broker Communications Identifier is supplied in the message.
Do the following:
Ensure that the correct Object Service Broker Communication Identifier has been supplied to the Object Service Broker communications environment that received this message.
Ensure that the correct Object Service Broker communication identifier was supplied to the Object Service Broker Region named in this message.
Ensure that the Object Service Broker Region currently using the Object Service Broker communication identifier is not another execution copy of the Object Service Broker Data Object Broker that received this message.
S6BCM990I
% UNAVAILABLE, OTHER MESSAGES ISSUED
General Communications
While attempting to establish an Object Service Broker communication environment using a specific Object Service Broker Communications Implementation, a situation or an error was encountered that prohibits the use of that specific Object Service Broker Communications Implementation. The nature of the situation or error is described in detail in other messages issued to this message. This message is usually accompanied by other messages giving specific details about the situation that was detected or the error that occurred. The name of the Object Service Broker Communications Implementation appears as variable data in the message text.
See the other detailed messages to determine what action is required for the specific situation or error.
S6BCM991E
COMMUNICATION RESMGR CLEANUP DISCONNECT FROM % FAILED FOR TCB=X'%', RC=X'%'
General Communications
This message indicates that a communications environment was not successfully built.
The first variable is the name of the Object Service Broker user for whom cleanup was being undertaken when the failure occurred.
The second variable is the address of the TCB (Task Control Block) in the current Object Service Broker communications environment address space for which cleanup was being undertaken when the failure occurred.
The third variable is the return code, in hexadecimal, generated during disconnection failure.
This message is only significant to Object Service Broker and does not necessarily indicate an error that impacts z/OS. When issued, the following symptoms may be displayed:
A user may appear to be logged on after the Execution Environment that supports the user has terminated. The user is unable to re-logon to the same Data Object Broker.
Data access requests from other users may be queued indefinitely because of locks still held by the user that appears to be logged on.
If these symptoms are displayed, do the following:
Using the Object Service Broker operator interface, terminate the user's session.
Collect diagnostic information (system log printout, JES log for the affected Object Service Broker address spaces, and any dumps) and contact TIBCO Support.
S6BCM992W
SYSTEM AUTHORIZATION REQUIRED TO USE %
General Communications
While attempting to initialize a particular Object Service Broker Communications Implementation, an Object Service Broker communications environment determined that the z/OS address space is not APF Authorized. APF Authorization is required to initialize this particular Object Service Broker Communications Implementation. This message indicates that not all the installation procedures, specifically those relating to APF Authorization of load libraries and/or authorization of programs executing under TSO are complete. The name of the Object Service Broker Communications Implementation appears as variable data in the message text.
It is possible that APF Authorization is not available to this particular Object Service Broker component by a decision of the installer. If this is the case, this message can be ignored. If this is not the case, then do the following:
Ensure that all the installation procedures, especially those relating to APF Authorization of load libraries and authorization of programs that execute under TSO, were successfully completed.
Restart the Object Service Broker component that caused this message to be issued.
S6BCM993I
USE OF % BYPASSED BY OPTIONS REQUEST
General Communications
A particular Object Service Broker Communications Implementation has not been initialized because it was explicitly or implicitly specified that the Object Service Broker Communications Implementation be bypassed, using an HCS Options Data Definition Statement. The name of the Object Service Broker Communications Implementation appears as variable data in the message text.
No action needs to be taken. This message confirms that the Object Service Broker Communications Implementation will not be used, as specified by the user.
S6BCM994W
% INTERNAL ERRORS WERE RECORDED IN THE COMMUNICATIONS COMPONENT
General Communications
The message is issued during Object Service Broker shutdown to indicate that there were serious processing errors detected in the communications component of Object Service Broker. The variable in the message will indicate the number of errors encountered. This message will be followed by S6BCM995 and S6BCM996.
Refer to messages S6BCM995 and S6BCM996.
S6BCM995W
% LOGREC RECORDS WERE WRITTEN AND % SYSTEM DUMPS WERE REQUESTED
General Communications
Message S6BCM994 is issued prior to this message and it is followed by S6BCM996.
The message is issued during Object Service Broker shutdown to indicate the extent of diagnostic data gathering performed for serious internal errors in the Communications Component of Object Service Broker. The first variable indicates the number of software symptom records that were successfully written to the LOGREC data set. The second variable indicates the number of system dump requests that were initiated to collect diagnostic data concerning the errors encountered.
Collect the message log from the Object Service Broker region, the LOGREC data and any system dumps taken, and contact TIBCO Support for assistance.
S6BCM996A
COLLECT THE DIAGNOSTIC DATA AND CONTACT TIBCO SUPPORT
General Communications
This message is issued following messages S6BCM994 and S6BCM995 during the shutdown of an Object Service Broker region, if serious internal errors were recorded in the Communications Component during the life of the Object Service Broker Region.
Message S6BCM997 may have been issued at the time that the error was detected.
Collect all the diagnostic data available and contact TIBCO Support for assistance in determining the cause of the error(s). The diagnostic data may consist of any or all of the following:
Note: System dumps taken for the errors recorded are titled:
Example *** OBJECT SERVICE BROKER COMMUNICATIONS INTERNAL ERROR - CONTACT TIBCO SUPPORT ***
S6BCM997E
COMMUNICATIONS INTERNAL ERROR DETECTED
General Communications
This is the first line of a multiline message that indicates the occurrence of a serious internal error in the Communications component of Object Service Broker.
The full text of the message includes the execution PSW address, as well as the module and control section name if known, where the error was detected. The internal code for the error detected is listed with a reason code for the error in hexadecimal form, followed by the register contents from the detecting module. The address space identifiers (ASIDs) of the Home address space, the Primary address space, and the Secondary Address space are provided.
When the error is detected in an Execution Environment that permits it, an SDUMPX (extended SVC Dump) request is issued. The success or failure of the dump request is indicated in the last line of the message.
The last line shows the status of a system dump request. It can be one of the following:
Note that when the message indicates that the dump was suppressed by DAE (z/OS Dump Analysis and Elimination), this is because it is a duplicate of an earlier dump taken for the same error symptoms.
If it is possible, Object Service Broker attempts to recover from the error and continue processing. However, certain errors can cause the loss of some communications capability and connectivity options.
If the error is of such a severe nature that it is impossible to continue, even in a degraded manner, then Object Service Broker abnormally terminates with a User ABEND code related to the error.
If Object Service Broker is able to continue, examine the joblog for any additional messages indicating the actions taken to recover from the error. The type of actions may include such things as terminating a connection with a user, dropping connectivity to a Peer Object Service Broker, or the loss of a connectivity interface (e.g., VTAM).
If the error was detected in an Data Object Broker, Execution Environment or Database Server region, determine if the degraded communications capability is adequate for the needs of your users and application mix. If not, then recycle the affected region in order to restore full communications capability.
If the normal operation of your Object Service Broker applications is unaffected, you may safely schedule the recycling of the affected regions until a convenient time.
In any case, collect the system log, the JES job log, any system dumps, and the z/OS LOGREC data and contact TIBCO Support for assistance.
S6BCM999E
Z/OS LOAD REQUEST FAILED, R15=X'%'
General Communications
A request for a system service failed. A Return Code appears in register 15 describing the reason for the request failure. The request is one of the following:
Refer to the documentation for a description of the service requested and the reason for the failure as described by the Return Code. Determine remedial action by considering the information provided in the manual. If the message persists, contact TIBCO Support.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved