Category: Hydra

Hydra Error 354 Incorrect database or cursor name format.

In this blog post, let’s learn about the error message “354 Incorrect database or cursor name format.” in Hydra and the description of the error. Error Message 354 Incorrect database or cursor name format. Error Details This statement contains the name of a database or a cursor in some invalid format. If the statement is part of a program, the name might have been passed…

Hydra Error 167 ISAM error: Storage-space size is not multiple of PAGESIZE.

In this blog post, let’s learn about the error message “167 ISAM error: Storage-space size is not multiple of PAGESIZE.” in Hydra and the description of the error. Error Message 167 ISAM error: Storage-space size is not multiple of PAGESIZE. Error Details This operation attempts to insert or update the value of a BYTE or TEXT column, but not enough space is available in the…

Hydra Error 173 ISAM error: An error has occurred during logical log back up.

In this blog post, let’s learn about the error message “173 ISAM error: An error has occurred during logical log back up.” in Hydra and the description of the error. Error Message 173 ISAM error: An error has occurred during logical log back up. Error Details You encountered an unanticipated internal event. Consult the online.log to see if the diagnostics preserved any additional information regarding…

Hydra Error 369 Invalid serial number. Please consult your installation instructions.

In this blog post, let’s learn about the error message “369 Invalid serial number. Please consult your installation instructions.” in Hydra and the description of the error. Error Message 369 Invalid serial number. Please consult your installation instructions. Error Details Some error has been made in the installation of your Informix product(s). Check the value in the SQLEXEC environment variable (for database server versions prior…

Hydra Error 244 Could not do a physical-order read to fetch next row.

In this blog post, let’s learn about the error message “244 Could not do a physical-order read to fetch next row.” in Hydra and the description of the error. Error Message 244 Could not do a physical-order read to fetch next row. Error Details The database server cannot begin reading a table. Check the accompanying ISAM error code for more information. The problem might be…

Hydra Error 372 Cannot alter table with audit trail on.

In this blog post, let’s learn about the error message “372 Cannot alter table with audit trail on.” in Hydra and the description of the error. Error Message 372 Cannot alter table with audit trail on. Error Details Once an audit trail has been started for a table, the table should not be altered. If you must alter the table, do the following. Copy the…

Hydra Error 329 Database not found or no system permission.

In this blog post, let’s learn about the error message “329 Database not found or no system permission.” in Hydra and the description of the error. Error Message 329 Database not found or no system permission. Error Details The database you tried to open is not visible to the database server. Check the spelling of the name. Possibly the database is located in a different…

Hydra Error 365 Cursor must be on simple SELECT for FOR UPDATE.

In this blog post, let’s learn about the error message “365 Cursor must be on simple SELECT for FOR UPDATE.” in Hydra and the description of the error. Error Message 365 Cursor must be on simple SELECT for FOR UPDATE. Error Details The cursor named in this statement (probably an OPEN statement) was declared with the FOR UPDATE clause. However, it has been associated with…

Hydra Error 289 Cannot lock table table-name in requested mode.

In this blog post, let’s learn about the error message “289 Cannot lock table table-name in requested mode.” in Hydra and the description of the error. Error Message 289 Cannot lock table table-name in requested mode. Error Details You cannot add a column of SERIAL data type to an existing table. Such columns may not contain null values, but when you add a column, the…

Hydra Error 135 ISAM error: tblspace does not exist.

In this blog post, let’s learn about the error message “135 ISAM error: tblspace does not exist.” in Hydra and the description of the error. Error Message 135 ISAM error: tblspace does not exist. Error Details The ISAM processor needs to lock a row or an index page, but no locks are available. The number of locks that an operation requires depends primarily on the…

Hydra Error 357 Dependent table for view view-name has been altered.

In this blog post, let’s learn about the error message “357 Dependent table for view view-name has been altered.” in Hydra and the description of the error. Error Message 357 Dependent table for view view-name has been altered. Error Details The view is based on data from a table that has been altered since the view was defined. The alteration removed or renamed a column…

Hydra Error 102 ISAM error: illegal argument to ISAM function.

In this blog post, let’s learn about the error message “102 ISAM error: illegal argument to ISAM function.” in Hydra and the description of the error. Error Message 102 ISAM error: illegal argument to ISAM function. Error Details The program attempted to use an unopened file, table, partition, tablespace, or other storage object, or one of these whose access mode did not support the requested…