HP 3000 Manuals

Turbo CONNECT Error Messages [ ALLBASE/Turbo CONNECT Administrator's Guide ] MPE/iX 5.0 Documentation


ALLBASE/Turbo CONNECT Administrator's Guide

Appendix A  Turbo CONNECT Error Messages 

13501        MESSAGE    Invalid TurboIMAGE database access.  TurboIMAGE
                      intrinsic intrinsic number.  (DBERR 13501)

           CAUSE      The TurboIMAGE/XL intrinsic named in the message
                      has returned an error code (-21) indicating a bad
                      password or maintenance word.

           ACTION        1.  Make sure the user logon is a valid Turbo
                             CONNECT user for this TurboIMAGE/XL
                             database, and the password for the user
                             logon is correct.  (Use the DISPLAY USERS
                             command and DBUTIL's SHOW dbname PASSWORDS
                             command.)
                         2.  Verify the user's access to the data set(s)
                             in the query by checking the read/write list
                             for each data set in the TurboIMAGE/XL
                             schema file.
                         3.  If the password and read/write list security
                             are correct, make sure the user is
                             referencing the correct view.  See chapter
                             2, task 3, for information regarding the
                             views that ATCUtil creates, and their
                             correct usage.

13502        MESSAGE    Command not allowed on TurboIMAGE table.  (DBERR
                      13502)

           CAUSE      This command is not supported by Turbo CONNECT.

           ACTION     Do not issue this command against a mapped table.
                      Refer to "Guidelines for ALLBASE/SQL Programmers"
                      in chapter 3 for more information.

13503        MESSAGE    TurboIMAGE database subsystem access has been
                      disabled.  (DBERR 13503)

           CAUSE      Subsystem access of the TurboIMAGE/XL database has
                      been disabled.

           ACTION     Contact your DBA to enable the subsystem access to
                      the TurboIMAGE/XL database.  Refer to the
                      discussion of the DBUTIL SET command in chapter 8
                      of the TurboIMAGE/XL Reference Manual.

13504        MESSAGE    TurboIMAGE database has been disabled for access.
                      (DBERR 13504)

           CAUSE      Access to the TurboIMAGE/XL database has been
                      disabled.

           ACTION     Contact your DBA to enable access to the
                      TurboIMAGE/XL database.  Refer to the discussion of
                      the DBUTIL ENABLE command in chapter 8 of the
                      TurboIMAGE/XL Reference Manual.

13505        MESSAGE    ATC data conversion error error number, error 
                      number, error number, error number.  (DBERR 13505)

           CAUSE      An internal data conversion error has occurred.

           ACTION     Copy down the error numbers and call the HP
                      response center.

13506        MESSAGE    ATC conversion overflow: set data set number,
                      item data item number, column column number, record
                      turboIMAGE record number.  (DBERR 13506)

           CAUSE      Data conversion from TurboIMAGE/XL format to
                      ALLBASE/SQL format resulted in an overflow.

           ACTION     Identify the TurboIMAGE/XL record and the data item
                      that caused the conversion overflow, and use
                      ATCUtil DISPLAY MAP command to find out the current
                      mapping, then either use ATCUtil's UPDATE TYPE
                      command to change the mapping or correct the
                      TurboIMAGE/XL data for that record.

                      The data set number is determined by the set's
                      position in the SETS part of the TurboIMAGE/XL
                      schema.  The data item number is determined by the
                      item's position in the ITEMS part of the
                      TurboIMAGE/XL schema.  The column number is
                      determined by the column's position in the mapped
                      table.  The record number is the record number for
                      the TurboIMAGE/XL data entry causing the conversion
                      overflow.

13507        MESSAGE    Invalid ATC data format: set data set number,
                      item data item number, column column number, record
                      turbo record number.  (DBERR 13507)

           CAUSE      Data conversion from TurboIMAGE/XL format to
                      ALLBASE/SQL format for ZONED data type found an
                      illegal overpunch in the data.

           ACTION     Identify the TurboIMAGE/XL record and the data
                      items that contains the illegal overpunch, and use
                      ATCUtil's DISPLAY MAP command to find out the
                      current mapping, then either use ATCUtil's UPDATE
                      TYPE command to change the mapping or correct the
                      TurboIMAGE/XL data for that record.

                      The data set number is determined by the set's
                      position in the SET part of the TurboIMAGE/XL
                      schema.  The data item number is determined by the
                      item's position in the ITEMS part of the
                      TurboIMAGE/XL schema.  The column number is
                      determined by the column's position in the mapped
                      table.  The record number is the record number for
                      the TurboIMAGE/XL data entry containing the illegal
                      overpunch.

13508        MESSAGE    ATC conversion truncated; set data set number,
                      item data item number, column column number, record
                      turboIMAGE record number.  (DBERR 13508)

           CAUSE      An internal error has occurred.

           ACTION     Copy the numbers down and call the HP response
                      center.

13510        MESSAGE    ATCINFO file needs recovery.  (DBERR 13510)

           CAUSE      The ATCINFO file may be inconsistent.

           ACTION     Use ATCUtil RECOVER command to recover the ATCINFO
                      file.  See chapter 2, task 15, for a discussion of
                      the RECOVER process.

13511        MESSAGE    Update Statistics failed.  ATC error error 
                      number; DBINFO error error number.  (DBERR 13511)

           CAUSE      A call to the TurboIMAGE/XL procedure DBINFO on the
                      data set failed.  The most likely reason is that
                      the user does not have any access to the data set.

           ACTION     Check the TurboIMAGE/XL manual for the DBINFO error
                      number, and make sure the user has read access to
                      the TurboIMAGE/XL data set.  Refer to the
                      discussion of DBINFO modes in chapter 5 of the
                      TurboIMAGE/XL Reference Manual.

13552        MESSAGE    ATC error error number; TurboIMAGE error error 
                      number; TurboIMAGE intrinsic intrinsic number,
                      Auxiliary error error number.  (DBERR 13552)

           CAUSE      The TurboIMAGE/XL intrinsic indicated by the
                      intrinsic number failed.  The auxiliary error
                      number is the lower level subsystem error number,
                      such as the MPE XL file system error number.

           ACTION     Check the TurboIMAGE/XL manual and correct the
                      problem.  For example:
                        ATC error 129; TurboIMAGE error -1; TurboIMAGE
                        intrinsic 401,
                        Auxiliary error 93.  (DBERR 13552)

                      is the result of a DBOPEN failure (intrinsic number
                      401) because the HPFOPEN or FOPEN intrinsic failed
                      with error 93, which means "security violation."
                      The action in this case would be to check and
                      correct the MPE XL group or account level security
                      setup.

                      Error codes returned by each TurboIMAGE/XL
                      intrinsic are documented in chapter 5 of the
                      TurboIMAGE/XL Database Management System Reference 
                      Manual as part of the description of that
                      intrinsic.

13553        MESSAGE    ATC internal error error number, error number,
                      error number, error number.  (DBERR 13553)

           CAUSE      A Turbo CONNECT internal error has occurred.

           ACTION     Copy down the error numbers and call the HP
                      response center.

13554        MESSAGE    ATC internal error error number, error number,
                      error number, error number.  (DBERR 13554)

           CAUSE      A Turbo CONNECT internal error has occurred.

           ACTION     Copy down the error numbers and call the HP
                      response center.

13555        MESSAGE    ATC internal error error number, error number,
                      error number, error number.  (DBERR 13555)

           CAUSE      An Turbo CONNECT internal error has occurred.

           ACTION     Copy down the error numbers and call the HP
                      response center.

Turbo CONNECT Warning Messages 

32051        MESSAGE    Database already attached (ATCWARN 32051).

           CAUSE      Database was already attached, prior to executing
                      the latest ATTACH.

           ACTION     No action is necessary.  This is an advisory
                      message only.

32052        MESSAGE    Database not attached (ATCWARN 32052).

           CAUSE      You attempted to execute a command which requires
                      the database to be attached.

           ACTION     Attach the database and execute the command which
                      gave this warning again.

32059        MESSAGE    Exceeded 3996 bytes. Columns omitted in table 
                      name (ATCWARN 32059).

           CAUSE      The maximum limit of column width in an ALLBASE/SQL
                      table is 3996 bytes.  This limit was exceeded while
                      creating mapped tables, so one or more columns had
                      to be omitted in the definition of mapped table
                      table name.

           ACTION     Restructure the database so that the total length
                      of fields in a data set does not exceed 3996 bytes.

32060        MESSAGE    Exceeded 255 columns.  Columns omitted in mapped 
                      table name (ATCWARN 32060).

           CAUSE      The maximum number of columns in an ALLBASE/SQL
                      table is 255.  This limit was exceeded while
                      creating mapped tables, so one or more columns had
                      to be omitted in the definition of the specified
                      mapped table.

           ACTION     Restructure the database so that the total number
                      of fields in the data set does not exceed 255, or
                      group one or more fields into a compound field.
                      Refer to "Data Entries" in chapter 2 of the
                      TurboIMAGE/XL Reference Manual.

32061        MESSAGE    Mapped number incompatible/imprecise source
                      type(s) (ATCWARN 32061).

           CAUSE      An exact mapping was not found for the specified
                      number of source fields.

           ACTION     No remedial action required.  Use DISPLAY MAP to
                      review all the mappings.

32062        MESSAGE    Mapped number source table/source field name(s)
                      (ATCWARN 32062).

           CAUSE      The specified number of source data set names had
                      to be mapped because characters not allowed by
                      ALLBASE/SQL were encountered.

           ACTION     No remedial action required.  Use DISPLAY MAP to
                      review all the mappings.

32063        MESSAGE    Split number compound source field(s) (ATCWARN
                      32063).

           CAUSE      The specified number of compound source fields have
                      been split into constituent components.

           ACTION     No remedial action is required.  Use the DISPLAY
                      MAP command to review all the mappings.

32066        MESSAGE    Duplicate user name (ATCWARN 32066).

           CAUSE      The user name you specified already exists in the
                      ATCINFO file.

           ACTION     No action is necessary.  This is an advisory
                      message only.

32067        MESSAGE    No database attached to the DBEnvironment
                      (ATCWARN 32067).

           CAUSE      No TurboIMAGE/XL database is attached to the
                      DBEnvironment.

           ACTION     Attach a TurboIMAGE/XL database.

32068        MESSAGE    Warning: command containing a maintenance word
                      has been logged (ATCWARN 32068).

           CAUSE      A command containing a TurboIMAGE/XL or ALLBASE/SQL
                      DBEnvironment maintenance word was logged in
                      ATCLOG.

           ACTION     Secure the ATCLOG file, if security is a concern.

32069        MESSAGE    Warning: command containing a password has been
                      logged (ATCWARN 32069).

           CAUSE      A command containing a TurboIMAGE/XL database
                      password was logged in ATCLOG.

           ACTION     Secure the ATCLOG file, if security is a concern.

File System Error Messages 

32203        MESSAGE    Privileged File Error (ATCERR 32203, FSERR error 
                      number).

           CAUSE      The specified file did not have the expected file
                      code.

           ACTION     Specify the correct file (For example, in the SET
                      TURBODB command, only a TurboIMAGE/XL database name
                      is valid.)

32204        MESSAGE    filename - Non Existent File (ATCERR 32204, FSERR
                      error number).

           CAUSE      The specified file does not exist.

           ACTION     Specify the correct file name.  For further
                      reference, look up the file system error number in
                      the MPE XL Intrinsics Reference Manual.

32205        MESSAGE    filename - Duplicate Permanent File (ATCERR
                      32205, FSERR error number).

           CAUSE      The specified file already exists in the permanent
                      file domain.

           ACTION     Specify a unique file name.

32206        MESSAGE    filename - Duplicate Temporary File (ATCERR
                      32206, FSERR error number).

           CAUSE      The specified file already exists in the temporary
                      file domain.

           ACTION     Specify a unique file name.

32207        MESSAGE    File System Error on filename (ATCERR 32207,
                      FSERR error number).

           CAUSE      A file system error related to the specified file
                      has occurred.

           ACTION     Look up the file system error number in the MPE XL 
                      Intrinsics Reference Manual.

32208        MESSAGE    filename - Security Violation (ATCERR 32208,
                      FSERR error number).

           CAUSE      A MPE XL security violation occurred while doing an
                      operation on the specified file.

           ACTION     Check your group/account capabilities and security
                      access to the specified file.

32209        MESSAGE    filename - FWRITE Error. Condition code is CCL
                      (ATCERR 32209).

           CAUSE      An error occurred when writing to the specified
                      file.

           ACTION     If the specified file is an ATCLOG file, file
                      equate ATCLOG to a different file.  Persistent
                      occurrence of this error should be reported to the
                      HP Response Center.

32210        MESSAGE    filename - End-of-File encountered (ATCERR
                      32210).

           CAUSE      The physical end-of-file has been found in the
                      specified file.  If the ATCLOG file has been
                      edited, this error can occur when ATCUtil attempts
                      to write log records, since some editors
                      automatically insert end-of-file markers.

           ACTION     If this happens with the ATCLOG file, then file
                      equate ATCLOG to a new file and turn the logging
                      on.  If this happens with another file, contact the
                      HP Response Center.

32211        MESSAGE    filename - FREAD Error.  Condition code is CCL
                      (ATCERR 32211).

           CAUSE      An error occurred when reading from the specified
                      file.

           ACTION     Contact the HP Response Center.

32212        MESSAGE    filename - FLOCK Error.  Condition code is CCL
                      (ATCERR 32212).

           CAUSE      Failed to FLOCK the specified file.

           ACTION     Contact the HP Response Center.

32213        MESSAGE    filename - FUNLOCK Error.  Condition code is CCL
                      (ATCERR 32213).

           CAUSE      Failed to FUNLOCK the specified file.

           ACTION     Contact the HP Response Center.

32214        MESSAGE    filename - File being used by ATCUtil (ATCERR
                      32214).

           CAUSE      The specified file is being used by the utility.

           ACTION     This occurs if you try to XEQ a file which is
                      already opened by ATCUtil for logging.  File equate
                      ATCLOG to a different file.

32215        MESSAGE    Cannot close filename (ATCERR 32215, FSERR error 
                      number).

           CAUSE      The specified file could not be closed.

           ACTION     Contact the HP Response Center.

32216        MESSAGE    Error in CATREAD.  Returned status is number 
                      (ATCERR 32216).

           CAUSE      Error in reading a message from the Turbo CONNECT
                      message catalog (ATCUT000.PUB.SYS).

           ACTION     Contact the HP Response Center.

32217        MESSAGE    filename - File name identifier > 8 chars (ATCERR
                      32217).

           CAUSE      The file specified is more than 8 characters long.

           ACTION     Specify a file name less than or equal to 8
                      characters.

32218        MESSAGE    user name - User name identifier > 8 chars
                      (ATCERR 32218).

           CAUSE      The user name specified is more than 8 characters
                      long.

           ACTION     Specify a user name less than or equal to 8
                      characters.

32219        MESSAGE    filename - Group name identifier > 8 chars
                      (ATCERR 32219).

           CAUSE      The group name in the specified file name is more
                      than 8 characters long.

           ACTION     Specify a group name less than or equal to 8
                      characters.

32220        MESSAGE    filename - Account name identifier > 8 chars
                      (ATCERR 32220).

           CAUSE      The account name in the specified file name is more
                      than 8 characters long.

           ACTION     Specify an account name less than or equal to 8
                      characters.

32221        MESSAGE    filename - Cannot set the creator (ATCERR 32221).

           CAUSE      Failed to set the creator for the specified file.

           ACTION     Contact the HP Response Center.

DBCORE Errors 

32301        MESSAGE    Unexpected DBCORE error (ATCERR 32301, DBCORE
                      error number, error number, error number, error 
                      number).

           CAUSE      A DBCORE subsystem error has occurred.

           ACTION     Copy down the error numbers and contact the HP
                      Response Center.

32306        MESSAGE    Cannot read DBECon file (ATCERR 32306, DBCORE
                      error number).

           CAUSE      An error occurred when reading the DBECon file of
                      DBEnvironment.

           ACTION     Contact the HP Response Center.

32307        MESSAGE    Invalid DBECon file (ATCERR 32307, DBCORE error 
                      number).

           CAUSE      The file specified is not a DBECon file.

           ACTION     Check the spelling specified in the SET SQLDBE or
                      DISPLAY TURBODBS command.

Preprocessor Errors 

32351        MESSAGE    ALLBASE/SQL CONNECT command failed (ATCERR
                      32351).

           CAUSE      A preprocessed CONNECT failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32352        MESSAGE    ALLBASE/SQL RELEASE command failed (ATCERR
                      32352).

           CAUSE      A preprocessed RELEASE failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32353        MESSAGE    ALLBASE/SQL CREATE TABLE command failed (ATCERR
                      32353).

           CAUSE      A preprocessed CREATE TABLE failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32354        MESSAGE    ALLBASE/SQL BEGIN WORK command failed (ATCERR
                      32354).

           CAUSE      A preprocessed BEGIN WORK failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32355        MESSAGE    ALLBASE/SQL DROP TABLE command failed (ATCERR
                      32355).

           CAUSE      A preprocessed DROP TABLE failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32356        MESSAGE    ALLBASE/SQL COMMIT WORK command failed (ATCERR
                      32356).

           CAUSE      A preprocessed COMMIT WORK failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32357        MESSAGE    ALLBASE/SQL CREATE VIEW command failed (ATCERR
                      32357).

           CAUSE      A preprocessed CREATE VIEW failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32358        MESSAGE    ALLBASE/SQL ROLLBACK WORK command failed (ATCERR
                      32358).

           CAUSE      A preprocessed ROLLBACK WORK failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32359        MESSAGE    ALLBASE/SQL ADD user TO GROUP command failed
                      (ATCERR 32359).

           CAUSE      A preprocessed ADD user failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32360        MESSAGE    ALLBASE/SQL REMOVE user FROM GROUP command failed
                      (ATCERR 32360).

           CAUSE      A preprocessed REMOVE user failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32361        MESSAGE    ALLBASE/SQL CREATE GROUP command failed (ATCERR
                      32361).

           CAUSE      A preprocessed CREATE GROUP failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32362        MESSAGE    ALLBASE/SQL GRANT SELECT ON table command failed
                      (ATCERR 32362).

           CAUSE      A preprocessed GRANT SELECT failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32363        MESSAGE    ALLBASE/SQL GRANT CONNECT TO user command failed
                      (ATCERR 32363).

           CAUSE      A preprocessed GRANT CONNECT failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

32364        MESSAGE    ALLBASE/SQL REVOKE SELECT FROM table command
                      failed (ATCERR 32364).

           CAUSE      A preprocessed REVOKE SELECT failed.

           ACTION     This message is followed by an ALLBASE/SQL error
                      message.  Refer to the ALLBASE/SQL Message Manual 
                      for more information.

General Errors 

32401        MESSAGE    Unknown Error.  Escapecode - number (ATCERR
                      32401).

           CAUSE      An internal error has occurred..

           ACTION     Contact the HP Response Center.

32402        MESSAGE    Bad Maintenance Word (ATCERR 32402).

           CAUSE      An incorrect maintenance word was supplied.

           ACTION     Supply the correct maintenance word.

32403        MESSAGE    Maintenance word not specified (ATCERR 32403).

           CAUSE      A maintenance word is required, but was not
                      specified.

           ACTION     Specify the maintenance word.

32404        MESSAGE    Non creator access.  Command disallowed (ATCERR
                      32404).

           CAUSE      The command cannot be executed by anyone other than
                      TurboIMAGE/XL database creator.

           ACTION     Have the TurboIMAGE/XL database creator execute the
                      command.

32405        MESSAGE    Column/Table/TurboIMAGE type not found (ATCERR
                      32405).

           CAUSE      The column name, table name, or TurboIMAGE/XL type
                      supplied in SPLIT/UPDATE TYPE does not exist.

           ACTION     Specify the correct information.

32407        MESSAGE    Invalid password (ATCERR 32407).

           CAUSE      The password specified in the ADD/UPDATE USER
                      command could not be associated with any class
                      defined in the database.

           ACTION     Specify the correct password.

32408        MESSAGE    Invalid DBOPEN mode (ATCERR 32408).

           CAUSE      The DPOPEN mode specified in ADD/UPDATE USER
                      command is not valid.

           ACTION     Specify a DBOPEN mode greater than or equal to 5
                      and less than or equal to 8.

32409        MESSAGE    Invalid user name (ATCERR 32409).

           CAUSE      The user name is not in the correct format.

           ACTION     Specify the correct user name format
                      username@accountname.

32410        MESSAGE    Cannot create ATCINFO file (ATCERR 32410, FSERR
                      error number).

           CAUSE      Failed to create the ATCINFO file.  This happens at
                      the very first attach to a SQLDBE, when the ATCINFO
                      file needs to be created.

           ACTION     You should not have a pre-existing file with actual
                      file designator the same as that of ATCINFO. For
                      further reference look up File System error number 
                      in MPE XL Intrinsics Reference Manual.

32411        MESSAGE    Cannot open ATCINFO file (ATCERR 32411, FSERR
                      error number).

           CAUSE      Failed to open the ATCINFO file, due to the
                      specified file system error.

           ACTION     Look up the file system error number in the MPE XL 
                      Intrinsics Reference Manual.

32412        MESSAGE    Cannot purge ATCINFO file (ATCERR 32412, FSERR
                      error number).

           CAUSE      Failed to purge the ATCINFO file, due to the
                      specified file system error.

           ACTION     Look up the file system error number in the MPE XL 
                      Intrinsics Reference Manual.

32413        MESSAGE    Cannot close ATCINFO file (ATCERR 32413, FSERR
                      error number).

           CAUSE      Failed to close the ATCINFO file due to the
                      specified file system error.

           ACTION     Look up the file system error number in the MPE XL 
                      Intrinsics Reference Manual.

32417        MESSAGE    Out of directory space in ATCINFO file (ATCERR
                      32417).

           CAUSE      Too many databases are attached to one SQL
                      DBEnvironment.

           ACTION     Detach one or more databases, or consider attaching
                      the database to a different SQL DBEnvironment that
                      has fewer databases attached to it.

32418        MESSAGE    Out of free space in ATCINFO file (ATCERR 32418).

           CAUSE      Too many databases are attached to one SQL
                      DBEnvironment.

           ACTION     Detach one or more databases.

32419        MESSAGE    Region is busy (ATCERR 32419).

           CAUSE      The current TurboIMAGE/XL database is in use by
                      some other process.

           ACTION     Wait for a while and retry the command.

32421        MESSAGE    ATCINFO procedure error (ATCERR 32421, ATCSTAT
                      error number, FSERR error number).

           CAUSE      An internal error has occurred.

           ACTION     Call the HP Response Center.

32422        MESSAGE    Error in getting ATCU pointer (ATCERR 32422,
                      ATCSTAT error number).

           CAUSE      An internal error has occurred.

           ACTION     Call the HP Response Center.

32423        MESSAGE    Region disabled.  Detach before proceeding
                      (ATCERR 32423).

           CAUSE      A previous command or a system crash caused the
                      information in the ATCINFO file to become unstable.

           ACTION     Detach and then attach the database again, and
                      retry the command.  Caution:  the detaching of a
                      disabled region unmaps all customized mapping.  The
                      detach is required to "clean up" the environment.

32424        MESSAGE    Owner name > 17 chars (ATCERR 32424).

           CAUSE      An owner name longer than 17 characters was
                      specified.

           ACTION     Specify an owner name less than or equal to 17
                      characters.

32425        MESSAGE    Invalid TurboIMAGE type (ATCERR 32425).

           CAUSE      The TurboIMAGE/XL data type specified is not valid.

           ACTION     Specify a valid TurboIMAGE/XL data type.  For
                      further reference, see the TurboIMAGE/XL Database 
                      Management System Reference Manual.

32426        MESSAGE    Invalid Mapping (ATCERR 32426).

           CAUSE      The data type mapping specified in the UPDATE TYPE
                      or SPLIT command is not correct.

           ACTION     Specify a valid mapping; for further reference see
                      chapter 2, tasks 4 and 5.

32427        MESSAGE    Maximum number of columns (255) exceeded (ATCERR
                      32427).

           CAUSE      The maximum number of columns in an ALLBASE/SQL
                      table is 255.  This limit was exceeded while trying
                      to split an item.

           ACTION     Reduce the number of split fields.

32428        MESSAGE    Maximum length of columns (3996 bytes) exceeded
                      (ARCERR 32428).

           CAUSE      The maximum limit of column width in an ALLBASE/SQL
                      table is 3996 bytes.  This limit was exceeded while
                      trying to do SPLIT/UPDATE TYPE.

           ACTION     Make sure that the total width of mapped columns
                      does not exceed 3996 bytes.

32429        MESSAGE    Illegal Mapping - component length mismatch
                      (ATCERR 32429).

           CAUSE      The TurboIMAGE/XL data type length of the source
                      field does not match the total of split (target)
                      fields in the SPLIT command.

           ACTION     Make sure that the total length of split fields is
                      equal to that of the source field.

32430        MESSAGE    TurboIMAGE/XL database name - no subsystem access
                      (ATCERR 32430).

           CAUSE      The subsystem access to TurboIMAGE/XL database has
                      been disabled.

           ACTION     Contact your DBA to enable the subsystem access to
                      the TurboIMAGE/XL database.

32431        MESSAGE    name - Invalid ALLBASE/SQL name (ATCERR 32431).

           CAUSE      The name specified contains illegal characters or
                      has an illegal format.

           ACTION     Specify a legal ALLBASE/SQL name.  For further
                      reference see the ALLBASE/SQL Reference Manual.

32432        MESSAGE    name - Duplicate name (ATCERR 32432).

           CAUSE      The specified name has already been defined.

           ACTION     Specify a unique name.

32434        MESSAGE    MPE status error (ATCERR 32434, MPESTAT error 
                      number, error number).

           CAUSE      An internal error has occurred.

           ACTION     Contact the HP Response Center.

32435        MESSAGE    Syntax Error (ATCERR 32435).

           CAUSE      The command entered is syntactically wrong.

           ACTION     Use the HELP command to see the correct syntax for
                      the command.

32436        MESSAGE    TurboDB not set (ATCERR 32436).

           CAUSE      The SET TURBODB command has not been issued.

           ACTION     Issue a SET TURBODB turbodbname command.

32437        MESSAGE    SQLDBE not set (ATCERR 32437).

           CAUSE      The SET SQLDBE dbenvironment command has not been
                      issued.

           ACTION     Issue a SET SQLDBE dbenvironment command.

32438        MESSAGE    ALLBASE/SQL DBE language does not match the
                      TurboIMAGE language (ATCERR 32438).

           CAUSE      The native language of the DBEnvironment and the
                      TurboIMAGE/XL Database do not match.

           ACTION     Contact your DBA to change the native language of
                      either of the databases so that they match.

32439        MESSAGE    Cannot map TurboIMAGE type P1.  Attach aborted
                      (ATCERR 32439).

           CAUSE      A P1 TurboIMAGE/XL data type cannot be mapped into
                      any SQL data type.

           ACTION     Avoid P1 data type in your TurboIMAGE/XL database.

32440        MESSAGE    ATCINFO file needs recovery (ATCERR 32440).

           CAUSE      The ATCINFO file may be inconsistent.

           ACTION     Use ATCUtil RECOVER command to recover the ATCINFO
                      file.  See chapter 2, task 15, for a discussion of
                      the RECOVER command.

32441        MESSAGE    User name not found (ATCERR 32441).

           CAUSE      The user name specified in the DELETE/UPDATE USER
                      command does not exist.

           ACTION     Specify the correct user name.

32442        MESSAGE    TurboIMAGE/XL database - Access is disabled
                      (ATCERR 32442).

           CAUSE      Access to the TurboIMAGE/XL database has been
                      disabled.

           ACTION     Contact your DBA to enable access to the
                      TurboIMAGE/XL database.  Refer to the discussion of
                      the DBUTIL ENABLE command in chapter 8 of the
                      TurboIMAGE/XL Reference Manual.

32443        MESSAGE    Cannot recover ATCINFO file.  Error error number,
                      error number (ATCERR 32443).

           CAUSE      An internal error has occurred.

           ACTION     Copy down the error numbers and call the HP
                      Response Center.

32444        MESSAGE    table/column name - Table/Column not found
                      (ATCERR 32444).

           CAUSE      The table or column name specified was not found in
                      the ATCINFO file.

           ACTION     Check the spelling of the name you entered.



MPE/iX 5.0 Documentation