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.) 

7402         MESSAGE    ERROR OCCURRED IN ACD PAIR NUMBER !.  (CIERR
                      7402)

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

7403         MESSAGE    ACD INTERNAL STATUS ! - SUBSYSTEM NUMBER !.
                      (CIERR 7403)

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

8000         MESSAGE    INTERNAL CCB STACK OVERFLOW LIMIT HIT (CIERR
                      8000)

           CAUSE      The internal command control block (CCB) stack
                      exceeded the overflow limit.

           ACTION     Contact your system manager or support
                      representative.

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

8001         MESSAGE    INTERNAL CCB STACK UNDERFLOW (CIERR 8001)

           CAUSE      An underflow condition occurred in the internal
                      command control block (CCB) stack.

           ACTION     Contact your system manager or support
                      representative.

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

8002         MESSAGE    NO USER COMMAND NESTING (CIERR 8002)

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

8003         MESSAGE    NO USER COMMAND NESTING TO PERFORM EXIT (CIERR
                      8003)

           CAUSE      Interrupt error occurred.

           ACTION     Report this error to your system manager.

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

8004         MESSAGE    JOB TABLE CORRUPTED, CANNOT INITIALIZE CCB TABLE.
                      (CIERR 8004)

           CAUSE      Unknown.

           ACTION     Contact your system manager or support
                      representative.

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

8005         MESSAGE    NO CCB FOR PROCESS, CAN NOT ACCESS VALUES. (CIERR
                      8005)

           CAUSE      Either an internal error occurrred, or the command
                      step was requested for a dying or non-existent
                      process.

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

8006         MESSAGE    CANNOT CREATE CCB TABLES AT LOGON INITIALIZATION.
                      (CIERR 8006)

           CAUSE      Unknown.

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

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

8007         MESSAGE    CANNOT CREATE CCB TABLE FOR PROGRAMMATIC
                      COMMANDS. (CIERR 8007)

           CAUSE      Unknown.

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

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

8008         MESSAGE    CAN NOT CLEANUP CCB STACK ENTRIES. (CIWARN 8008)

           CAUSE      Unknown.

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

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

8009         MESSAGE    CAN NOT INITIATE CIDEPTH VARIABLE. (CIERR 8009)

           CAUSE      The PROCINFO intrinsic returned an error which
                      prevented the HPCIDEPTH variable from being
                      initialized.  This can happen when the CI is first
                      created, or when the first programmatic command is
                      entered from a subsystem.

           ACTION     Report this error to your system manager.

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

8100         MESSAGE    QUOTES AROUND THE VARIABLE NAME DO NOT MATCH.
                      (CIWARN 8100)

           CAUSE      An opening quote must be paired with a closing
                      quote of the same kind.

           ACTION     Add a matching closing quote to the quoted part of
                      the command line.

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

8101         MESSAGE    VARIABLE NAME NOT FOUND IN VARIABLE TABLE.
                      (CIWARN 8101)

           CAUSE      This variable has not been added to the variable
                      table, and an attempt is being made to access the
                      variable.

           ACTION     Define the variable using the SETVAR, INPUT, or
                      SETJCW command, and then, reenter the command.

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

8102         MESSAGE    VARIABLE NAME EXCEEDS 255 CHARACTERS. (CIWARN
                      8102)

           CAUSE      Variable names can be from 1 through 255 characters
                      long; evidently, you specified a variable name that
                      is longer that 255 characters.

           ACTION     Make sure there are no delimiters missing in the
                      command line you supplied.  Then, reenter the
                      command and supply a variable name that is not
                      longer than 255 characters.

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

8103         MESSAGE    INVALID CHARACTER IN VARIABLE NAME. (CIWARN 8103)

           CAUSE      Variable names must begin with an alpha character
                      or an underbar ('_').  All other characters can be
                      alphanumeric or the underbar ('_') character.

           ACTION     Start all variable names with an alphabetic
                      character.  Make sure variable names contain only
                      alphanumeric characters and the underbar character
                      ('_').

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

8104         MESSAGE    VARIABLE NAME MUST START WITH ALPHABETIC
                      CHARACTER OR "_".   (CIWARN 8104)

           CAUSE      Variable names must begin with an alpha character
                      or an underbar ('_').  All other characters can be
                      alphanumeric or the underbar ('_') character.

           ACTION     Start all variable names with an alphabetic
                      character.  If the characters are not a variable
                      name, preceed the characters with two exclamation
                      points in order to escape dereferencing.

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

8105         MESSAGE    EXPANDED COMMAND LINE EXCEEDS 279 CHARACTERS.
                      (CIERR 8105)

           CAUSE      After all dereferencing of variables was done, the
                      size of the command line increased so that the
                      number of characters is greater than 279.  This is
                      not allowed.

           ACTION     Reduce size of command line.

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

8106         MESSAGE    VARIABLE NOT FOUND IN VARIABLE TABLE. (CIERR
                      8106)

           CAUSE      The variable has not been set as expected.  The
                      variable name was mistyped.  The user did not
                      expect dereferencing to be attempted on the
                      variable.

           ACTION     Set the variable using the SETVAR, INPUT, or SETJCW
                      command.  To escape dereferencing, preceed the
                      variable name with two exclamation points.

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

8107         MESSAGE    COULD NOT READ FROM SYMBOL TABLE - INTERNAL
                      ERROR. (CIERR 8107)

           CAUSE      Unknown.

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

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

8108         MESSAGE    COULD NOT DELETE VIA SYMBOL TABLE - INTERNAL
                      ERROR. (CIERR 8108)

           CAUSE      Unknown.

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

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

8109         MESSAGE    VALUE STRING MUST BE LESS THAN 256 CHARACTERS.
                      (CIERR 8109)

           CAUSE      A string value is limited to 255 characters.

           ACTION     Reduce size of value string to 255 characters or
                      less.

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

8110         MESSAGE    INVALID VARIABLE NAME. (CIERR 8110)

           CAUSE      Variable names must begin with an alphabetic
                      character or underbar ('_'), and all other
                      characters must be alphanumeric or the underbar
                      ('_') character.  Variable names cannot exceed 255
                      characters.

           ACTION     Make sure variable names adhere to the variable
                      name definition.

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

8111         MESSAGE    VARIABLE NAME EXCEEDS 255 CHARACTERS. (CIERR
                      8111)

           CAUSE      Variable names cannot exceed a length of 255
                      characters.

           ACTION     Make sure variable names adhere to the variable
                      name definition.

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

8112         MESSAGE    INTEGER OVERFLOW. (CIERR 8112)

           CAUSE      An attempt was made to set an integer variable to a
                      value greater than 2,147,483,647.

           ACTION     Make sure the integer variables contain a value in
                      the range of -2,147,483,648 to 2,147,483,647.

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

8113         MESSAGE    INTEGER UNDERFLOW. (CIERR 8113)

           CAUSE      An attempt was made to set an integer variable to a
                      value less than -2,147,483,647.

           ACTION     Make sure the integer variables contain a value in
                      the range of -2,147,483,648 to 2,147,483,647.

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

8114         MESSAGE    UNEXPECTED NIL POINTER ENCOUNTERED. (CIERR 8114)

           CAUSE      Unknown.

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

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

8115         MESSAGE    ASSIGNMENT TO VARIABLE NOT ALLOWED:  READONLY.
                      (CIERR 8115)

           CAUSE      An attempt was made to perform a SETVAR on an HP
                      predifined variable that is read only.

           ACTION     Do not attempt to set a value on an HP predefined
                      read only variable.

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

8116         MESSAGE    NO MATCH FOUND FOR THIS VARIABLE SET. (CIWARN
                      8116)

           CAUSE      A wildcard was used in a variable command.  This
                      message is a warning that no matches were found.

           ACTION     Make sure that wildcarding is not too restrictive
                      for the set of variables that are being searched
                      for.

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

8117         MESSAGE    PERMANENT VARIABLE:  NO DELETION DONE. (CIERR
                      8117)

           CAUSE      An attempt was made to delete an HP predefined
                      variable.

           ACTION     Do not attempt to delete these variables.

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

8118         MESSAGE    ERROR IN EVALUATION OF EXPRESSION. (CIERR 8118)

           CAUSE      An expression within square brackets can not be
                      evaluated.

           ACTION     Check the expression and make sure it is valid.

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

8119         MESSAGE    ERROR. COULD NOT LOCK SYMBOL TABLE . (CIERR 8119)

           CAUSE      Unknown.

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

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

8120         MESSAGE    ERROR. COULD NOT UNLOCK SYMBOL TABLE. (CIERR
                      8120)

           CAUSE      Unknown.

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

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

8121         MESSAGE    COMMAND NUMBER OUT OF RANGE.  NO SUBSTITUTION
                      DONE. (CIWARN 8121)

           CAUSE      Dereferencing the command number from the redo
                      stack failed.  The command number was out of range
                      for the redo history stack.

           ACTION     Perform a LISTREDO command to view the history
                      stack.  Use a command number in the range of the
                      history stack.

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

8122         MESSAGE    SYMBOL TABLE FULL: ADDITION FAILED.  TO CONTINUE,
                      DELETE SOME VARIABLES, OR START A NEW SESSION.
                      (CIERR 8122)

           CAUSE      The table that contains the variable names is full.

           ACTION     Delete some variables or start a new session to
                      clear the table.  Call your support representative.

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

8123         MESSAGE    NO VARIABLES IN THIS SET ARE DELETABLE. (CIWARN
                      8123)

           CAUSE      An attempt was made to use DELETEVAR against a set
                      of HP predefined variables that cannot be deleted.

           ACTION     Make sure that wildcard set is not too restrictive
                      for what you are trying to delete.

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

8124         MESSAGE    NO DELETABLE VARIABLES FOUND FOR THIS SET.
                      (CIWARN 8124)

           CAUSE      An attempt was made to use DELETEVAR against a set
                      of HP predefined variables that cannot be deleted.

           ACTION     Make sure that wildcard set is not too restrictive
                      for what you are trying to delete.

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

8125         MESSAGE    A VARIABLE NAME CANNOT BE A VALID JCW VALUE.
                      (CIERR 8125)

           CAUSE      An attempt was made to set, modify, or delete a
                      reserved word jcw with variable commands.  Reserved
                      words include:  OK, FATAL, WARN, and SYSTEM.

           ACTION     Use jcw commands rather than variable commands; for
                      example SETJCW instead of SETVAR.

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

8126         MESSAGE    JCW VARIABLE RECLASSIFIED AS A STANDARD VARIABLE.
                      (CIWARN 8126)

           CAUSE      A variable of type jcw was modified to a string
                      value, a boolean value, or an integer value outside
                      the range of 0 to 65,535.  The variable has lost
                      its jcw status.

           ACTION     Use SETJCW to reset the jcw to a value in the range
                      of 0 to 65,535.

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

8127         MESSAGE    STANDARD VARIABLE RECLASSIFIED AS A JCW VARIABLE.
                      (CIWARN 8127)

           CAUSE      The SETJCW command was used on an existing variable
                      that was not a jcw variable.  The variable is now a
                      jcw type variable.

           ACTION     If an integer type variable is desired, use SETVAR.
                      Otherwise, leave as jcw type which can contain an
                      integer between 0 to 65,535.

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

8128         MESSAGE    THIS JCW WAS NOT FOUND IN THE VARIABLE TABLE.
                      (CIERR 8128)

           CAUSE      The jcw does not exist.

           ACTION     Use the SHOWJCW command without any parameters to
                      view all variables of the 'jcw' type.

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

8129         MESSAGE    THE EXPANDED STRING VALUE EXCEEDS THE MAXIMUM
                      LENGTH OF 255 CHARACTERS; NO ASSIGNMENT DONE.
                      (CIERR 8129)

           CAUSE      The calling variable intrinsic to obtain string
                      value of variable and array passed was smaller than
                      value.  String value was truncated.

           ACTION     Supply a larger array to return the string value.
                      Maximum size of a string variable is 255
                      characters.

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

8130         MESSAGE    THE MAXIMUM RECURSION LEVEL HAS BEEN EXCEEDED.
                      (CIWARN 8130)

           CAUSE      Variables can be recursively dereferenced up to 30
                      levels.

           ACTION     Limit the recursive dereferencing to less than 31.

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

8131         MESSAGE    THIS COMMAND REQUIRES AT LEAST ONE PARAMETER.
                      (CIERR 8131)

           CAUSE      A required parameter was not supplied.

           ACTION     Make sure that the required parameter is supplied.

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

8132         MESSAGE    DUPLICATE KEYWORD IGNORED. (CIWARN 8132)

           CAUSE      A duplicate keyword was supplied to an intrinsic.
                      The intrinsic failed.

           ACTION     Remove the duplicate keyword from the intrinsic
                      call.

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

8133         MESSAGE    UNRECOGNIZED KEYWORD VALUE. (CIERR 8133)

           CAUSE      A bad keyword value was supplied to an intrinsic.
                      The intrinsic failed.

           ACTION     Correct the keyword value on the intrinsic call.

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

8134         MESSAGE    A VALUE WAS EXPECTED FOR THE VARIABLE. (CIWARN
                      8134)

           CAUSE      A length parameter was passed to an intrinsic call
                      but the buffer to put the value in was not passed.

           ACTION     Supply the buffer keyword and a buffer to the
                      intrinsic call.

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

8135         MESSAGE    EXPECTED AN INTEGER IN THE RANGE 0..65535. (CIERR
                      8135)

           CAUSE      An attempt was made to assign a string or an
                      integer outside the range of 0 to 65,535 to a
                      system jcw.

           ACTION     Do not attempt to reclassify a jcw.  They may
                      contain integer values in the range of 0 to 65,535.

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

8136         MESSAGE    THE VALUE FOR THE VARIABLE IS MISSING. CIERR
                      8136)

           CAUSE      An attempt was made to assign a string or an
                      integer outside the range of 0 to 65,535 to a
                      system jcw.

           ACTION     Do not attempt to reclassify a jcw.  They may
                      contain integer values in the range of 0 to 65,535.

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

8137         MESSAGE    EXPECTED AN INTEGER FOR THE VALUE. (CIERR 8137)

           CAUSE      An attempt was made to set an HP predefined integer
                      variable to something other than an integer value.

           ACTION     Review the variable in the MPE/iX Commands 
                      Reference Manual (32650-90003).  Make sure that the
                      type of the variable value is an integer.

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

8138         MESSAGE    EXPECTED A BOOLEAN FOR THE VALUE. (CIERR 8138)

           CAUSE      An attempt was made to set an HP predefined boolean
                      variable to something other than an boolean value.

           ACTION     Review the variable in the MPE/iX Commands 
                      Reference Manual, (32650-90003).  Only TRUE or
                      FALSE values may be specified for the variable
                      value.

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

8139         MESSAGE    EXPECTED A STRING FOR THE VALUE. (CIERR 8139)

           CAUSE      An attempt was made to set an HP predefined string
                      variable to something other than an string value.

           ACTION     Review the variable in the MPE/iX Commands 
                      Reference Manual, (32650-90003).  Use quotes around
                      the value to specify that the value is a string.

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

8140         MESSAGE    STRING LENGTH IS REQUIRED. (CIERR 8140)

           CAUSE      A call was made to HPCIPUTVAR for a string variable
                      specifying the string value keyword but not the
                      string length keyword.

           ACTION     Specify the string length keyword and key value
                      pair when assigning a string value to a variable
                      through the HPCIPUTVAR intrinsic.

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

8141         MESSAGE    BOUNDS VIOLATION FOR PARAMETER ONE (1). (CIERR
                      8141)

           CAUSE      Not enough room to return the value for the
                      parameter.  Parameter size too small.

           ACTION     Check the parameter size and type against the
                      intrinsic definition.  Make sure the parameter is
                      large enough to contain the value being returned.

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

8142         MESSAGE    BOUNDS VIOLATION FOR PARAMETER TWO (2). (CIERR
                      8142)

           CAUSE      Not enough room to return the value for the
                      parameter.  Parameter size too small.

           ACTION     Check the parameter size and type against the
                      intrinsic definition.  Make sure the parameter is
                      large enough to contain the value being returned.

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



MPE/iX 5.0 Documentation