HP 3000 Manuals

(CIERR) (contd.) [ MPE/iX Error Messages Manual Volume I ] MPE/iX 5.0 Documentation


MPE/iX Error Messages Manual Volume I

(CIERR) (contd.) 

9998         MESSAGE    ILLEGAL CI FILE NAME. (CIERR 9998)

---------------------------------------------------------------

10002        MESSAGE    TOO MANY PARAMETERS WERE GIVEN FOR THIS COMMAND.
                      (CIERR 10002)

           CAUSE      Evidently, you entered more parameters than were
                      expected by this command.

           ACTION     Examine the command line you entered and look for
                      missing delimiters between parameters you
                      specified.  Then, reenter the command.

---------------------------------------------------------------

10003        MESSAGE    TOO MANY SUBPARAMETERS WERE GIVEN FOR THIS
                      PARAMETER.  (CIERR 10003)

           CAUSE      One of the keyword parameters was given more
                      information than it expected.

           ACTION     Examine the command line you entered and look for
                      missing delimiters between parameters you
                      specified.  Then, reenter the command.

---------------------------------------------------------------

10004        MESSAGE    THIS PARAMETER MUST HAVE A VALUE. (CIERR 10004)

           CAUSE      Evidently, you did not supply to a keyword
                      parameter a value that it expected to receive.

           ACTION     Reenter the command and supply a value to the
                      parameter.

---------------------------------------------------------------

10006        MESSAGE    THIS IS NOT A VALID OPTION FOR THIS COMMAND.
                      (CIERR 10006)

           CAUSE      An option is a keyword that indicates a choice but
                      does not accept a value.  Evidently, you used a
                      keyword parameter but did not supply it a value.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for
                      information on available options and keywords for
                      this command.  Then, reenter the command.

---------------------------------------------------------------

10007        MESSAGE    THIS IS NOT A VALID KEYWORD FOR THIS COMMAND.
                      (CIERR 10007)

           CAUSE      An option is a keyword that indicates a choice but
                      does not accept a value.  Evidently, you used an
                      option parameter and supplied it a value.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for
                      information on available options and keywords for
                      this command.  Then, reenter the command.

---------------------------------------------------------------

10008        MESSAGE    THIS DUPLICATE SPECIFICATION OVERRIDES PREVIOUS
                      SPECIFICATION. (CIWARN 10008)

           CAUSE      The system uses the last specification of a
                      parameter when that parameter is supplied more than
                      once; evidently you entered a keyword multiple
                      times.

           ACTION     Verify that the value associated with the last
                      specification of the parameter is appropriate for
                      your needs.  If not re-enter the command.

---------------------------------------------------------------

10009        MESSAGE     THE PARSER OUTPUT BUFFER HAS OVERFLOWED. (CIERR
                      10009)

           CAUSE      Unknown.

           ACTION     Reenter the command.  If it fails consistently,
                      consult with your system manager or support
                      representative.

---------------------------------------------------------------

10010        MESSAGE    AN INTEGER VALUE BETWEEN -2147483648 AND
                      2147483647 EXPECTED. (CIERR 10010)

           CAUSE      You specified a value, or an expression you
                      supplied evaluated to a value that is outside the
                      range specified (inclusive).

           ACTION     Examine the command line you typed, then, reenter
                      the command.

---------------------------------------------------------------

10011        MESSAGE    THIS VALUE IS NOT VALID FOR THIS PARAMETER.
                      (CIERR 10011)

           CAUSE      The value you supplied to a parameter is not one
                      that is acceptable by that parameter.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for more
                      information.  Then reenter the command.

---------------------------------------------------------------

10012        MESSAGE    INVALID PROMPT STRING CONSTRUCT IN COLUMN !.
                      (CIERR 10012)

---------------------------------------------------------------

10013        MESSAGE    THE ! AND ! PARAMETERS MAY NOT BE SPECIFIED
                      TOGETHER.  (CIERR 10013)

           CAUSE      Evidently, you supplied two contradicting
                      parameters.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for more
                      information.  Then reenter the command.

---------------------------------------------------------------

10014        MESSAGE    SUBPARAMETER # ! OF THE ! PARAMETER IS REQUIRED.
                      (CIERR 10014)

           CAUSE      Evidently, you did not supply a keyword parameter
                      with a required value.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for more
                      information.  Then, reenter the command.

---------------------------------------------------------------

10015        MESSAGE    THE ! PARAMETER IS REQUIRED. (CIERR 10015)

           CAUSE      You did not supply a required parameter.

           ACTION     Reenter the command and supply the parameter.

---------------------------------------------------------------

10016        MESSAGE    ! AND ! MAY NOT BE SPECIFIED TOGETHER. (CIERR
                      10016)

           CAUSE      Evidently, you supplied the command with
                      contradictory or overriding information.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for more
                      information.  Then, reenter the command.

---------------------------------------------------------------

10017        MESSAGE    THIS OPTION HAS BEEN SPECIFIED MORE THAN ONCE.
                      (CIWARN 10017)

           CAUSE      Evidently, you typed the option name more than
                      once.

           ACTION     No action is required.

---------------------------------------------------------------

10020        MESSAGE    SEMANTIC STACK OVERFLOW.  PARSER INTERNAL ERROR.
                      (CIERR 10020)

           CAUSE      Unknown.

           ACTION     Reenter the command.  If it fails consistently,
                      consult with your system manager or support
                      representative.

---------------------------------------------------------------

10021        MESSAGE    SEMANTIC STACK UNDERFLOW.  PARSER INTERNAL ERROR.
                      (CIERR 10021)

           CAUSE      Unknown.

           ACTION     Reenter the command.  If it fails consistently,
                      consult with your system manager or support
                      representative.

---------------------------------------------------------------

10022        MESSAGE    A COMMAND MAY NOT HAVE MORE THAN 9 CONTINUATION
                      LINES.  (CIERR 10022)

           CAUSE      You entered a command that spans more than 9 lines.

           ACTION     Reenter the command and try to fit it on less than
                      9 lines.  If this is not possible, create a command
                      file and execute it to accomplishes the task.

---------------------------------------------------------------

10023        MESSAGE    A COMMAND NAME MAY NOT EXCEED 16 CHARACTERS.
                      (CIERR 10023)

---------------------------------------------------------------

10024        MESSAGE    A COMMAND LINE MAY NOT EXCEED 279 CHARACTERS.
                      (CIERR 10024)

           CAUSE      Evidently, you entered a command that is too long.

           ACTION     Create a command file and execute it to
                      accomplishes the task.  Refer to online Help
                      facility or the MPE/iX Commands Reference Manual, 
                      (32650-90003) for information on command files.

---------------------------------------------------------------

10033        MESSAGE    A CONTROL CHARACTER HAS BEEN DETECTED HERE.
                      (CIERR 10033)

---------------------------------------------------------------

10034        MESSAGE    THIS STRING DOES NOT HAVE A TERMINATOR. (CIERR
                      10034)

---------------------------------------------------------------

10035        MESSAGE    THIS CHARACTER IS NOT A VALID DELIMITER. (CIERR
                      10035)

---------------------------------------------------------------

10036        MESSAGE    EXPECTED A ! TO TERMINATE THIS STRING. (CIERR
                      10036)

           CAUSE      Strings must be enclosed within matching single and
                      double quotes.

           ACTION     Reenter the command and supply matching single and
                      double quotes.

---------------------------------------------------------------

10037        MESSAGE    COMMAND CONTAINS TOO MANY PARAMETERS -- PARSER
                      OVERFLOW.  (CIERR 10037)

           CAUSE      You supplied too many parameters to this command.

           ACTION     Refer to online Help facility or the MPE/iX 
                      Commands Reference Manual, (32650-90003) for
                      information.  Then, reenter the command.

---------------------------------------------------------------

10038        MESSAGE    THE PARSER'S OUTPUT BUFFER HAS OVERFLOWED. (CIERR
                      10038)

           CAUSE      Unknown.

           ACTION     Reenter the command.  If it fails consistently,
                      consult with your system manager or support
                      representative.

---------------------------------------------------------------

10045        MESSAGE    THIS NOT A VALID SUBOPTION FOR THIS OPTION.
                      (CIERR 10045)

---------------------------------------------------------------

10046        MESSAGE    TOO MANY UDC PARAMETERS HAVE BEEN SPECIFIED.
                      (CIERR 10046)

---------------------------------------------------------------

10048        MESSAGE    THE FORMS MESSAGE MUST BE TERMINATED BY A PERIOD.
                      (CIERR 10048)

---------------------------------------------------------------

10049        MESSAGE    PARSER INTERNAL ERROR (CNTL-Y). (CIERR 10049)

           CAUSE      Unknown.

           ACTION     Reenter the command.  If it fails consistently,
                      consult with your system manager or support
                      representative.

---------------------------------------------------------------

10050        MESSAGE    ENCOUNTERED AN UNEXPECTED ERROR. (CIERR 10050)

           CAUSE      Unknown.

           ACTION     Reenter the command.  If it fails consistently,
                      consult with your system manager or support
                      representative.

---------------------------------------------------------------

10051        MESSAGE    ENCOUNTERED AN UNEXPECTED END-OF-LINE. (CIERR
                      10051)

---------------------------------------------------------------

10052        MESSAGE    ENCOUNTERED AN UNEXPECTED LEFT PARENTHESIS.
                      (CIERR 10052)

---------------------------------------------------------------

10053        MESSAGE    ENCOUNTERED AN UNEXPECTED RIGHT PARENTHESIS.
                      (CIERR 10053)

---------------------------------------------------------------

10054        MESSAGE    ENCOUNTERED AN UNEXPECTED COMMA. (CIERR 10054)

---------------------------------------------------------------

10055        MESSAGE    ENCOUNTERED AN UNEXPECTED PERIOD. (CIERR 10055)

---------------------------------------------------------------

10056        MESSAGE    ENCOUNTERED AN UNEXPECTED SLASH. (CIERR 10056)

---------------------------------------------------------------

10057        MESSAGE    ENCOUNTERED AN UNEXPECTED SEMICOLON. (CIERR
                      10057)

---------------------------------------------------------------

10058        MESSAGE    ENCOUNTERED AN UNEXPECTED EQUALS SIGN. (CIERR
                      10058)

---------------------------------------------------------------

10059        MESSAGE    ENCOUNTERED AN UNEXPECTED SPECIAL TOKEN. (CIERR
                      10059)

---------------------------------------------------------------

10060        MESSAGE    ENCOUNTERED AN UNEXPECTED STRING. (CIERR 10060)

---------------------------------------------------------------

10061        MESSAGE    ENCOUNTERED AN UNEXPECTED WORD. (CIERR 10061)

---------------------------------------------------------------

10062        MESSAGE    ENCOUNTERED AN UNEXPECTED CI SYNTAX TOKEN. (CIERR
                      10062)

---------------------------------------------------------------

10063        MESSAGE    ENCOUNTERED AN UNEXPECTED DATA SYNTAX TOKEN.
                      (CIERR 10063)

---------------------------------------------------------------

10064        MESSAGE    ENCOUNTERED AN UNEXPECTED GROUP TOKEN. (CIERR
                      10064)

---------------------------------------------------------------

10065        MESSAGE    ENCOUNTERED AN UNEXPECTED UDC HEADER TOKEN.
                      (CIERR 10065)

---------------------------------------------------------------

10066        MESSAGE    ENCOUNTERED AN UNEXPECTED JS SYNTAX TOKEN. (CIERR
                      10066)

---------------------------------------------------------------

10067        MESSAGE    ENCOUNTERED AN UNEXPECTED LOGON NAME TOKEN.
                      (CIERR 10067)

---------------------------------------------------------------

10068        MESSAGE    ENCOUNTERED AN UNEXPECTED MPE/iX SYNTAX TOKEN.
                      (CIERR 10068)

---------------------------------------------------------------

10069        MESSAGE    ENCOUNTERED AN UNEXPECTED SPECIAL TOKEN. (CIERR
                      10069)

---------------------------------------------------------------

10070        MESSAGE    ENCOUNTERED AN UNEXPECTED UDC SYNTAX TOKEN.
                      (CIERR 10070)

---------------------------------------------------------------

10071        MESSAGE    ENCOUNTERED AN UNEXPECTED VS NAME TOKEN. (CIERR
                      10071)

---------------------------------------------------------------

10072        MESSAGE    ENCOUNTERED AN UNEXPECTED LESS THAN TOKEN. (CIERR
                      10072)

---------------------------------------------------------------



MPE/iX 5.0 Documentation