SDVPD ERROR MESSAGES (3100 - 3458) [ HP SYSTEM DICTIONARY XL UTILITIES-Part 3 SDVPD ] MPE/iX 5.0 Documentation
HP SYSTEM DICTIONARY XL UTILITIES-Part 3 SDVPD
SDVPD ERROR MESSAGES (3100 - 3458)
3100 MESSAGE Unknown SDVPD command (SDERR 3100)
CAUSE The command issued is not a valid SDVPD command.
ACTION Check your command and see if it is one of the SDVPD commands.
--------------------------------------------------------------------------------------
3102 MESSAGE Expecting 'Y' or 'N' answer (SDERR 3102)
CAUSE You entered something other than 'Y' or 'N' at a yes/no
question.
ACTION Answer with 'Y' or 'N' at the question.
--------------------------------------------------------------------------------------
3103 MESSAGE Illegal response to option prompt (SDERR 3103)
CAUSE You entered something other than 'S', 'R', 'N', 'T' at the SDVPD
option prompt.
ACTION Answer with 'S', 'R', 'N', or 'T' at the prompt.
--------------------------------------------------------------------------------------
3104 MESSAGE Command ending period is missing (SDERR 3104)
CAUSE You issued a command without a command ending period.
ACTION Issue the REDO command and attach a command ending period.
--------------------------------------------------------------------------------------
3105 MESSAGE Expecting equal sign (SDERR 3105)
CAUSE An equal sign is missing. The place where SDVPD expects an
equal sign is pointed with '^'.
ACTION Issue the REDO command to insert the equal sign.
--------------------------------------------------------------------------------------
3106 MESSAGE Parameter separating semi-colon missing (SDERR 3106)
CAUSE A command is issued with parameters not properly separated by a
semi-colon.
ACTION Issue the REDO command to insert the semi-colon.
--------------------------------------------------------------------------------------
3107 MESSAGE Superfluous parameters found after command ending period (SDERR
3107)
CAUSE An extraneous token is found after the command ending period.
ACTION Issue the REDO command to delete the token after the command
ending period.
--------------------------------------------------------------------------------------
3108 MESSAGE Found more arguments than command requires (SDERR 3108)
CAUSE An extraneous token is found after a one word command.
ACTION Issue the REDO command to delete the extraneous tokens.
--------------------------------------------------------------------------------------
3109 MESSAGE Mismatched quotes (SDERR 3109)
CAUSE Closing quote not found where expected in quoted password.
ACTION Use REDO command or retype command with correct password.
--------------------------------------------------------------------------------------
3110 MESSAGE Unknown DEFINE parameter (SDERR 3110)
CAUSE A define command is issued with an unrecognizable parameter.
ACTION Check the command you just issued and see if the parameter has
been misspelled.
--------------------------------------------------------------------------------------
3111 MESSAGE Expecting dictionary name (SDERR 3111)
CAUSE The DICTIONARY parameter is specified with no actual dictionary
name.
ACTION Issue the REDO command to insert the dictionary name.
--------------------------------------------------------------------------------------
3112 MESSAGE Expecting scope name (SDERR 3112)
CAUSE The SCOPE parameter is specified with no actual scope name.
ACTION Issue the REDO command to insert the scope name.
--------------------------------------------------------------------------------------
3114 MESSAGE Illegal open mode (SDERR 3114)
CAUSE Value of the OPEN-MODE parameter is not valid.
ACTION Issue the REDO command to replace the value of OPEN-MODE to
either SHARED-UPDATE or EXCLUSIVE-UPDATE.
--------------------------------------------------------------------------------------
3115 MESSAGE Illegal name mode (SDERR 3115)
CAUSE Value of the NAME-MODE parameter is not valid.
ACTION Issue the REDO command to replace the value of NAME-MODE to
either INTERNAL or EXTERNAL.
--------------------------------------------------------------------------------------
3120 MESSAGE Unknown VPLUS parameter (SDERR 3120)
CAUSE A vplus command is issued with an unrecognizable parameter.
ACTION Check the command you just issued and see if the parameter has
been misspelled.
--------------------------------------------------------------------------------------
3121 MESSAGE Expecting Vplus forms file name (SDERR 3121)
CAUSE The FORMSFILE parameter is specified with no actual forms file
name.
ACTION Issue the REDO command to insert the forms file name.
--------------------------------------------------------------------------------------
3122 MESSAGE Illegal sensitivity value (SDERR 3122)
CAUSE The SENSITIVITY VPLUS parameter is assigned an invalid value.
ACTION Issue the REDO command to replace the incorrect value with
either READ, MODIFY, or PRIVATE.
--------------------------------------------------------------------------------------
3123 MESSAGE Expecting ON/OFF switch (SDERR 3123)
CAUSE A VPLUS parameter that requires ON/OFF switch is assigned a
value other than ON or OFF.
ACTION Issue the REDO command to replace the parameter value to ON or
OFF.
--------------------------------------------------------------------------------------
3124 MESSAGE Illegal option specification (SDERR 3124)
CAUSE The OPTION parameter is assigned an illegal value.
ACTION Issue the REDO command to replace the OPTION parameter value to
either PROMPT, SKIP, REPLACE, NEW, or TERMINATE.
--------------------------------------------------------------------------------------
3125 MESSAGE Expecting form name or period (SDERR 3125)
CAUSE The LOAD command is issued with unacceptable separators
embedded.
ACTION Issue the REDO command to format the LOAD command as follows:
LOAD [<form1> ... <formn>]
--------------------------------------------------------------------------------------
3126 MESSAGE Illegal compatibility-level value (SDERR 3126)
CAUSE The COMPATIBILITY-LEVEL parameter of the VPLUS command is
assigned an illegal value.
ACTION Issue the REDO command to replace the COMPATIBILITY-LEVEL
parameter value to either VPLUS-COMPATIBILITY or COMPLETE.
--------------------------------------------------------------------------------------
3127 MESSAGE Illegal character convert option (SDERR 3137)
CAUSE The CHAR parameter of the VPLUS command is assigned an illegal
value.
ACTION Issue the REDO command to replace the CHAR parameter value to
OFF, X, or 9.
--------------------------------------------------------------------------------------
3200 MESSAGE Could not close the dictionary (SDERR 3200)
CAUSE SDClose intrinsic invocation failed.
ACTION Notify the Dictionary Administrator of this problem.
--------------------------------------------------------------------------------------
3201 MESSAGE Could not open the dictionary (SDERR 3201)
CAUSE SDOpen intrinsic invocation failed. Underneath is a list of
possible causes:
Some other user is accessing the dictionary in an incompatible
dictionary open mode. For example, if another user is accessing
the dictionary in the exclusive-update mode, you will be denied
any access to the dictionary.
ACTION Request other users to reopen the dictionary in open modes that
are compatible with yours.
CAUSE The specified dictionary does not exist.
ACTION Make sure that, if a file equate exists for your dictionary
name, it is correct. Then, see if the specified dictionary
exists.
CAUSE The native language of the dictionary data is not same as that
of the utility.
ACTION If the dictionary's native language ID is different from yours,
you cannot open the dictionary. For any future initialization
of dictionaries make sure that the SDINIT utility uses the same
message catalog as your utility's.
CAUSE Some other error.
ACTION Act according to the additional error messages issued. If a
serious problem is suspected, notify the Dictionary
Administrator or the System Manager.
--------------------------------------------------------------------------------------
3202 MESSAGE No dictionary open (SDERR 3202)
CAUSE An attempt was made to load definitions with no dictionary
opened.
ACTION Issue the DEFINE command to open the dictionary, and then load
the definitions.
--------------------------------------------------------------------------------------
3203 MESSAGE Could not open the Dictionary because of invalid scope password
(SDERR 3203)
CAUSE The password entered was not valid for the scope specified.
ACTION Enter the correct password.
--------------------------------------------------------------------------------------
3210 MESSAGE Could not close the forms file (SDERR 3210)
CAUSE Vcloseformf intrinsic invocation failed.
ACTION Notify the Dictionary Administrator or the System Manager of
this problem.
--------------------------------------------------------------------------------------
3211 MESSAGE Could not open the forms file (SDERR 3211)
CAUSE Vopenformf intrinsic invocation failed.
Some other user is accessing the file exclusively.
ACTION Check the file equate, if any, and see if the forms file
actually exists.
CAUSE The specified forms file does not exist.
ACTION Request other users to reopened the forms file with shared
access mode or wait till they are finished.
CAUSE Some other more grave system error.
ACTION Act according to the additional error messages issued. If a
serious problem is suspected, notify the Dictionary
Administrator or the System Manager.
--------------------------------------------------------------------------------------
3212 MESSAGE No forms file open (SDERR 3212)
CAUSE An attempt was made to access the forms file with none opened.
ACTION Issue the VPLUS command to open the forms file and reissue the
command that caused this error.
--------------------------------------------------------------------------------------
3220 MESSAGE Error while opening old SDLOG. Logging disabled (SDERR 3220)
CAUSE 1. The old SDLOG is being accessed by some other user
exclusively.
2. Some other error.
ACTION Since logging is disabled, and SDLOG is not opened at all, you
are not required to take any action. However, if the command
logging is essential for you, exit the program immediately, take
care of the problem, and reenter SDVPD. If a system error is
suspected, notify the System Manager.
--------------------------------------------------------------------------------------
3221 MESSAGE Error while creating new SDLOG. Logging disabled (SDERR 3221)
CAUSE Insufficient disc space.
ACTION Build a small file and equate SDLOG to it. Notify the System
Manager of the insufficient disc space.
CAUSE Some other error.
ACTION Since logging is disabled, and SDLOG is not opened at all, you
are not required to take any action. However, if the command
logging is essential, exit the program, take care of the
problem, and reenter SDVPD. Further, following actions are
suggested:
Use a file equate to equate SDLOG to some other file and try.
If a system error is suspected, notify the Dictionary
Administrator or the System Manager.
--------------------------------------------------------------------------------------
3222 MESSAGE Error while opening old SDOUT. Report defaulting to $STDLIST
(SDERR 3222)
CAUSE Old SDOUT could not be opened. The SDOUT report information
will be output to $STDLIST upon termination of the program.
ACTION Since SDOUT report information is collected and reported to
$STDLIST, you do not have to take any action. However, if the
report information needs to be saved away in a disc file, exit
the program immediately, locate and remedy the problem, and then
reinvoke the program.
--------------------------------------------------------------------------------------
3223 MESSAGE Error while creating new SDOUT. Report defaulting to $STDLIST
(SDERR 3223)
CAUSE Insufficient disc space.
ACTION Build a smaller SDOUT.
CAUSE Some other error.
ACTION Report the error to the Dictionary Administrator or the System
Manager.
--------------------------------------------------------------------------------------
3224 MESSAGE Error while creating temporary SDOUT. SDOUT not opened (SDERR
3224)
CAUSE Disc related error. It is likely that you ran out of disc
space.
ACTION Report the error to System Manager. When this error occurs,
SDOUT is not opened at all, and the program resumes its
processing. Hence, you do not have to take any action, except,
if you need the SDOUT report saved away in a disc file, exit the
program, take care of the problem, and reenter SDVPD.
--------------------------------------------------------------------------------------
3225 MESSAGE Error while setting EOF on message buffer file (SDREDO: SDERR
3225)
CAUSE An MPE file system error is encountered while setting the "end
of file" to the message buffer file. The message buffer file is
used to fetch multi-lined messages from the message catalog.
SDVPD uses the temporary file SDREDO as the message buffer file.
ACTION SDVPD will not be able to access this multi-line message. If a
serious problem is suspected, notify the Dictionary
Administrator or the System Manager.
--------------------------------------------------------------------------------------
3226 MESSAGE Error while reading from message buffer file (SDREDO: SDERR
3226)
CAUSE An MPE file system error is encountered while reading from the
message buffer file.
ACTION SDVPD will immediately processing this multi-line message. If a
serious problem is suspected, notify the Dictionary
Administrator or the System Manager.
--------------------------------------------------------------------------------------
3230 MESSAGE Error while loading above relationship between FORMS FILE and
FORM (SDERR 3230)
CAUSE SDCreateRel intrinisic invocation failed. Check the System
Dictionary intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3231 MESSAGE Error while loading above relationship between FORM and ELEMENT
(SDERR 3231)
CAUSE SDCreateRel intrinsic invocation failed. Check the System
Dictionary intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3240 MESSAGE Error occurred while replacing entity ! (SDERR 3240)
CAUSE An error has been detected while deleting an old entity
definition and creating a new one. Make sure that you have the
modify access to the definition. Check the System Dictionary
intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3241 MESSAGE Scope owner does not have MODIFY access to ! (SDERR 3241)
CAUSE An attempt was made to modify a definition to which you do not
have modify access. Check the System Dictionary intrinsic error
message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3242 MESSAGE Entity name ! invalid (SDERR 3242)
CAUSE The entity name given is not acceptable.
ACTION Make sure that the name does not contain any of the
non-acceptable characters.
--------------------------------------------------------------------------------------
3243 MESSAGE Error while loading FORMS FILE definition for ! (SDERR 3243)
CAUSE SDCreateEnt intrinsic invocation failed. Check the System
Dictionary intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3244 MESSAGE Error while loading FORM definition for ! (SDERR 3244)
CAUSE SDCreateEnt intrinsic invocation failed. Check the System
Dictionary intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3245 MESSAGE Error while loading ELEMENT definition for ! (SDERR 3245)
CAUSE SDCreateEnt intrinsic invocation failed. Check the System
Dictionary intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3246 MESSAGE Error while retrieving old definition for ! element (SDERR
3246)
CAUSE SDGetEnt intrinsic invocation failed. Check the System
Dictionary intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3247 MESSAGE Duplicate internal ELEMENT name ! found in external name mode
(SDERR 3247)
CAUSE When attempting to create the ELEMENT definition, a duplicate
internal name is found. However, because the current name mode
is external, the old definition cannot be retrieved.
ACTION The call to SDGetEnt will be skipped. SDDBD will act according
to the value of the OPTION parameter.
--------------------------------------------------------------------------------------
3248 MESSAGE Duplicate external ELEMENT name ! found in internal name mode
(SDERR 3248)
CAUSE When attempting to create the ELEMENT definition, a duplicate
external name is found. However, because the current name mode
is internal, the old definition cannot be retrieved.
ACTION The call to SDGetEnt will be skipped. SDDBD will act according
to the value of the OPTION parameter.
--------------------------------------------------------------------------------------
3249 MESSAGE Entity ! inaccessible or owned by other scope in other version
(SDERR 3249)
CAUSE The entity exists and you do not have read access to it.
ACTION None necessary. SDVPD will use the OPTION parameter of the
VPLUS command to determine what to do.
CAUSE The entity exists in another version of the current domain and
is owned by a different scope.
ACTION None necessary. SDVPD will use the OPTION parameter of the
VPLUS command to determine what to do.
--------------------------------------------------------------------------------------
3250 MESSAGE Error while retrieving form names (SDERR 3250)
CAUSE Vgetforminfo VPLUS intrinsic invocation failed. Check the VPLUS
intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3251 MESSAGE Error while retrieving forms file information (VGETFILEINFO)
(SDERR 3251)
CAUSE Vgetfileinfo VPLUS intrinsic invocation failed. Check the VPLUS
intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3252 MESSAGE Error while retrieving form information (VGETFORMINFO) (SDERR
3252)
CAUSE Vgetforminfo VPLUS intrinsic invocation failed. Check the VPLUS
intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3253 MESSAGE Error while retrieving field information (VGETFIELDINFO) (SDERR
3253)
CAUSE Vgetfieldinfo VPLUS intrinsic invocation failed. Check the
VPLUS intrinsic error message(s).
ACTION Take action according to the intrinsic error message(s).
--------------------------------------------------------------------------------------
3260 MESSAGE No command to REDO (SDERR 3260)
CAUSE REDO is issued as the first command to the program.
ACTION Do not issue REDO as the first command to SDVPD.
--------------------------------------------------------------------------------------
3261 MESSAGE REDO is not allowed in non-interactive mode (SDERR 3261)
CAUSE REDO is issued in a non-interactive program environment.
Remember that REDO is not allowed in a non-interactive environ-
ment.
ACTION Do not issue REDO in a non-interactive environment.
--------------------------------------------------------------------------------------
3262 MESSAGE Illegal use of REDO (SDERR 3262)
CAUSE The REDO command is issued to edit the command into another
REDO.
ACTION Do not edit your command into "REDO" through REDO.
--------------------------------------------------------------------------------------
3263 MESSAGE Command line out of range. Ignored (SDERR 3263)
CAUSE The +/- REDO subcommand issued results in a line outside of the
bounds of the currently edited command.
ACTION Make sure that the number specified with the +/- subcommand is
within the bounds of the edited command.
--------------------------------------------------------------------------------------
3264 MESSAGE Illegal command after delete. Ignored (SDERR 3264)
CAUSE Only the 'I' subcommand is allowed after the 'D' subcommand.
You issued a series of D's followed by a character other than
'I'.
ACTION Issue the subcommand in a correct format.
--------------------------------------------------------------------------------------
3265 MESSAGE String to insert too long to fit (SDERR 3265)
CAUSE The 'I' subcommand is issued with a string which is too long to
fit into the line being edited.
ACTION Break the line with the 'B' subcommand, and then add the string.
--------------------------------------------------------------------------------------
3266 MESSAGE String to append too long to fit (SDERR 3266)
CAUSE The 'A' subcommand is issued with a string which is too long to
fit into the line being edited.
ACTION Break the line with the 'B' subcommand, and then add the string.
--------------------------------------------------------------------------------------
3267 MESSAGE REDO subcommand is followed by unallowed characters (SDERR 3267)
CAUSE The REDO subcommands that does not take any argument is followed
by other characters.
ACTION Make sure that you did not mean to replace corresponding part of
the command line with the string.
--------------------------------------------------------------------------------------
3268 MESSAGE Move forward/backward command can only have a number following
it (SDERR 3268)
CAUSE The +/- REDO subcommand is issued with a non-numeric argument.
ACTION If you really meant to issue the +/- subcommand, reissue the
subcommand with a correct number following it.
--------------------------------------------------------------------------------------
3270 MESSAGE No help on subject !. Displaying general help instead (SDERR
3270)
CAUSE One of the subject names specified with the HELP command is not
an SDVPD command key word.
ACTION Check the subject name pointed by '^', and see if it is
misspelled.
--------------------------------------------------------------------------------------
3271 MESSAGE Illegal parameter for the MPE command (SDERR 3271). Error
code:!
CAUSE An MPE command is issued with an illegal argument.
ACTION Check the command argument, and see if it is incorrect.
--------------------------------------------------------------------------------------
3272 MESSAGE No such MPE command (SDERR 3272). Error code: !
CAUSE An unknown MPE command is issued.
ACTION Make sure that the command issued can be execute through the
command intrinsic.
--------------------------------------------------------------------------------------
3276 MESSAGE Error occurred while forming the upshift table (SDERR 3276)
CAUSE NLInfo NL intrinsic invocation failed.
ACTION Notify the Dictionary Administrator or the System Manager of the
problem.
--------------------------------------------------------------------------------------
3400 MESSAGE SDVPD version incompatible with that of SD intrinsics (SDERR
3400)
CAUSE The program's version number is different from the intrinsic's
version.
ACTION Notify the Dictionary Administrator of the problem.
--------------------------------------------------------------------------------------
3405 MESSAGE Program aborts due to too many errors (SDERR 3405)
CAUSE The program detected the number of errors specified through the
run-option.
ACTION Check your input and see where the errors have occurred.
--------------------------------------------------------------------------------------
3410 MESSAGE $STDINX open error. Program aborted (SDERR 3410)
CAUSE An error occurred while opening $STDINX.
ACTION If the "STDIN = " clause was issued on the RUN command, see if
the file equated to STDIN actually exists and if the file is not
being exclusively accessed by some other user. If a serious
problem is suspected, notify the Dictionary Administrator or the
System Manager.
--------------------------------------------------------------------------------------
3411 MESSAGE Error while reading from input file. Program aborted (SDERR
3411)
CAUSE A disc error occurred while reading from the program input file.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager of the problem if a serious
problem is suspected.
--------------------------------------------------------------------------------------
3412 MESSAGE Premature EOF reached on input file. Program aborted (SDERR
3412)
CAUSE The EOF is found while reading on the input file.
ACTION Edit SDIN file to correct the problem. Be sure to include the
EXIT command before the EOF.
--------------------------------------------------------------------------------------
3420 MESSAGE Error while writing to SDLOG. Program aborted (SDERR 3420)
CAUSE A disc error occurred while writing to SDLOG.
ACTION Check the file system error message given. See if the disc is
full. If a serious problem is suspected, notify the Dictionary
Administrator or the System Manager.
--------------------------------------------------------------------------------------
3421 MESSAGE Error while closing SDLOG. Program aborted (SDERR 3421)
CAUSE A disc error occurred while closing SDLOG.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious disc error is
suspected.
--------------------------------------------------------------------------------------
3430 MESSAGE Error while reading from SDOUT. Program aborted (SDERR 3430)
CAUSE A disc error occurred while reading from temporary SDOUT to
output the report onto the $STDLIST.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious disc error is
suspected.
--------------------------------------------------------------------------------------
3431 MESSAGE Error while writing to SDOUT. Program aborted (SDERR 3431)
CAUSE A disc error occurred while writing to SDOUT.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3432 MESSAGE Error while closing SDOUT. Program aborted (SDERR 3432)
CAUSE A disc error occurred while closing SDOUT.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3450 MESSAGE Error while opening temporary file SDTMP. Program aborted (SDERR
3450)
CAUSE A disc error occurred while opening SDVPD temporary file, SDTMP.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3451 MESSAGE Error while reading from temporary file SDTMP. Program aborted
(SDERR 3451)
CAUSE A disc error occurred while reading from SDVPD temporary file,
SDTMP.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3452 MESSAGE Error while writing to temporary file SDTMP. Program aborted
(SDERR 3452)
CAUSE A disc error occurred while writing to SDVPD temporary file,
SDTMP.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3453 MESSAGE Error while deleting temporary file SDTMP. Program aborted
(SDERR 3453)
CAUSE A disc error occurred while deleting SDVPD temporary file,
SDTMP.
ACTION Check the file system error message. Notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3454 MESSAGE Error while opening temporary file SDREDO. Program aborted
(SDERR 3454)
CAUSE A disc error occurred while opening SDVPD temporary file,
SDREDO.
ACTION Check the file system error message, and notify the Dictionary
Administrator or the System Manager if a serious error is
suspected.
--------------------------------------------------------------------------------------
3455 MESSAGE Error while reading from temporary file SDREDO. Program aborted
(SDERR 3455)
CAUSE A disc error occurred while reading from temporary file SDREDO.
SDVPD reads from SDREDO when the user enters 'E' or ^Y while in
REDO.
ACTION Check the file system error message, and Check the file system
error message, and notify the Dictionary Administrator or the
System Manager if a serious error is suspected.
--------------------------------------------------------------------------------------
3456 MESSAGE Error while writing to temporary file SDREDO. Program aborted
(SDERR 3456)
CAUSE A disc error occurred while writing to SDVPD temporary file
SDREDO. SDVPD writes to SDREDO when the user issues the REDO
command.
ACTION Check the file system error message, and Check the file system
error message, and notify the Dictionary Administrator or the
System Manager if a serious error is suspected.
--------------------------------------------------------------------------------------
3457 MESSAGE Error while deleting temporary file SDREDO. Program aborted
(SDERR 3457)
CAUSE A disc error occurred while deleting SDVPD temporary file,
SDREDO.
ACTION Check the file system error message, and Check the file system
error message, and notify the Dictionary Administrator or the
System Manager if a serious error is suspected.
--------------------------------------------------------------------------------------
3458 MESSAGE Exceeded maximum number of tries for a valid password. Program
aborted (SDERR 3458)
CAUSE You did not enter a valid password within the maximum number of
tries allowed while in the batch mode.
ACTION Correct the password.
--------------------------------------------------------------------------------------
None. MESSAGE Message catalog (SDCAT.PUB.SYS) open error
CAUSE SDCAT.PUB.SYS message catalog does not exist.
ACTION Notify the Dictionary Administrator.
--------------------------------------------------------------------------------------
None. MESSAGE Message catalog (SDCAT.PUB.SYS) access error
CAUSE SDVPD could not access SDCAT.PUB.SYS.
ACTION Check and see if SDCAT.PUB.SYS is being exclusively accessed by
some other users. If a serious problem is suspected, notify the
System Manager and Dictionary Administrator.
--------------------------------------------------------------------------------------
None. MESSAGE Message catalog (SDCAT.PUB.SYS) illegally formatted
CAUSE SDCAT.PUB.SYS is not in accordance with the NL message catalog
format.
ACTION Notify the Dictionary Administrator of this problem.
--------------------------------------------------------------------------------------
None. MESSAGE Message catalog (SDCAT.PUB.SYS) internal error
CAUSE SDCAT.PUB.SYS contains an internal error.
ACTION Notify the Dictionary Administrator and System Manager of this
problem.
--------------------------------------------------------------------------------------
None. MESSAGE Message catalog access error: set = !, msg = !, err = !
CAUSE An error occurred while attempting to access an SDVPD message.
The message set number is !, message line number is !, and the
NL error code is !.
ACTION Check the message catalog (SDCAT.PUB.SYS) and see if the message
is missing. If a serious problem is suspected, notify the
System Manager.
--------------------------------------------------------------------------------------
None MESSAGE Error while writing to $STDLIST. Program is aborted
CAUSE An error is detected while writing to $STDLIST.
ACTION If the 'STDLIST = ' clause is used at the RUN command, see if
the file equated to $STDLIST is filled up. If a serious problem
is suspected, notify the Dictionary Administrator or the System
Manager.
MPE/iX 5.0 Documentation