HPlogo IMAGE/SQL Administration Guide: HP 3000 MPE/iX Computer Systems > Appendix A IMAGE/SQL Error Messages

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

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 IMAGE/SQL 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 the IMAGE/SQL utility creates and their correct usage.

13502

MESSAGE

Command not allowed on TurboIMAGE table. (DBERR 13502)

CAUSE

This command is not supported by IMAGE/SQL.

ACTION

Do not issue this command against a mapped table.

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 the TurboIMAGE/XL Database Management System 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 the TurboIMAGE/XL Database Management System Reference Manual.

13505

MESSAGE

IMAGE/SQL data conversion error: error ATC internal error number, set data set number, item data item number, column column number. (DBERR 13505)

CAUSE

Data conversion between TurboIMAGE/XL format and ALLBASE/SQL format caused the error. Either the source or the target length is not correct, or the internal conversion code stored in ATCINFO file is corrupted.

ACTION

Identify the TurboIMAGE/XL data set and data item which cause the problem and use the IMAGE/SQL utility DISPLAY MAP command to find out the current mapping. Then use UPDATE TYPE command to map again. If the problem still exists, call the HP Response Center.

13506

MESSAGE

IMAGE/SQL 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 the IMAGE/SQL utility DISPLAY MAP command to find out the current mapping. Then, either use the IMAGE/SQL utility'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 IMAGE/SQL 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 IMAGE/SQL utility's DISPLAY MAP command to find out the current mapping. Then, either use IMAGE/SQL utility'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

IMAGE/SQL conversion truncated; set data set number, item data item number, column column number, record turboIMAGE record number. (DBERR 13508)

CAUSE

Data conversion between TurboIMAGE/XL format and ALLBASE/SQL format resulted in error. The source length is longer then target length, so the remaining byte(s) will be truncated.

ACTION

Identify the TurboIMAGE/XL record and the data item that caused the conversion truncation and use the IMAGE/SQL utility DISPLAY MAP command to find out the current mapping. Then, either use the IMAGE/SQL utility's UPDATE TYPE command to change the mapping or correct the TurboIMAGE/XL data for that record.

13509

MESSAGE

TurboIMAGE language id does not match the DBE language id. (DBERR 13509)

CAUSE

The TurboIMAGE language id and the DBE language id are not the same.

ACTION

Set the TurboIMAGE language id and the DBE language id to the same value.

13510

MESSAGE

ATCINFO file needs recovery. (DBERR 13510)

CAUSE

The ATCINFO file may be inconsistent.

ACTION

Use the IMAGE/SQL utility RECOVER command to recover the ATCINFO file. See Chapter 2, Task 16, for a discussion of the RECOVER process.

13511

MESSAGE

Update Statistics failed. IMAGE/SQL 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 Database Management System Reference 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.

13551

MESSAGE

Unexpected IMAGE/SQL runtime error error number, error number, error number, error number. (DBERR 13551)

CAUSE

While running IMAGE/SQL, the IMAGE/SQL utility's RECOVER command is in effect.

ACTION

Wait until the RECOVER command is finished, then run IMAGESQL.

13552

MESSAGE

IMAGE/SQL 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.

ACTION

Check the TurboIMAGE/XL Database Management System Reference 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/iX group or account level security setup.

The IMAGE/SQL error number is for Hewlett-Packard internal use only.

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. The intrinsics and their associated numbers are listed below:

401

DBOPEN

402

DBINFO

403

DBCLOSE

404

DBFIND

405

DBGET

406

DBUPDATE

407

DBPUT

408

DBDELETE

409

DBLOCK

410

DBUNLOCK

411

DBCONTROL

412

DBBEGIN

413

DBEND

414

DBMEMO

415

DBMAINT

418

DBEXPLAIN

419

DBERROR

420

DBXBEGIN

421

DBXEND

422

DBXUNDO

The auxiliary error number is the lower level subsystem error number, such as the MPE/iX file system error number.

13553

MESSAGE

IMAGE/SQL internal error error number, error number, error number, error number. (DBERR 13553)

CAUSE

An IMAGE/SQL internal error has occurred. The cause may be the allocation of various internal control blocks problems. The error numbers give more detail about where the problem happened in the IMAGE/SQL code.

ACTION

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

13554

MESSAGE

IMAGE/SQL internal error error number, error number, error number, error number. (DBERR 13554)

CAUSE

At connection time, the procedure call to open the ATCINFO file has failed.

ACTION

The third error number contains the file system info number, the fourth error number contains the subsys number. Use those to figure out the reason why open of the ATCINFO file failed.

13555

MESSAGE

IMAGE/SQL internal error error number, error number, error number, error number. (DBERR 13555)

CAUSE

Unexpected escape occurred in IMAGE/SQL. The first error number contains the escapecode.

ACTION

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

IMAGE/SQL Warning Messages

32051

MESSAGE

Database already attached (ATCWARN 32051).

CAUSE

The 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 that requires the database to be attached.

ACTION

Attach the database and re-execute the command that gave this warning.

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 Database Management System 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/iX 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 an 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 an 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/iX Intrinsics Reference Manual.

32208

MESSAGE

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

CAUSE

A MPE/iX 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 the IMAGE/SQL utility attempts to write log records because some editors automatically insert end-of-file markers.

ACTION

If this happens with the ATCLOG file, 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

Examine the file to determine the cause of the error, then rerun the program.

32212

MESSAGE

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

CAUSE

Failed to FLOCK the specified file.

ACTION

Examine the file to determine whether the file has been locked by another process, then rerun the program.

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 IMAGE/SQL Utility (ATCERR 32214).

CAUSE

The specified file is being used by the utility.

ACTION

This occurs if you try to XEQ a file that is already opened by the IMAGE/SQL utility 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

Examine the file to determine the cause of the error, then rerun the program.

32216

MESSAGE

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

CAUSE

Error in reading a message from the IMAGE/SQL message catalog (ATCUT000.PUB.SYS).

ACTION

Examine the file to determine the cause of the error, then rerun the program.

32217

MESSAGE

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

CAUSE

The file specified is more than eight characters long.

ACTION

Specify a file name less than or equal to eight characters.

32218

MESSAGE

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

CAUSE

The user name specified is more than eight characters long.

ACTION

Specify a user name less than or equal to eight characters.

32219

MESSAGE

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

CAUSE

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

ACTION

Specify a group name less than or equal to eight characters.

32220

MESSAGE

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

CAUSE

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

ACTION

Specify an account name less than or equal to eight characters.

32221

MESSAGE

filename - Cannot set the creator (ATCERR 32221).

CAUSE

Failed to set the creator for the specified file.

ACTION

Setting the creator of the TC file has failed. Please check the capability of the user for the group/account where the TurboIMAGE database resides.

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. May be caused by using the ATTACH or DETACH commands when other processes are accessing the DBEnvironment.

ACTION

Obtain exclusive access to the DBEnvironment before using the ATTACH or DETACH commands. Use the ISQL SELECT command to check if other users are accessing the DBEnvironment:

  isql=> SELECT * FROM SYSTEM.USER;

If you were not using the ATTACH or DETACH commands, 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.

32366

MESSAGE

ALLBASE/SQL SETOPT ATC failed. (ATCERR 32366).

CAUSE

The statement is not supported with SETOPT.

ACTION

Do not use the statement in SETOPT.

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 the 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 five and less than or equal to eight.

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 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/iX 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/iX 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/iX 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/iX 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 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 while accessing the ATCINFO file.

ACTION

Try RECOVER command in IMAGESQL utility. If the error still occurs, call the HP Response Center.

32422

MESSAGE

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

CAUSE

An internal error has occurred. May be caused by using the ATTACH or DETACH commands when other processes are accessing the DBEnvironment.

ACTION

Obtain exclusive access to the DBEnvironment before using the ATTACH or DETACH commands. Use the ISQL SELECT command to check if other users are accessing the DBEnvironment:

  isql=> SELECT * FROM SYSTEM.USER;

If you were not using the ATTACH or DETACH commands, copy down the error numbers and contact 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. Then, 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 an unique name.

32434

MESSAGE

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

CAUSE

A call to MPE/iX internal routines (getsir, relsir and set_kpo_pointer) has failed.

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 one of the databases so 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 the 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 IMAGE/SQL utility RECOVER command to recover the ATCINFO file. See Chapter 2, Task 16, 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 the TurboIMAGE/XL Database Management System 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.

Feedback to webmaster