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


Using Messages With Identifiers : MS: Message Switch Address Space

MS: Message Switch Address Space
S6BMS001I
MESSAGE SWITCH READY date time
Message Switch Address Space
The Message Switch Address is ready to accept requests
No action required.
S6BMS002E
UNDEFINED EVENT CODE X'____'
Message Switch Address Space
Logic error. The supervisor has detected a physical event for which it does not have a service routine. The request is ignored. Processing continues
Contact TIBCO Support.
S6BMS003I
SHUTDOWN COMPLETED
Message Switch Address Space
The message switch address space has successfully terminated.
No action required.
S6BMS004E
GETMAIN FAILED DURING INITIALIZATION
Message Switch Address Space
Allocation of storage required to complete Message Switch initialization failed.
Increase the region size in your JCL.
S6BMS005E
INITIALIZATION ABORTED
Message Switch Address Space
The initialization of a Message Switch address space has failed.
Other messages will have been issued. If you are still unable to ascertain the cause of this failure contact TIBCO Support.
S6BMS006I
MAXIMUM CONNECTIONS OBSERVED FOR THIS MESSAGE SWITCH WAS number'
Message Switch Address Space
This message appears at the time of Message Switch shutdown and the number in the message is the highest number of end users connected simultaneously to this instance of the Message Switch.
This message is for information only.
S6BMS007I
SUBTASK DETACHED
Message Switch Address Space
The indicated subtask has shut down successfully.
No action required
S6BMS008E
____ SUBTASK ABEND - S___/U____'
Message Switch Address Space
A severe error occurred during the indicated subtask. The Object Service Broker Message Switch terminates abnormally. S___ is the system abend code and U___ is the Object Service Broker abend code.
If an Object Service Broker return code is provided, look at previous console messages for more information. If only a system return code is provided and you cannot resolve the problem based on this code, contact TIBCO Support.
S6BMS009E
MESSAGE SWITCH INITIALIZATION FAILURE - APF AUTHORIZATION REQUIRED'
Message Switch Address Space
During Message Switch initialization, it was determined that the Message Switch was not executed in an APF Authorized state as required. The Message Switch will abend with user code 49.
Refer to the Object Service Broker Documentation for instructions on how to APF Authorize your Message Switch.
S6BMS010E
STORAGE NOT AVAILABLE
Message Switch Address Space
Storage for an internal Message Switch control block was not available.
Increase the region size and restart the Message Switch
S6BMS011E
____ SUBTASK ATTACH FAILED'
Message Switch Address Space
The module for the indicated subtask cannot be accessed. Object Service Broker terminates abnormally.
See the previous messages on the console and refer to the Installation and Operations manual.
S6BMS012E
____ SUBTASK INITIALIZATION FAILED'
Message Switch Address Space
An error occurred during the initialization of the indicated subtask. Object Service Broker terminates abnormally.
See the previous messages on the console and refer to the Installation and Operations manual.
S6BMS013E
GLOBAL ____ POOL BUILD FAILED'
Message Switch Address Space
Insufficient storage was available to build the Message Switch resources for the specified configuration.
Refer to the Installation and Operations manual. Validate that the concurrency options are compatible with the region size specified at Message Switch startup.
S6BMS014E
ABEND S___/U____ REAS=________ DETECTED IN MODULE '
Message Switch Address Space
The Message Switch has abended as described in the message. If a SYSxDUMP data set was allocated to the Message Switch, it will contain the dump for the error.
Collect as much information about the failure as possible and contact TIBCO Support.
S6BMS015E
EVENT (____) REJECTED IN ________, MESSAGE SWITCH TERMINATING
Message Switch Address Space
The module identified by "taskname" received an event to process "xxxx" and the Message Switch started the termination process. The "termtype" value can be either "NORMALLY" indicating a SHUTDOWN request was issued or "ABNORMALLY" indicating a task abended. The requested event processing is ignored.
Wait for the termination to complete and then recycle the Message Switch.
S6BMS016E
MUST BE ASSIGNED A VALUE
Message Switch Address Space
The indicated parameter does not have an associated assigned value. All Message Switch parameters are of the form: keyword=value. Spaces are not permitted between the keyword, equal sign, or value. The parameter is rejected. Object Service Broker Message Switch startup terminates abnormally.
Cross Memory Services for Object Service Broker inter-region communication
Correct the parameter in error.
S6BMS017I
REFER TO MESSAGE SWITCH PARMS IN INSTALLATION MANUAL
Message Switch Address Space
An error was detected in your Object Service Broker initialization parameters.
Refer to the Job message log for preceding specific parameter error(s). Refer to the Object Service Broker Documentation for parameter syntax, spelling, ranges, defaults.
S6BMS018E
MSWPARMS FILE BYPASSED - INVALID RECFM OR LRECL'
Message Switch Address Space
An MSWPARMS DD statement was provided, but its record format was not fixed block, or its record length was not 80. Data Object Broker initialization continues. Parameter values are default values unless a PARM= string containing override values is provided.
If Object Service Broker started with incorrect parameter values, shut it down. Do one of the following:
Allocate an MSWPARMS file with RECFM=FB and LRECL=80, and supply the correct parameter assignments.
If Object Service Broker runs as a batch job, you can use //MSWPARMS DD * to define parameters in- stream.
If the parameter specifications are 100 characters or less, you can omit //MSWPARMS and just use the PARM= string.
When ready, restart Object Service Broker.
S6BMS019E
MSWPARMS FILE BYPASSED - OPEN UNSUCCESSFUL
Message Switch Address Space
A MSWPARMS DD statement was provided but failed to open properly. Data Object Broker initialization continues. Parameter values are default values unless a PARM= string containing override values is provided.
If Object Service Broker started with incorrect parameter values, shut it down. Investigate the MSWPARMS file problem. When the problem is resolved, restart Object Service Broker.
S6BMS020E
_____________ PARM CONTAINS INVALID CHARACTER(S)'
Message Switch Address Space
The indicated parameter contains characters which are not alphabetic. The parameter is rejected. Object Service Broker startup terminates abnormally.
Verify and correct the spelling of the parameter. Refer to the Installation and Operations manual if necessary.
S6BMS021E
_____________ PARM IS AMBIGUOUS'
Message Switch Address Space
The indicated parameter was abbreviated so that it is no longer unique. The parameter is rejected. Object Service Broker startup terminates abnormally.
You can spell Data Object Broker parameters in full or abbreviate them through truncation. For example, SNAPOVERRIDE or SNAPOVER or SNAPO are all accepted. Excessive truncation, however, results in abbreviations that can be one of several parameters. For example, SNAP might be any one of SNAPCLASS, SNAPREMOTE, SNAPQUERY, SNAPOVERRIDE, or SNAPVOLSER.
Spell the parameter keyword name more fully or completely. In general, five characters are sufficient to achieve uniqueness. Refer to the Installation and Operations manual if necessary.
S6BMS022E
_____________ PARM IS NOT DEFINED'
Message Switch Address Space
The indicated parameter (only the first 13 characters appear in the message) is not defined to Object Service Broker. You may have used an unrecognizable abbreviation. The parameter is rejected. Object Service Broker startup terminates abnormally.
Verify the spelling of the parameter. Refer to the Installation and Operations manual if necessary. Abbreviation through truncation is permitted, but it is recommended that at least the first five letters be supplied to ensure uniqueness.
S6BMS023E
PARM NOT DYNAMICALLY MODIFIABLE
Message Switch Address Space
An operator console command was issued, of the form:
Example MODIFY jobname,PARM=keyname=value
The keyname specified was a recognized Object Service Broker Data Object Broker parameter, but it is not eligible for modification after startup or once set. The parameter change is rejected. Object Service Broker execution continues.
If the parameter must be changed then this change must be made to the Object Service Broker Data Object Broker initialization parameters and will take effect the next time Object Service Broker is restarted.
S6BMS024E
_____________ SPECIFIED VALUE HAS TOO MANY CHARACTERS'
Message Switch Address Space
The value assigned to the keyword has too many characters. The parameter is rejected. Object Service Broker startup terminates abnormally.
Provide an acceptable parameter value in //MSWPARMS or PARM= string. Refer to the Installation and Operations manual if necessary.
S6BMS025E
_____________ SPECIFIED VALUE CONTAINS INVALID CHAR(S)'
Message Switch Address Space
The value assigned to the parameter has failed its edit validity check. This occurs for any non-alphanumeric value, or for a discrepancy between edit specifications and the input provided. The parameter is rejected. Object Service Broker startup terminates abnormally.
Provide an acceptable parameter value in //MSWPARMS or PARM= string. Refer to the Installation and Operations manual if necessary.
S6BMS026E
_____________ SPECIFIED VALUE NOT VALID QUALIFIER(S)'
Message Switch Address Space
The value assigned to the parameter has failed its validity check. A data set name or qualifier, member name, or other entity with similar syntax was expected. The parameter is rejected. Object Service Broker startup terminates abnormally.
Provide an acceptable parameter value in //MSWPARMS or PARM= string. Refer to the Installation and Operations if necessary.
S6BMS027E
_____________ SPECIFIED VALUE OUT OF RANGE'
Message Switch Address Space
The value assigned to the parameter is too big or too small. The parameter is rejected. Object Service Broker startup terminates abnormally.
Provide an acceptable parameter value in //MSWPARMS or PARM= string. Refer to the Installation and Operations manual if necessary.
S6BMS028E
GETMAIN FAILURE ON ____ POOL, ____ SPACE _____ THE LINE ON A ____ BOUNDARY, RC=
Message Switch Address Space
Object Service Broker manages its own storage in blocks referred to as pools. When attempting to acquire storage to support, the specified pool the storage was not available.
Determine why the storage requirements were not satisfied. Check the memory control parameters on the run and increase as needed. Contact TIBCO Support if further support is required.
S6BMS029E
XCF MEMBER NAME AND GROUP NAME BOTH SET TO ___________
Message Switch Address Space
The XCF group and member name are identical. This is not allowed.
Modify either the XCF group or member name and restart the message switch.
S6BMS201E
UNDEFINED EVENT CODE X'____'
Message Switch Address Space
The Communications subtask received a request that it does not support. The request is ignored. Normal processing continues.
Try to identify the circumstances which trigger this message. An isolated occurrence may be insignificant. Contact TIBCO Support if there are multiple occurrences or related problems.
S6BMS202E
NO COMMUNICATION FACILITIES AVAILABLE'
Message Switch Address Space
No Communications protocols are available to the Object Service Broker Message Switch. Object Service Broke terminates abnormally.
Look for any associated messages which provide further explanation. If this is an initial installation, ensure that the communication definitions required by Object Service Broker are in place. If you are unable to resolve the situation, contact TIBCO Support.
S6BMS203L
USER LIMIT EXCEEDED, CONNECTION REJECTED - ________
Message Switch Address Space
When attempting to connect a user session the configured limit was exceeded.
Review the MAXUSERS parameter to determine if it is set appropriately for the required workload.
S6BMS204E
UNFORMATTED LOGON REJECTED
Message Switch Address Space
An unformatted logon request has been received by the Message Switch.
The logon request is rejected with a sense code of x'0C00'. This is normally caused by an attempt to connect to the Message Switch in error. If the message is issued repeatedly try to ascertain the source of the request. If you are unable to resolve the situation, contact TIBCO Support.
S6BMS205E
REQUEST __________ RETURN CODE ____ FOR ________ USER ________ # =______ FROM _____'
Message Switch Address Space
A request for action has failed with return code given.
If you are unable to determine the cause of the message, contact TIBCO Support.
S6BMS206I
USER ________ #=______ CANCELLED'
Message Switch Address Space
The specified user has been cancelled.
None
S6BMS207L
connectid action TERM=termid J=jobname connecttype #=num S=source T=target
Message Switch Address Space
This notification message identifies a logon or logoff from the message switch.
.connectid may or may not be unique depending on site configuration
.num is the relative connection block used to support this connection. It is always unique.
None.
S6BMS601E
SERVICES SUSPENDED - INITIALIZATION FAILURE
Message Switch Address Space
Services provided by the operations support task indicated in the message are not available due to the failure of this task to initialize.
Review the initialization messages in the Message Switch's job log to determine the reason for the failure. Terminate and restart the Message Switch at the earliest opportunity after the problem is resolved.
S6BMS602E
OPER INITIALIZATION FAILED
Message Switch Address Space
An error has been encountered during the initialization of the Message Switch's console interface. Message Switch initialization continues but console services are not available.
Review the initialization messages in the Message Switch's job log to determine the reason for the failure. Terminate and restart the Message Switch at the earliest opportunity after the problem is resolved.
S6BMS603I
OPER INITIALIZATION COMPLETED'
Message Switch Address Space
Initialization was successful for the task supporting operator console MODIFY commands. You can enter Object Service Broker MODIFY commands and receive a response.
No action required
S6BMS604E
UNDEFINED EVENT CODE X''____''
Message Switch Address Space
This message indicates that an invalid post code has been received by the Message Switch's operational support task and cannot be processed.
This is an internal processing error and should be reported to TIBCO Support.
S6BMS605I
MODIFY COMMAND ACCEPTED
Message Switch Address Space
This message is the standard acknowledgement that the command is valid when no more specific reply exists.
None
S6BMS606W
FREE WORK BUFFER FAILED ' ____
Message Switch Address Space
Upon completion of external command processing, the work buffer used to carry the command could not be released.
Contact TIBCO Support.
S6BMS607E
SERVICES TERMINATED
Message Switch Address Space
The operations support services task indicated in the message terminated due to an unrecoverable failure. The system will attempt a restart of the failing task.
Review the Message Switch's job log to determine the reason for the failure and report this problem to TIBCO Support.
S6BMS608E
_______ SERVICES SUSPENDED - RESTART LIMIT EXCEEDED'
Message Switch Address Space
The operations support service indicated in the message could not be recovered after a failure. These services are disabled until the Message Switch is restarted.
Review the Message Switch's job log to determine the reason for the failure and report this problem to TIBCO Support.
S6BMS609E
RE-INSTATING _______ SERVICES
Message Switch Address Space
This message indicates that automatic recovery is in progress for the service indicated in the message.
Begin an investigation into the cause of the initial failure. If the service is successfully reinstated, no immediate action is required.
S6BMS610E
RESTART OF _______ SERVICES '
Message Switch Address Space
This message is issued to indicate the success or failure of the restart action for the indicated operations service.
No action required
S6BMS611W
SPECIFIED USER NOT LOGGED ON
Message Switch Address Space
You issued the command
Example F jobname,action=userid
The specified USER was not logged on to Object Service Broker. No action is taken.
No action required. The command:
Example F jobname,USERLIST
displays a list of the userids logged on to Object Service Broker.
S6BMS612I
DUPLICATE ______ DETECTED
Message Switch Address Space
The console command detected multiple userid/termids and needs to know which userid/termid to act upon.
Reissue the command with ";xxxx", where xxxx is the mswcnum from message S6BMS514I.
S6BMS613I
USERID TERMID JOBNAME TYPE MSWCNUM STATUS SOURCE TARGET
Message Switch Address Space
These are the headings for message S6BMS614I.
None
S6BMS614I
________ ________ ________ ____________ ______ _______ ______ ____
Message Switch Address Space
S6BMS613I shows headings for the data rows in S6BMS614I; The data in S6BMS614I is used to determine the different userid/termids.
May be used to determine which mswcnum to use when a console command is issued.
S6BMS615I
TOTAL NUMBER OF DUPLICATES ______'
Message Switch Address Space
This message displays the count of duplicate entries.
None
S6BMS616I
REPEAT COMMAND AS ____________USERID;MSWCNUM"
Message Switch Address Space
The console command could not determine which duplicate entry to act on. S6BMS614I lists the commnum of all duplicates.
Reissue the console command with ";mswcnum" at the end of the command, where the mswcnum is from the preceding S6BMS614I messages.
S6BMS617W
UNEXPECTED USER ID FOUND IN SPECIFIED MSWCOMMA
Message Switch Address Space
A display/cancel user request was issued. The buffer identified as containing the user information is invalid.
Retry the cancel request. If the error recurs, contact TIBCO Support.
S6BMS618I
SPECIFIED MSWCOMMA NUMBER OUT OF RANGE, REQUEST REJECTED'
Message Switch Address Space
A CANCELUSER/DISPLAYUSER request was issued with an explicate mswcomma number, the supplied mswcomma number is out of range.
Correct the request and resubmit.
S6BMS621E
CANCEL DENIED - DBMS SERVER'
Message Switch Address Space
You issued the command:
Example F jobname,CANCELUSER=server_id
The ID specified is a DBMS gateway. No action is taken.
Use the Data Object Broker STOPSERVER command to shut down a DBMS gateway.
S6BMS623W
GET WORK BUFFER FAILED ____
Message Switch Address Space
A CANCELUSER command was issued to terminate a user or DBMS gateway. Because no work buffer was available, the request could not be processed.
The command may succeed if reissued. If this message occurs again, the reason for the lack of work buffers should be investigated.
S6BMS624E
CANCEL DENIED - LOGOFF IN PROGRESS
Message Switch Address Space
A request was received by the Message Switch to cancel a specified user session that is currently being terminated. The request cannot be fulfilled.
No action is required
S6BMS625E
LENGTH OF SPECIFIED USER ID IS OUT OF RANGE
Message Switch Address Space
A command was entered and the specified userid was not between 1 and 8 characters long, for example, CANCELUSER=uuuuuu;nnnn. The userid (uuuuuu) must be 1 to 8 characters long.
Enter the command again with the correct format.
S6BMS626E
NO DATA SENT, COMMAND REJECTED'
Message Switch Address Space
The console command was reissued but no data was detected beyond ";".
Reissue the command with the desired mswcnum.
S6BMS627E
MSWCNUM NOT NUMERIC, COMMAND REJECTED'
Message Switch Address Space
The data in the console command after the ";" was not numeric.
Reenter the console command with a numeric value for the mswcnum.
S6BMS628E
MSWCNUM TOO LARGE, COMMAND REJECTED'
Message Switch Address Space
The mswcnum entered was greater than the highest allocated mswcnum.
Check the value of the mswcnum and reenter the command.
S6BMS629I
LOGGED ON USERS/DBMS/OPER/JOBS
Message Switch Address Space
You issued the command:
F jobname,USERLIST
Example S6BMS629I is the heading followed by the response data. They are followed by summary messages S6BMS630I and S6BMS631I. If no Object Service Broker users are logged on, only S6BMS630I and S6BMS631I are issued.
Object Service Broker connections are identified by their userid. The format of the display is c-uuuuuuuu, where:
The valid connection types are:
No action is required.
S6BMS630I
USERS DBMS OPER JOBS OTHER AVAIL'
Message Switch Address Space
See explanation for message S6BMS629I.
No action is required.
S6BMS631I
_' ____ _____ _____ _____ _____ _____"
Message Switch Address Space
See explanation for message S6BMS629I.
No action is required.
S6BMS632E
_____________ CANNOT BE ASSIGNED A VALUE'
Message Switch Address Space
A MODIFY command was issued in the form "command=value". The particular command verb specified is defined to be a one word action command without any assigned value. The command is rejected.
The command can be reissued without an assigned value, if appropriate. If in doubt, refer to the operator command documentation in the Installation and Operations manual.
S6BMS633E
_____________ COMMAND CONTAINS INVALID CHARACTER(S)'
Message Switch Address Space
Verify the spelling of the command. Refer to the Installation and Operations manual if necessary.
The indicated command contains characters that are not alphabetic. The command is rejected.
S6BMS634E
_____________ COMMAND IS AMBIGUOUS'
Message Switch Address Space
The indicated command has been abbreviated so that it is no longer unique. The command is rejected. Object Service Broker MODIFY commands may be spelled in full or abbreviated through truncation. Excessive truncation results in abbreviations that can be one of several that can be one of several commands.
Spell the parameter keyword name more fully, or completely. Generally, 5 characters are adequate to achieve uniqueness. Refer to the Installation and Operations manual if necessary.
S6BMS635E
_____________ COMMAND IS NOT DEFINED'
Message Switch Address Space
The indicated command (only the first 12 characters appear in the message) is not defined to Object Service Broker. You may have used an unrecognizable abbreviation. The command is rejected.
Verify the spelling of the command. Refer to the Installation and Operations manual if necessary. Abbreviations are only recognized if they are spelled the same as the full command up to the point of truncation.
S6BMS636E
_____________ REJECTED, SHUTDOWN IN PROGRESS'
Message Switch Address Space
The specified request was rejected because Object Service Broker had already accepted a shutdown request.
Object Service Broker is coming down -- no action required.
S6BMS637E
_____________ MUST BE ASSIGNED A VALUE'
Message Switch Address Space
A MODIFY was issued as a one word action command. The particular command verb is defined to be for a "keyword=value" command. The command is rejected.
Provide an appropriate value when issuing this command. Refer to the Installation and Operations manual if necessary.
S6BMS638E
_____________ SPECIFIED VALUE HAS TOO MANY CHARACTERS'
Message Switch Address Space
The value assigned to the keyword has too many characters. The command is rejected.
Reenter the command with an acceptable value. Refer to the Installation and Operations manual if necessary.
S6BMS639E
_____________ SPECIFIED VALUE CONTAINS INVALID CHAR(S)'
Message Switch Address Space
The value assigned to the command failed its edit validity check. This error occurs for any non-alphanumeric value, or for a discrepancy between edit specifications and the input provided. The command is rejected.
Reenter the command with an acceptable value. Refer to the Installation and Operations manual if necessary.
S6BMS640E
_____________ SPECIFIED VALUE NOT VALID QUALIFIER/DSNAME'
Message Switch Address Space
The value assigned to the command failed its validity check. A data set name or qualifier, member name, or other entity with similar syntax was expected. The command is rejected.
Reenter the command with an acceptable value. Refer to the Installation and Operations manual if necessary.
S6BMS641W
CONSOLE MESSAGE BUFFER FREE FAILED'
Message Switch Address Space
The processing of operator console messages encountered a problem while freeing a message buffer. This may result in failure of the Operator Command Interface.
If operator console MODIFY commands are no longer being accepted, contact TIBCO Support.
S6BMS642E
COMMAND NOT PROCESSED, COULD NOT OBTAIN BUFFER'
Message Switch Address Space
The Message Switch was not able to obtain the work area needed to process an operator request. This is usually a temporary situation and should be resolved almost immediately.
Reenter the rejected operator command. If the problem persists, obtain a dump of the Message Switch and terminate it at your earliest convenience. Notify TIBCO Support.
S6BMS643L
MODIFY ' ________ _________________________________"
Message Switch Address Space
The command received from the console is echoed. This verifies command recognition and records the command in the console log for the Object Service Broker Message Switch.
No action is required.
S6BMS644I
NO USERS CONNECTED
Message Switch Address Space
There are no user sessions connected to this message switch.
No action is required.
S6BMS701E
UNDEFINED EVENT CODE X''____'''
Message Switch Address Space
Internal logic error. Object Service Broker supervisory code detected an invalid system service request. The transaction is aborted.
Contact TIBCO Support.
S6BMS702E
XCF REQUEST ________ FAILED RETURN CODE ____ REASON CODE ____'
Message Switch Address Space
An XCF request failed.
Look up the return code and reason code for the failing request in the IBM Sysplex Services Reference. If unable to determine the cause of the failure contact TIBCO Support.
S6BMS703E
IXCQUERY ____ RECORDS NOT RETRIEVED'
Message Switch Address Space
The internal buffer for the IXCQUERY response was not sufficiently large to accommodate all the records returned by the IXCQUERY request.
Contact TIBCO Support
S6BMS704E
PRIMARY DATA OBJECT BROKER LOCATION TIME INTERVAL EXPIRED'
Message Switch Address Space
A primary Data Object Broker was not located in the time specified.
The Message Switch will terminate. If required restart the Message Switch.
S6BMS705W
PRIMARY DATA OBJECT BROKER NOT AVAILABLE
Message Switch Address Space
The Message Switch could not locate the Primary Data Object Broker.
If allowed the message switch will wait for a Primary Data Object Broker to become available, if not the Message Switch will terminate. Make sure a Primary Data Object Broker is available and restart the Message Switch.
S6BMS706I
PRIMARY DATA OBJECT BROKER LOCATED AT MEMBER NAME ________'
Message Switch Address Space
The Message Switch has located the Primary Data Object Broker.
No action is required.
S6BMS707I
GROUP STATUS FOR XCF GROUP gggggggg
Message Switch Address Space
Output from a Memberlist Message Switch command. gggggggg is the XCF group to which the Data Object Broker belongs.
No action is required.
S6BMS708I
MEMBER JOBNAME SYSTEM SYSTEM STATE USER STATE'
Message Switch Address Space
Memberlist display heading
No action is required.
S6BMS709I
------ ------- ------ ------------ ----------'
Message Switch Address Space
Memberlist display heading
No action is required.
S6BMS710I
mmmmmmmm jjjjjjjj xxxxxxxx ssssssss t uuuuuuu
Message Switch Address Space
Output from a Memberlist Command. One line for each member in the XCF group:
No action is required.

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