 |
» |
|
|
|
Error messages may be returned by the APPC subsystem when
the node manager issues an APPCCONTROL command. These messages are returned to the terminal
from which the command is issued. Some error messages are generated
by the NMDUMP utility, which is used to format the APPC subsystem
internal trace and the LU 6.2 API/XL user trace.  |  |  |  |  | NOTE: Some syntax checking is done by the Native Mode Command Interpreter,
so some syntax errors might generate MPE XL Command Interpreter
error messages as well. |  |  |  |  |
MESSAGE: SUCCESSFUL COMPLETION. | |
MESSAGE: Invalid character selection.
(APPCERR 901) | CAUSE: An invalid character has been selected when choosing
a trace type or a control block index. The APPC subsystem trace
formatter reprompts for a valid selection. ACTION: When selecting a trace type, enter an integer
of 1 (internal trace) or 2 (user trace). When selecting a control
block index, enter an integer from 0 through 99999. |
MESSAGE: Invalid trace selection. (APPCERR
902) | CAUSE: An invalid trace formatting type has been selected.
The APPC subsystem trace formatter reprompts for a valid selection. ACTION: Select either 1 (internal trace) or 2 (user trace). |
MESSAGE: APPC is unable to write to
$STDLIST file. FS Error: errornum. (APPCERR 903) | CAUSE: The APPC trace formatter failed to write to the
$STDLIST file passed to it from NMDUMP. ACTION: Check that $STDLIST, if redirected when running
NMDUMP, is equated properly to an existing MPE file or that the NEW option is specified in the RUN command. See the MPE XL Intrinsics Reference Manual for
the exact meaning of the FWRITE error indicated by errornum. |
MESSAGE: APPC is unable to read from
$STDIN file. FS Error: errornum. (APPCERR 904) | CAUSE: The APPC trace formatter failed to read from the
$STDIN file passed to it from NMDUMP. ACTION: Check that $STDIN, if redirected when running
NMDUMP, is equated properly to an existing MPE text file. See the MPE
XL Intrinsics Reference Manual for the exact meaning
of the FREAD error indicated by errornum. |
MESSAGE: APPC failed to read message
#messagenum in set #setnum of NMCAT.PUB.SYS. (APPCERR 905) Intrinsic
Error Number: errornum. | CAUSE: The APPC subsystem failed to read the specified
message in the specified set of NMCAT.PUB.SYS. ACTION: The intrinsic error number indicates the CATREAD intrinsic return code for failure to read the
catalog. See the MPE XL Intrinsics Reference Manual to
determine the meaning of the CATREAD failure. |
MESSAGE: Invalid TCB index selection.
(APPCERR 906) | CAUSE: A TCB index bigger than the allowable maximum
value has been selected. A TCB index cannot be greater than a five-digit
integer. The APPC subsystem trace formatter reprompts for a new
value. ACTION: Select a TCB index from 0 through 99999. |
MESSAGE: Invalid RCB index selection.
(APPCERR 907) | CAUSE: An RCB index bigger than the allowable maximum
value has been selected. An RCB index cannot be greater than a five-digit
integer. The APPC subsystem trace formatter reprompts for a new
value. ACTION: Select an RCB index from 0 through 99999. |
MESSAGE: Invalid SCB index selection.
(APPCERR 908) | CAUSE: An SCB index bigger than the allowable maximum
value has been selected. An SCB index cannot be greater than a five-digit
integer. The APPC subsystem trace formatter reprompts for a new
value. ACTION: Select an SCB index from 0 through 99999. |
MESSAGE: MISSING REQUIRED PARAMETER.
(APPCERR 1001) | |
MESSAGE: INVALID APPCCONTROL COMMAND
OR PARAMETER. (APPCERR 1002) | |
MESSAGE: PARAMETER STRING LENGTH TOO
LONG. (APPCERR 1003) | |
MESSAGE: TOO MANY PARAMETERS SPECIFIED.
(APPCERR 1004) | |
MESSAGE: SYNTAX ERROR — TYPE
'APPCCONTROL HELP' FOR SYNTAX. (APPCERR 1005) | |
MESSAGE: REDUNDANT PARAMETER. (APPCERR
1006) | CAUSE: A parameter has been used more than once. ACTION: Retype the command, leaving out the duplicated
parameter. |
MESSAGE: MISSING PARAMETER AFTER EQUAL
SIGN. (APPCERR 1007) | CAUSE: A parameter was specified, but no value was assigned
to it, or there was a syntax error in the command line. ACTION: Retype the command with the assigned value, or
check the syntax by typing APPCCONTROL HELP. |
MESSAGE: MISSING OR INVALID DELIMITER — USE ";" AS DELIMITER.
(APPCERR 1008) | |
MESSAGE: PARAMETER OUT OF BOUNDS IN
PROGRAMMATIC INTERFACE. (APPCERR 1009) | CAUSE: Programmatic interface detected a parameter out
of bounds. ACTION: Call your HP representative. |
MESSAGE: NM CAPABILITY REQUIRED. (APPCERR
1010) | CAUSE: A user without NM capability issued a command
that requires NM capability. ACTION: Assign NM capability to the user, or log on to
another user that has NM capability |
MESSAGE: INVALID ERROPT — [SYS
OR SUB]. (APPCERR 1011) | CAUSE: Incorrect value assigned to the ERROPT parameter of the APPCCONTROL START command. ACTION: Retype the command with the correct ERROPT value. If you need help, check the syntax of this
command by typing APPCCONTROL HELP, or refer to Chapter 2 “Interactive Control Operator Commands” of this
manual. |
MESSAGE: INVALID TRACEON — [
YES OR NO ]. (APPCERR 1012) | |
MESSAGE: INVALID TFILESIZE — [
0 TO 32767 ]. (APPCERR 1013) | CAUSE: Incorrect value assigned to the TFILESIZE parameter of the APPCCONTROL START command. ACTION: Retype the command with a valid TFILESIZE value. If you need help, check the syntax of this
command by typing APPCCONTROL HELP, or refer to Chapter 2 “Interactive Control Operator Commands” of this
manual. |
MESSAGE: INVALID PERFORMANCEON — [
YES or NO ]. (APPCERR 1014) | CAUSE: An incorrect value was specified in the PERFORMANCEON parameter of the APPCCONTROL START command. ACTION: Specify YES or NO. Check the syntax of this command by typing APPCCONTROL HELP, or see Chapter 2 “Interactive Control Operator Commands” of this manual. |
MESSAGE: INVALID OR UNCONFIGURED SESSION
TYPE NAME (APPCERR 1015) | CAUSE: Session type name specified in the STYPE parameter of the APPCCONTROL SESSIONS, APPCCONTROL PERFORMANCE, or APPCCONTROL STATUS command is not configured or is not recognized. ACTION: Determine which session types are configured by
issuing the APPCCONTROL STATUS command. If necessary, shut down the APPC subsystem to
update the configuration file. |
MESSAGE: INVALID SESSION LIMIT OR SUBSYSTEM'S
LIMIT EXCEEDED (APPCERR 1016) | CAUSE: Session limit specified in the LIMIT parameter of the APPCCONTROL SESSIONS command is greater than the number currently allowed. ACTION: You could receive this message because you tried
to exceed the maximum number of sessions that the APPC subsystem
can support, or because you exceeded the number of sessions configured
for this session type. Check the number of active sessions and the
configured session limit for the session type by issuing the APPCCONTROL STATUS command. |
MESSAGE: INVALID STOP_TYPE — [
K, P, OR Q ]. (APPCERR 1017) | |
MESSAGE: VERSION NUMBER MISMATCH DETECTED. (APPCERR 1030) | CAUSE: Type APPCCONTROL VERSION to verify the version mismatch. Call your HP representative. ACTION: Version mismatch detected between the modules. |
MESSAGE: MISSING REQUIRED APPC SUBSYSTEM
MODULE (APPCERR 1031) | CAUSE: A required file has not been installed on the
subsystem. ACTION: Issue the APPCCONTROL VERSION command to determine which software modules are installed
on the system, and save the output to a file. Call your HP representative. |
MESSAGE: INVALID APPC SUBSYSTEM MODULES
INSTALLED (APPCERR 1032) | CAUSE: APPC subsystem detected NM return code 105 during
version checking. ACTION: Issue the APPCCONTROL VERSION command, and save the output to a file. Call your HP
representative. |
MESSAGE: INVALID APPC SUBSYSTEM CONFIGURATION. (APPCERR
1034) | CAUSE: The APPC subsystem detected an error trying to
validate the configuration file during subsystem startup. ACTION: Run NMMGR and validate the APPC subsystem. Note
and correct any errors. If the problem persists, contact your HP representative. |
MESSAGE: UNABLE TO OPEN NMCONFIG FILE.
(APPCERR 1035) | CAUSE: The APPC subsystem is unable to open the NMCONFIG.PUB.SYS file. ACTION: Restart the APPC subsystem. If the same message
is returned, call your HP representative. |
MESSAGE: UNABLE TO CLOSE NMCONFIG FILE.
(APPCERR 1036) | CAUSE: The APPC subsystem is unable to close the NMCONFIG.PUB.SYS file. ACTION: Restart the APPC subsystem. If the problem still
exists, call your HP representative. |
MESSAGE: CONFIGURATION ERROR. (APPCERR
1037) | CAUSE: The APPC subsystem detected an error return code
from the NMCONF call of Node Management Services. ACTION: Check the configuration of the APPC subsystem. |
MESSAGE: UNABLE TO OPEN SUBSYSTEM CATALOG
FILE. (APPCERR 1038) | CAUSE: The APPC subsystem is unable to open the catalog
file CATAPPC.APPC.SYS. ACTION: Type LISTF CATAPPC.APPC.SYS to see if the file exists. Call your HP representative. |
MESSAGE: UNABLE TO CLOSE SUBSYSTEM
CATALOG FILE. (APPCERR 1039) | CAUSE: The APPC subsystem is unable to close the catalog
file CATAPPC.APPC.SYS. ACTION: Type LISTF CATAPPC.APPC.SYS to see if the file exists. Call your HP representative. |
MESSAGE: NMLOG FILE OPEN FAILED. (APPCERR
1040) | CAUSE: The APPC subsystem is unable to open the Node
Management Log File. ACTION: Check the logging class configuration in NMMGR. |
MESSAGE: NMLOG FILE CLOSE FAILED. (APPCERR
1041) | CAUSE: The APPC subsystem is unable to close the Node
Management Log File. ACTION: Check the logging class configuration in NMMGR. |
MESSAGE: TRACE FILE OPEN FAILED. (APPCERR
1042) | CAUSE: The APPC subsystem is unable to create the APPC
internal trace file. ACTION: Restart the APPC subsystem. If the problem still
exists, call your HP representative. |
MESSAGE: TRACE FILE CLOSE FAILED. (APPCERR
1043) | CAUSE: The APPC subsystem is unable to close the APPC
internal trace file. ACTION: Restart the APPC subsystem. If the problem still
exists, call your HP representative. |
MESSAGE: UNABLE TO CREATE APPC DUMP
FILE. (APPCERR 1044) | CAUSE: A file could not be created to dump the APPC data
structures. ACTION: Verify that there is enough disk space to build
the dump file, and then retry the command. If the problem still
exists, call your HP representative. |
MESSAGE: UNABLE TO OPEN APPC DUMP FILE.
(APPCERR 1045) | CAUSE: The APPC dump file could not be opened. ACTION: Verify that the capabilities for the APPC.SYS group and account are correct and that there is
enough disk space on the system. Then retry the command. If the
problem still exists, call your HP representative. |
MESSAGE: UNABLE TO CREATE RESOURCE
MANAGER AT SUBSYSTEM STARTUP. (APPCERR 1046) | CAUSE: The APPC subsystem detected an error trying to
create the Resource Manager process during subsystem startup. ACTION: Verify that the program file RM.APPC.SYS exists and that the capabilities and access privileges
for the APPC.SYS group and account are correct. If the problem
still exists, contact your HP representative. |
MESSAGE: UNABLE TO CREATE COPR TP AT
SUBSYSTEM STARTUP. (APPCERR 1047) | CAUSE: The APPC subsystem detected an error trying to
create the Control Operator TP process during subsystem startup. ACTION: Verify that the program file COPRTP.APPC.SYS exists and that the capabilities and access privileges
for the APPC.SYS group and account are correct. If the problem
still exists, contact your HP representative. |
MESSAGE: UNABLE TO CREATE CNOS TP AT
SUBSYSTEM STARTUP. (APPCERR 1048) | CAUSE: The APPC subsystem detected an error trying to
create the Change Number of Sessions (CNOS) TP process during subsystem startup. ACTION: Verify that the program file CNOSTP.APPC.SYS exists and that the capabilities and access privileges
for the APPC.SYS group and account are correct. If the problem
still exists, contact your HP representative. |
MESSAGE: RESOURCE MANAGER DETECTED
ERROR DURING SUBSYSTEM STARTUP. (APPCERR 1049) | CAUSE: The Resource Manager detected an error during
subsystem startup. ACTION: Restart the subsystem. If the error still exists,
call your HP representative. |
MESSAGE: COPRTP DETECTED ERROR DURING
SUBSYSTEM STARTUP. (APPCERR 1050) | CAUSE: The Control Operator TP detected an error during
subsystem startup. ACTION: Restart the subsystem. If the error still exists,
call your HP representative. |
MESSAGE: CNOSTP DETECTED ERROR DURING
SUBSYSTEM STARTUP. (APPCERR 1051) | CAUSE: The Change Number of Sessions (CNOS) TP detected
an error during subsystem startup. ACTION: Restart the subsystem. If the error still exists,
call your HP representative. |
MESSAGE: RESOURCE MANAGER ERROR — SESSION DEACTIVATION
FAILED. (APPCERR 1060) | CAUSE: The APPC subsystem detected an error while trying
to deactivate a session after the APPCCONTROL SESSIONS command was issued or the APPCSessions intrinsic was called. ACTION: Call your HP representative. |
MESSAGE: UNABLE TO DUMP APPC TO DUMP
FILE. (APPCERR 1062) | CAUSE: The APPCCONTROL DUMP command did not execute. ACTION: Retry the command. If the problem still exists,
call your HP representative. |
MESSAGE: RESOURCE MANAGER ERROR — CHANGE
SESSIONS FAILED. (APPCERR 1063) | CAUSE: The APPC subsystem detected an internal error. ACTION: Call your HP representative. |
MESSAGE: RESOURCE MANAGER ERROR — SUBSYSTEM SHUTDOWN
FAILED. (APPCERR 1064) | CAUSE: The APPC subsystem detected an internal error
while trying to shut down the APPC subsystem after the APPCCONTROL STOP command was issued. ACTION: Call your HP representative. |
MESSAGE: CONTROL OPERATOR (COPR) INTERNAL
ERROR. (APPCERR 1065) | CAUSE: The COPR TP detected a run-time error. ACTION: Call your HP representative. |
MESSAGE: APPC OBJECT ACCESS ERROR.
(APPCERR 1066) | CAUSE: The Control Operator was unable to access the
APPC KSO. ACTION: Call your HP representative. |
MESSAGE: UNABLE TO OPEN $STDIN. (APPCERR
1067) | CAUSE: The Control Operator was unable to open $STDIN
to read from the terminal. ACTION: Call your HP representative. |
MESSAGE: UNABLE TO OPEN $STDLIST. (APPCERR
1068) | CAUSE: The Control Operator was unable to open $STDLIST
to write output to the terminal. ACTION: Call your HP representative. |
MESSAGE: APPC PERFORMANCE TRACING NOT
ENABLED. (APPCERR 1071) | CAUSE: The APPCCONTROL PERFORMANCE command was issued when APPC performance tracing was
not active. ACTION: Issue the APPCCONTROL PERFORMANCEON command to enable the gathering of performance statistics
before issuing the APPCCONTROL PERFORMANCE command. |
MESSAGE: APPC SUBSYSTEM NOT ACTIVE.
(APPCERR 1072) | CAUSE: The command issued cannot be executed because
the APPC subsystem was not started. ACTION: If you wish to execute the command, do so after
starting up the APPC subsystem with the APPCCONTROL START command. |
MESSAGE: APPC SUBSYSTEM PENDING ACTIVE.
(APPCERR 1073) | CAUSE: The command issued cannot be executed because
the APPC subsystem is in the progress of starting up. ACTION: Check the status of the APPC subsystem and reenter
your command when the subsystem is active. If problems still exist,
call your HP representative. |
MESSAGE: APPC SUBSYSTEM ALREADY ACTIVE.
(APPCERR 1074) | CAUSE: The APPCCONTROL START command was issued (or the APPCStart intrinsic was called) after the APPC subsystem
had already been activated. ACTION: No action necessary. |
MESSAGE: APPC SUBSYSTEM SHUTTING DOWN.
(APPCERR 1075) | CAUSE: An APPCCONTROL START or an APPCCONTROL SESSIONS command was issued after initiation of subsystemn shutdown. ACTION: Check the status of the subsystem and wait until
the subsystem has shut down completely. If the command entered was APPCCONTROL START, re-enter the command. If the command entered was APPCCONTROL SESSIONS, restart the subsystem with APPCCONTROL START, and then reissue the APPCCONTROL SESSIONS command. |
MESSAGE: INVALID OR INACTIVE SESSION
TYPE REQUESTED. (APPCERR 1076) | CAUSE: The command issued cannot be executed because
the requested session type is not in ACTIVE state. ACTION: Use the APPCCONTROL STATUS command to verify the state of the session type. Use APPCCONTROL SESSIONS to activate the session type if it is in a NO
SESS state. |
|