(THMGERR) [ MPE/iX Error Messages Manual Volume II ] MPE/iX 5.5 Documentation
MPE/iX Error Messages Manual Volume II
(THMGERR)
------------------------------------------------------------
330 MESSAGE Security violation. (THMGRERR 330)
CAUSE The user does not have the privilege level
necessary to execute this command.
ACTION Obtain the necessary privilege level and try again.
-------------------------------------------------------------
331 MESSAGE Failed to open exclusively. (THMGRERR 331)
CAUSE This program is being accessed by someone else at
this time.
ACTION Wait until the program is available for exclusive
access.
-------------------------------------------------------------
333 MESSAGE Cannot deallocate space. (THMGRERR 333)
CAUSE An internal error occurred which will not allow the
program to deallocate space.
ACTION Try the command again.
-------------------------------------------------------------
334 MESSAGE Failed to get the run parameter. (THMGRERR 334)
CAUSE The program failed on access of the ";PARM="
argument of the RUN command.
ACTION Try the command again. Use the CI HELP facility
for the RUN command.
-------------------------------------------------------------
335 MESSAGE HPMYPROGAM failed. (THMGRERR 335)
CAUSE The program call to HPMYPROGRAM intrinsic to get
the program's name failed.
ACTION Exit the program and try again.
-------------------------------------------------------------
336 MESSAGE Trying to open the program a second time.
(THMGRERR 336)
CAUSE More than one access to the program is not allowed.
ACTION Wait until the program is available for exclusive
access.
-------------------------------------------------------------
337 MESSAGE Only one user is allowed to configure thresholds.
(THMGRERR 337)
CAUSE Exclusive access to the configuration data is
required.
ACTION Wait until the program is available for exclusive
access.
-------------------------------------------------------------
338 MESSAGE Threshold Manager must be enabled. (THMGRERR 338)
CAUSE This command requires Threshold Manager to be
enabled.
ACTION Execute the command ENABLEMANAGER and try the
command again.
-------------------------------------------------------------
401 MESSAGE Incomplete command pending on end-of-file.
(THMGRERR 401)
CAUSE The program has encountered EOF on the redirected
output file.
ACTION Create a larger output file and execute command
again.
-------------------------------------------------------------
402 MESSAGE Unable to process the command. (THMGRERR 402)
CAUSE An error occurred while attempting to process a
command.
ACTION Enter the command again.
-------------------------------------------------------------
403 MESSAGE Invalid parameter length. (THMGRERR 403)
CAUSE The input parameter size exceeds the size allowed
for this parameter.
ACTION Use the HELP facility for this command or use the
manual and enter the command again.
-------------------------------------------------------------
404 MESSAGE Command history stack is empty. (THMGRERR 404)
CAUSE An attempt was made to use the REDO facility when
no other commands have executed.
ACTION Enter the command directly.
-------------------------------------------------------------
405 MESSAGE Command not found in command history stack.
(THMGRERR )
CAUSE The requested command was not found in the command
history stack.
ACTION Enter the command directly.
-------------------------------------------------------------
406 MESSAGE Invalid parameter length or composition.
(THMGRERR 406)
CAUSE An error was detected in the argument provided,
either the length is invalid or it is the wrong
type.
ACTION Use the HELP facility for this command or use the
manual and enter the command again.
-------------------------------------------------------------
407 MESSAGE Unrecognized command. (THMGRERR 407)
CAUSE The command entered is not a valid command.
ACTION Use the HELP summary to identify which command it
should be, and enter the command again. The HELP
summary is accessed by issuing the command HELP
without any arguments.
-------------------------------------------------------------
409 MESSAGE This command has no associated functionality.
(THMGRERR 409)
CAUSE An invalid command was entered.
ACTION None.
-------------------------------------------------------------
410 MESSAGE Error in accessing the message catalog. (THMGRERR
410)
CAUSE An error occurred accessing the message catalog for
a particular message.
ACTION Restore the message catalog (TMCATnnn, where nnn is
the native language ID number of the machine) from
backup tapes and continue.
-------------------------------------------------------------
411 MESSAGE Invalid numeric index into command history stack.
(THMGRERR 411)
CAUSE The numeric argument provided with the REDO command
points to an entry that does not exist or that has
been pushed off the top of the stack.
ACTION Enter the command directly.
-------------------------------------------------------------
412 MESSAGE Command name length exceeds 16 characters.
(THMGRERR 412)
CAUSE A command was entered which exceeded the allowable
length for a command.
ACTION Enter the command again and insert spaces between
the comand and the arguments.
-------------------------------------------------------------
413 MESSAGE Insufficient capabilities to execute this
command. (THMGRERR 413)
CAUSE The user does not have the required privilege level
to execute this command.
ACTION Obtain the privilege level required to execute this
command and try again.
-------------------------------------------------------------
414 MESSAGE A required parameter was not specified in
command. (THMGRERR 414)
CAUSE A required parameter is missing from the command
input.
ACTION Use the HELP facility for this command or use the
manual and enter the command again.
-------------------------------------------------------------
415 MESSAGE This parameter can consist of numeric characters
only. (THMGRERR 415)
CAUSE A non-numeric character was entered for a numeric
value.
ACTION Enter the command again with a valid numeric value.
-------------------------------------------------------------
416 MESSAGE Depth of command stack can only be in the range 1
to 100. (THMGRERR 416)
CAUSE An attempt was made to create a history stack
greater than 100 or less than 1.
ACTION None.
-------------------------------------------------------------
417 MESSAGE Invalid key specified with REDO command.
(THMGRERR 417)
CAUSE An invalid key was entered during a REDO of a
previous command.
ACTION Enter the command again.
-------------------------------------------------------------
418 MESSAGE Command only valid in interactive mode. (THMGRERR
418)
CAUSE A command was entered in a job, but it can only be
executed during an interactive session.
ACTION Execute the command after logging on interactively.
-------------------------------------------------------------
420 MESSAGE Invalid command edit operation. (THMGRERR 420)
CAUSE There was an invalid input while editing a command
from the REDO history stack.
ACTION Edit the command again.
-------------------------------------------------------------
501 MESSAGE Unexpected error returned from FFILEINFO
intrinsic. (THMGRERR 501)
CAUSE An internal error occurred while attempting to get
information on a file.
ACTION Check the file system errors and correct the error.
Enter the command again.
-------------------------------------------------------------
502 MESSAGE Unable to close the INPUT file. (THMGRERR 502)
CAUSE An error occurred during the FCLOSE of the input
file.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
503 MESSAGE Unable to close the OUTPUT file. (THMGRERR 503)
CAUSE An error occurred during the FCLOSE of the output
file.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
504 MESSAGE Unexpected error occurred during INPUT file I/O.
(THMGRERR 504)
CAUSE An error occurred during access of the input file.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
505 MESSAGE Unexpected error occurred during OUTPUT file I/O.
(THMGRERR 505)
CAUSE An error occurred during output of the output file.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
506 MESSAGE Unexpected error occurred during $STDIN input
operation. (THMGRERR 506)
CAUSE An error occurred accessing the $STDIN system file.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
507 MESSAGE Unexpected error occurred during the $STDLIST
output. (THMGRERR 507)
CAUSE An error occurred accessing the $STDLIST system
file.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
508 MESSAGE Unexpected error from FCONTROL intrinsic with
INPUT file. (THMGRERR 508)
CAUSE An error occurred accessing the input file using
the FCONTROL intrinsic.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
509 MESSAGE Unexpected error from FGETINFO intrinsic.
(THMGRERR 509)
CAUSE An error occurred with the FGETINFO intrinsic
during file access.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
510 MESSAGE File type is not ASCII. (THMGRERR 510)
CAUSE Either the input file or the output file is not an
ASCII file.
ACTION Make sure that the offending file is an ASCII file.
-------------------------------------------------------------
511 MESSAGE Invalid file record size. (THMGRERR 511)
CAUSE Either the input file or the output file record
size is not valid.
ACTION Make sure the file record size is 256 characters or
less.
-------------------------------------------------------------
512 MESSAGE Unexpected error from the PRINTOPREPLY intrinsic.
(THMGRERR 512)
CAUSE An error occurred attempting to notify the console
operator of some event.
ACTION Enter the command again.
-------------------------------------------------------------
513 MESSAGE End-of-file encountered on OUTPUT file. (THMGRERR
513)
CAUSE Encountered end of file condition on the output
file during the execution of a command.
ACTION Increase the size of the output file.
-------------------------------------------------------------
514 MESSAGE End-of-file encountered on INPUT file. (THMGRERR
514)
CAUSE Encountered end of file condition on the input file
during the execution of a command.
ACTION Increase the size of the input file.
-------------------------------------------------------------
515 MESSAGE End-of-file encountered on $STDLIST. (THMGRERR
515)
CAUSE Encountered end of file condition on the $STDLIST
during the execution of a command.
ACTION Exit the program and start the application again.
Recreate the output file with a greater number of
records and try again.
-------------------------------------------------------------
516 MESSAGE Unexpected error from FPOINT intrinsic. (THMGRERR
516)
CAUSE Access of a file via the FPOINT intrinsic resulted
in an error.
ACTION Check the file system errors and correct the error.
Try the command again.
-------------------------------------------------------------
800 MESSAGE Threshold Manager process has already been
created.(THMGRWARN 800)
CAUSE An attempt was made to create the Threshold Manager
process when it was already active.
ACTION The Threshold Manager is already active and no
further action is required.
-------------------------------------------------------------
900 MESSAGE Resource is already in the ENABLED
state.(THMGRWARN 900 )
CAUSE An attempt was made to enable a resource when it
has already been enabled.
ACTION This resource is currently enabled, no further
action is required.
-------------------------------------------------------------
901 MESSAGE Resource is already in the DISABLED
state.(THMGRWARN 901 )
CAUSE An attempt was made to disable a resource after it
has already been disabled.
ACTION This resource is currently disabled, no further
action is required.
-------------------------------------------------------------
902 MESSAGE Global notification has already been ENABLED.
(THMGRWARN 902)
CAUSE An attempt was made to enable Global Notification
while the notification flag was already enabled.
ACTION Since Global Notification is already enabled, no
further action is required.
-------------------------------------------------------------
903 MESSAGE Global notification has already been DISABLED.
(THMGRWARN 903)
CAUSE An attempt was made to disable global notifications
while the notification flag is already disabled.
ACTION Since Global Notification is already disabled, no
further action is required.
-------------------------------------------------------------
904 MESSAGE Threshold Manager has already been ENABLED.
(THMGRWARN 904)
CAUSE An attempt was made to enable Threshold Manager
after it was already enabled.
ACTION The Threshold Manager process is currently enabled,
no further action is required.
-------------------------------------------------------------
905 MESSAGE Threshold Manager has already been DISABLED.
(THMGRWARN 905)
CAUSE An attempt was made to disable Threshold Manager
after it was already disabled.
ACTION The Threshold Manager Process is currently
disabled, no further action is required.
-------------------------------------------------------------
MPE/iX 5.5 Documentation