Operator Messages Manual

Chapter 125 TSE (NonStop TS/MP for NonStopTuxedo Users) Messages

The messages in this chapter are generated by the NonStop Transaction Services/MP (TS/MP) subsystem used by the NonStop Tuxedo system.

NOTE: The NonStop TS/MP subsystem that returns the messages described in this chapter is used only by the NonStop Tuxedo system. This subsystem provides underlying services for NonStop Tuxedo applications. For more information about this subsystem, see the NonStop Tuxedo System Supplement to NonStop TS/MP Manuals.

The NonStop TS/MP software that supports Pathway applications and servers returns operator messages through the PATHWAY subsystem. PATHWAY subsystem messages are described in a separate chapter of this manual.

The subsystem ID displayed by these messages includes TSE as the subsystem name.

NOTE: Negative-numbered messages are common to most subsystems. If you receive a negative-numbered message that is not described in this chapter, see Chapter 15.


1000

*1000* object-name MINPROCESSES LARGER THAN MAXPROCESSES

object-name

the name of the object that is the subject of the message.

Cause  The value specified for the ZMINPROCESSES field in ZTSE-DDL-DEF-DISTRIBUTEDSC is larger than the value for the ZMAXPROCESSES field.

Effect  The command fails.

Recovery  Redefine the value of either of the two fields, then reissue the command.



1001

*1001* object-name, attribute-name, OSS ATTRIBUTE TOO BIG

object-name

the name of the object that is the subject of the message.

attribute-name

the name of the object attribute that caused the problem.

Cause  An Open System Services (OSS) server-class definition contains an attribute for which the specified length exceeds the maximum allowed.

Effect  The command fails.

Recovery  Redefine the value of the OSS field and reissue the command.



1002

*1002* object-name, attribute-name, INVALID OSS PATHNAME

object-name

the name of the object that is the subject of the message.

attribute-name

the name of the object attribute that caused the problem.

Cause  An invalid pathname was specified for an Open System Services (OSS) attribute.

Effect  The command fails.

Recovery  Redefine the pathname for the OSS field and reissue the command.



1003

*1003* object-name, attribute-name, OSS PATHNAME TOO BIG AFTER RESOLVING WITH CWD

object-name

the name of the object that is the subject of the message.

attribute-name

the name of the object attribute that caused the problem.

Cause  The relative pathname specified for an Open System Services (OSS) attribute, when resolved with the current working directory specified for the ZCWD field, exceeds the maximum length allowed.

Effect  The command fails.

Recovery  Redefine either the relative pathname or the ZCWD attribute and reissue the command.



1004

*1004* object-name, attribute-name, OSS PATHNAME IS NOT ABSOLUTE

object-name

the name of the object that is the subject of the message.

attribute-name

the name of the object attribute that caused the problem.

Cause  The pathname specified for an Open System Services (OSS) attribute is not an absolute pathname, or, it does not resolve to an absolute pathname.

Effect  The command fails.

Recovery  Redefine either the relative pathname or the ZCWD attribute and reissue the command.



1005

*1005* SUPERVISOR BACKUP PROCESS INITIALIZED

Cause  A supervisor backup process was created.

Effect  The supervisor process initialization has completed successfully.

Recovery  This is an informational message only; no corrective action is needed.



1006

*1006* SUPERVISOR BACKUP PROCESS CREATION FAILURE. TPC Error error, TPC Detail error-detail

error

error number returned.

error-detail

additional error information.

Cause  An error occurred when the supervisor process tried to create its backup.

Effect  The supervisor process runs without a backup but periodically attempts to create a backup.

Recovery  See the additional information describing the error.



1007

*1007* SUPERVISOR COULD NOT OPEN BACKUP PROCESS, ERROR error

error

error number returned.

Cause  An error occurred when the primary supervisor process tried to open its backup.

Effect  The supervisor process runs without a backup but periodically attempts to create a backup.

Recovery  See the additional information describing the error.



1008

*1008* SUPERVISOR CHECKPOINT FAILURE, ERROR error

error

error number returned.

Cause  An error occurred during the execution of a CHECKPOINT procedure in the supervisor process.

Effect  The supervisor process stops its backup process, if it is running. When possible, the supervisor process starts a new backup process.

Recovery  Recovery is automatically performed; no corrective action is needed.



1009

*1009* SUPERVISOR TAKEOVER BY BACKUP

Cause  The supervisor backup process has taken over processing.

Effect  None; the new supervisor primary process creates a backup process.

Recovery  Informational message only; no corrective action is needed.



1010

*1010* SUPERVISOR BACKUP PROCESS FAILED

Cause  The primary supervisor process detected the failure of its backup process.

Effect  The primary supervisor process creates a new backup process.

Recovery  This is an informational message only; no corrective action is needed.



1011

*1011* UNABLE TO OPEN LOG FILE, ERROR error

error

error number returned.

Cause  The supervisor process detected an error while attempting to open the log file.

Effect  The supervisor process continues to write messages to the system log file.

Recovery  Correct the log file problem.



1012

*1012* TS/MP, STOP REQUEST HAS BEEN ESCALATED

Cause  The stop process has been escalated by the system administrator.

Effect  The stop process continues in a more forceful mode.

Recovery  This is an informational message only; no corrective action is needed.



1013

*1013* REQUEST CANNOT BE SERVICED DURING STOPPING STATE

Cause  The request just submitted could not be serviced because the server class was stopping.

Effect  None.

Recovery  This is an informational message only; no corrective action is needed.



1014

*1014* REQUEST CANNOT BE SERVICED DURING SHUTDOWN

Cause  The request just submitted could not be serviced because a shutdown of the NonStop TS/MP environment was in progress.

Effect  None.

Recovery  This is an informational message only; no corrective action is needed.



1015

*1015* SERVER CLASS server-class-name UNABLE TO START THE CLASS

server-class-name

the name of the SERVER object that is the subject of this message.

Cause  The supervisor process could not create any server process in the specified server class.

Effect  The server class remains in the STOPPED state. Each server process creation failure is reported separately.

Recovery  Correct the server-process or distributor-process creation problem.



1016

*1016* SERVER CLASS server-class-name, OSS PROCESS CREATION FAILURE. OSS ERROR oss-errnum, TPC ERROR error, TPC DETAIL error-detail

server-class-name

the name of the SERVER object that is the subject of this message.

oss-errnum

an error number returned by the OSS server class.

error

error number returned.

error-detail

additional error information.

Cause  An error occurred while the supervisor process was trying to create the specified Open System Services (OSS) server process.

Effect  The server process is not created. If the server class is in the STARTING state, a warning 3000 may occur or the server class fails to start.

If the server class is in the STARTED state, the supervisor continues attempting to create the OSS server process. If repeated failures to create an OSS server process occur, the server class may be moved to an error state.

Recovery  Recovery is automatically performed; no corrective action is needed.

OSS server processes are created by calls to the Guardian PROCESS_SPAWN_ procedure. See the detailed error information in this message for additional information. For information about the PROCESS_SPAWN_ procedure call, see the Guardian Procedure Calls Reference Manual. For information about PROCESS_SPAWN_ codes, see the Guardian Procedure Errors and Messages Manual.



1017

*1017* SERVER CLASS server-class-name, ROUTER COULD NOT OPEN SERVER server-process-name, ERROR error

server-class-name

the name of the SERVER object that is the subject of this message.

server-process-name

the name of the server process in the server class.

error

error number returned.

Cause  An error occurred while the router process was trying to open a server process.

Effect  The router process returns the server process to the supervisor process.

Recovery  The supervisor process stops the server process and creates a new one if necessary. For NonStop Tuxedo management applications, this is an informational message, no corrective action is required.



1018

*1018* SERVER CLASS server-class-name, PRIMARY DISTRIBUTOR COULD NOT OPEN SERVER server-process-name, ERROR error

server-class-name

the name of the SERVER object that is the subject of this message.

server-process-name

the name of the server process in the server class.

error

error number returned.

Cause  An error occurred while the distributor process was trying to open a server process.

Effect  The distributor process returns the server process to the supervisor process.

Recovery  The supervisor process stops the server process and creates a new one if necessary.



1019

*1019* SERVER CLASS server-class-name, SECONDARY DISTRIBUTOR COULD NOT OPEN SERVER server-process-name, ERROR error

server-class-name

the name of the SERVER object that is the subject of this message.

server-process-name

the name of the server process in the server class.

error

error number returned.

Cause  An error occurred when the secondary distributor process tried to open a server process.

Effect  The secondary distributor process returns the server process to the supervisor process. The server process runs without a secondary distributor process open.

Recovery  This is an informational message only; no corrective action is needed.



1020

*1020* SERVER CLASS server-class-name, I/O TO SERVER server-process-name FAILED, ERROR error

server-class-name

the name of the SERVER object that is the subject of this message.

server-process-name

the name of the server process in the server class.

error

error number returned.

Cause  An error occurred during an I/O operation to a server process.

Effect  The distributor process returns the server process to the supervisor process.

Recovery  The supervisor process stops the server process and creates a new one if necessary.



1021

*1021* TSMP, LOG FILE file-name, UNABLE TO WRITE TO LOG, ERROR error

file-name

the name of the log file that is the subject of this message.

error

error number returned.

Cause  A file-system error occurred while the supervisor process was trying to open the specified log file.

Effect  The supervisor process begins logging messages in the system log file.

Recovery  See the Guardian Procedure Errors and Messages Manual for information about the specified file-system error.



1022

*1022* NODE node-name DOES NOT EXIST

node-name

the name of an Expand node specified in a command.

Cause  An Expand node was specified that is not known to the operating system.

Effect  The command is rejected.

Recovery  Reissue the command with the correct node name.



1023

*1023* TOKEN token-name IS NOT ALLOWED FOR THE CONTEXT OF THE COMMAND

token-name

the name of a token specified in a command.

Cause  The command buffer includes a token that is invalid for the command.

Effect  The command is rejected.

Recovery  Remove the invalid token and reissue the command.



1024

*1024* TOKEN VALUE IS NOT ALLOWED FOR THE CONTEXT OF THE COMMAND

Cause  The command buffer contains a token field with an invalid value.

Effect  The command is rejected.

Recovery  Correct the specified token value and reissue the command.



1025

*1025* SERVER CLASS server-class-name, PRIMARY DISTRIBUTOR CREATION FAILURE, TPC ERROR error, TPC DETAIL error-detail

server-class-name

the name of the SERVER object that is the subject of this message.

error

error number returned.

error-detail

additional error information.

Cause  An error occurred when the supervisor process tried to create the primary distributor process.

Effect  The server class remains stopped.

Recovery  Correct the problem and start the server class again.



1026

*1026* SERVER CLASS server-class-name, SECONDARY DISTRIBUTOR CREATION FAILURE, TPC ERROR error, TPC DETAIL error-detail

server-class-name

the name of the SERVER object that is the subject of this message.

error

error number returned.

error-detail

additional error information.

Cause  An error occurred when the supervisor process tried to create the secondary distributor process.

Effect  The server class runs without a secondary distributor process.

Recovery  Correct the problem and start the server class again.



1027

*1027* TS/MP ENVIRONMENT NOT STARTED

Cause  A command was sent to NonStop TS/MP, but the supervisor process for that environment was not running.

Effect  The command is rejected.

Recovery  Start the NonStop TS/MP supervisor process, then reissue the desired command.



1028

*1028* THE REQUESTED FUNCTION IS NOT SUPPORTED

Cause  A command was sent that required a function not supported by this version of NonStop TS/MP.

Effect  The command is rejected.

Recovery  Install a version of NonStop TS/MP that supports the desired function.



1029

*1029* TS/MP CANNOT EXECUTE ON THIS RELEASE OF THE OS

Cause  An attempt was made to start NonStop TS/MP on an operating system running an earlier version than is required by this version of NonStop TS/MP.

Effect  The TS/MP supervisor process terminates.

Recovery  Install the required version of the operating system.



1030

*1030* BACKUP CPU MUST BE DIFFERENT FROM PRIMARY CPU

Cause  The CPU specified for the backup supervisor process was the same as that specified for the primary supervisor process.

Effect  The command is rejected.

Recovery  Reissue the command specifying different CPUs for the primary and backup supervisor processes.



1031

*1031* UNABLE TO TAKE MEMORY DUMP

Cause  The Tandem Failure Data System (TFDS) subsystem reported a failure when trying to take a memory dump.

Effect  The requested memory dump is not taken.

Recovery  Correct the problem in the TFDS subsystem.



1032

*1032* UNABLE TO DUMP DISTRIBUTOR MEMORY

Cause  The Tandem Failure Data System (TFDS) subsystem reported a failure when trying to take a distributor process memory dump.

Effect  The requested memory dump is not taken.

Recovery  Correct the problem in the TFDS subsystem.



1033

*1033* SERVER CLASS server-class-name, DISTRIBUTOR FAILED distributor-name

server-class-name

the name of the SERVER object that is the subject of this message.

distributor-name

the name of the distributor process associated with the named server class.

Cause  The supervisor process detected an internal error in the distributor process.

Effect  The supervisor process restarts the distributor process.

Recovery  This is an informational message only; no corrective action is needed.



1034

*1034* SUPERVISOR, DUMP MEMORY dump-file-name

dump-file-name

the name of the file containing the memory dump.

Cause  A memory dump was performed at operator request or because the ZDUMP field was enabled at the time an internal error occurred.

Effect  Memory has been written to the named dump file.

Recovery  This is an informational message only; no corrective action is needed.



1035

*1035* SERVER CLASS server-class-name, DUMP DISTRIBUTOR distributor-name MEMORY

server-class-name

the name of the SERVER object that is the subject of this message.

distributor-name

the name of the distributor process associated with the named server class.

Cause  A distributor memory dump was performed at operator request or because the ZDUMP field was enabled at the time an internal error occurred.

Effect  The distributor is restarted.

Recovery  This is an informational message only; no corrective action is needed.



2000

*2000* TSMP - STOPPING, POWER stop-mode

stop-mode

the shutdown level specified in the command.

Cause  The supervisor process is responding to a command.

Effect  None.

Recovery  This is an informational message only; no corrective action is needed.



2001

*2001* TSMP - STOPPED

Cause  The supervisor process was stopped in response to a command.

Effect  None.

Recovery  This is an informational message only; no corrective action is needed.



2002

*2002* SERVER CLASS server-class-name STARTED

server-class-name

the name of the SERVER object that is the subject of this message.

Cause  The supervisor process started the specified server class in response to a command.

Effect  The command completed successfully.

Recovery  This is an informational message only; no corrective action is needed.



2003

*2003* SERVER CLASS server-class-name STOPPING, POWER stop-mode

server-class-name

the name of the SERVER object that is the subject of this message.

stop-mode

the stop level specified in the command.

Cause  The supervisor process is responding to a command to stop the specified server class.

Effect  The server class is in the process of being stopped.

Recovery  This is an informational message only; no corrective action is needed.



2004

*2004* SERVER CLASS server-class-name STOPPED

server-class-name

the name of the SERVER object that is the subject of this message.

Cause  The supervisor process stopped the specified server class in response to a stop command.

Effect  The request completed successfully.

Recovery  This is an informational message only; no corrective action is needed.



3000

*3000* SERVER CLASS server-class-name, UNABLE TO CREATE DESIRED NUMBER OF SERVER PROCESSES

server-class-name

the name of the SERVER object that is the subject of this message.

Cause  The supervisor process could not create the requested number of server processes for the named server class.

Effect  The server class moves to the STARTED state with fewer processes than the minimum specified. For distributed server classes, the supervisor still attempts to create new server processes when requested by the distributor process.

Recovery  Correct the problem that is preventing the supervisor process from creating new server processes. Start the server class again to begin new attempts to create server processes.



3001

*3001* NO LOG FILE SPECIFIED

Cause  A log-file name was not specified.

Effect  The supervisor process logs messages on the system log file.

Recovery  Specify a log file.