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


Using Messages With Identifiers : PX: POSIX ON support for EMS

PX: POSIX ON support for EMS
S6BPX002E
POSIX TCB initialization error; Load of S6BDRPSX DLL failed
POSIX ON support for EMS
The DLL S6BDRPSX could not be loaded. The Execution Environment task for running EMS did not successfully initialize and EMS will not be available for rule applications.
Look at the job log for more information about why the S6BDRPSX DLL could not be loaded.
S6BPX003E
POSIX TCB initialization error; Load of PSXIROUT variable for DLLS6BDRPSX failed
POSIX ON support for EMS
Initialization of the POSIX TCB failed. EMS will not be available for rules applications.
Look at the job log for more information about why PSXIROUT could not be loaded.
S6BPX004E
POSIX task thread intialization error at #; # failed with errno=#
POSIX ON support for EMS
Initialization of dispatch threads failed. The Execution Environment task for running EMS did not successfully initialize and EMS will not be available for rule applications.
For more informations about errno values, refer to the IBM z/OS UNIX System Services Messages and Codes.
S6BPX005E
POSIX task thread error at #; # failed with errno=#
POSIX ON support for EMS
POSIX task detected en error. If the error occurred during POSIX task initialization then EMS will not be available to rules applications. If the error occurred while processing an EMS request then the request is aborted and the rule is notified of the error. The message displays the UNIX System Service call that failed and the errno for the error.
For more information about errno values, refer to the IBM z/OS UNIX System Services Messages and Codes. The description of the errno may indicate a system limit has been exceeded or an incorrect setting of a system services parameter. Otherwise contact TIBCO Support.
S6BPX006E
POSIX task thread error at #; # is an invalid request code
POSIX ON support for EMS
A service thread in the POSIX task has detected a bad request code. The EMS request was aborted.
Contact TIBCO support.
S6BPX007E
POSIX task thread termination error at #; ; failed with errno #
POSIX ON support for EMS
Termination of the POSIX task failed. A UNIX system service failed. Execution Environment termination will continue.
For more information about errno values, refer to the IBM z/OS UNIX System Services Messages and Codes. The description of the errno may indicate a system limit has been exceeded or an incorrect setting of a system services parameter. Otherwise contact TIBCO Support.
S6BPX008E
POSIX task intialization error at #; # failed with errno=#
POSIX ON support for EMS
POSIX task initialization failed. EMS will not be available for rules applications.
For more information about errno values, refer to the IBM z/OS UNIX System Services Messages and Codes. The description of the errno may indicate a system limit has been exceeded or an incorrect setting of a system services parameter. Otherwise contact TIBCO Support.
S6BPX009E
POSIX task termination error at #; # failed with errno=#
POSIX ON support for EMS
POSIX task termination failed. Execution Environment termination will continue.
For more information about errno values, refer to the IBM z/OS UNIX System Services Messages and Codes. The description of the errno may indicate a system limit has been exceeded or an incorrect setting of a system services parameter. Otherwise contact TIBCO Support.
S6BPX010E
POSIX task run request error at #; # failed with errno=#
POSIX ON support for EMS
An UNIX System Services error was detected while processing a POSIX task request. The request will be aborted and the rule requesting rule notified of the error.
For more information about errno values, refer to the IBM z/OS UNIX System Services Messages and Codes. The description of the errno may indicate a system limit has been exceeded or an incorrect setting of a system services parameter. Otherwise contact TIBCO Support
S6BPX012E
POSIX task intialization error at #; failed to create a $SAVE area
POSIX ON support for EMS
Initialization of the POSIX task failed. Interfaces like EMS will not be available to rule applications.
Check whether a sufficient region size was specified for the job step. Otherwise contact TIBCO Support.
S6BPX013E
POSIX task run request error at #; Queue Mananer call failed with RC=#
POSIX ON support for EMS
An error was detected when the result of a POSIX task request was sent to the calling rule.
The hung session maybe killed and resources released by the cancel user command for the Execution Environment or Data Object Broker. Contact TIBCO Support.
S6BPX014E
POSIX task initialization error; Set of error resume point failed with feedback code #
POSIX ON support for EMS
Resume point for errors in a POSIX task worker thread could not be established. Initialization for the thread terminated.
Contact TIBCO support.
S6BPX015E
POSIX task initialization error; Creation of error handler failed with feeback code #
POSIX ON support for EMS
Error handler could not be created for a POSIX task thread. The thread was terminated.
Contact TIBCO support.
S6BPX016E
POSIX task initialization error; Set of host and wire encoding failed failed with status code #
POSIX ON support for EMS
POSIX task could not set the host and wire encoding for the EMS interface. EMS is unavailable for rule applications.
Verify that code page name used by the Execution Environment parameter, EMSWIRECODEPAGE, is a valid code page. The name must be a valid IBM ICONV code page name for your MVS system.
S6BPX100E
EMS initialization failed: Return code #, Reason code #
POSIX ON support for EMS
The initialization failed for an external TIBCO supplied API. It will be disabled for the life of the Execution Environment.
A return code of 4 with a reason code 4 indicates a failure to load the EMS interface code S6BDRPSX. Check the installation of EMS support. A return code of 8 with a return code of 0 indicates that TASKPOSIXNUM is set to 0. Set TASKPOSIXNUM to 1 and retry. For any other values contact TIBCO support.
S6BPX101E
EMS is not supported
POSIX ON support for EMS
TIBCO EMS is not supported in this Execution Environment.
Modify the EMS API parameters TASKPOSIXNUM and THREADPOSIXNUM or the EMS API parameter EMSWIRECODEPAGE as required.
S6BPX102E
EMS function ";" failed: Reason code is #
POSIX ON support for EMS
The EMS function failed with the reason code listed.
Keep any logs and dumps produced for this failure and report this error to TIBCO support.
S6BPX103E
EMS function name conversion failed
POSIX ON support for EMS
The routine name coded as argument of the shareable tool S6BCALL or S6BFUNCTION could not be converted to a valid variable length string.
Correct the routine name supplied
S6BPX104E
EMS function ";" not supported
POSIX ON support for EMS
The routine name supplied is not supported by either the S6BCALL or the S6BFUNCTION shareable tool.
Correct the function name.
S6BPX105E
Incorrect number of arguments for shareable tool ";"
POSIX ON support for EMS
The number of arguments supplied to the shareable tool is not correct for the function being invoked.
Correct the argument list for the shareable tool
S6BPX106E
EMS prior initialization attempt failed: Return code #, Reason code #
POSIX ON support for EMS
See the explanation for message: EMS initialization failed: Return code #, Reason code #
See the action for message: EMS initialization failed: Return code #, Reason code #
S6BPX107E
Routine ";" cannot be object of ";"
POSIX ON support for EMS
The routine cannot be invoked by this shareable tool. Either the routine returns a value and is being invoked using shareable tool S6BCALL or the routine does not return a value and is being invoked by S6BFUNCTION.
Use the correct shareable tool to invoke the routine.
S6BPX201E
Mismatch between EMSWIRECODEPAGE and national language settings
POSIX ON support for EMS
The value of the parameter EMSWIRECODEPAGE must be either UTF-8 or match the code page name in the ASCII occurrence of @NLS1, if present, or ISO8859-1 (the default), if not present.
Correct the value of the EMSWIRECODEPAGE parameter.

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