Category: Hydra

Hydra Error 375 Cannot create log file for transaction.

In this blog post, let’s learn about the error message “375 Cannot create log file for transaction.” in Hydra and the description of the error. Error Message 375 Cannot create log file for transaction. Error Details While the database server was trying to execute a START statement, it got an unexpected error in trying to create the transaction-log file. Check the accompanying ISAM error code…

Hydra Error 211 Cannot read system catalog .

In this blog post, let’s learn about the error message “211 Cannot read system catalog .” in Hydra and the description of the error. Error Message 211 Cannot read system catalog . Error Details This statement contains a file pathname that exceeds the maximum length of 64 characters. Inspect the statement to make sure that the pathname is that long. It is possible a punctuation…

Hydra Error 179 ISAM error: No free disk space for sort.

In this blog post, let’s learn about the error message “179 ISAM error: No free disk space for sort.” in Hydra and the description of the error. Error Message 179 ISAM error: No free disk space for sort. Error Details While performing a sort, the database server did not find enough contiguous free disk space to create necessary temporary files. You might have insufficient disk…

Hydra Error 286 Default value of the primary key column column-name is NULL.

In this blog post, let’s learn about the error message “286 Default value of the primary key column column-name is NULL.” in Hydra and the description of the error. Error Message 286 Default value of the primary key column column-name is NULL. Error Details A subquery that is used in an expression in the place of a literal value must return only a single row…

Hydra Error 241 Cannot rollback work.

In this blog post, let’s learn about the error message “241 Cannot rollback work.” in Hydra and the description of the error. Error Message 241 Cannot rollback work. Error Details The row that is being inserted (or being updated to have a new primary key) contains a duplicate value of some row that already exists, in a column or columns that are constrained to have…

Hydra Error 156 Message number -156 not found.

In this blog post, let’s learn about the error message “156 Message number -156 not found.” in Hydra and the description of the error. Error Message 156 Message number -156 not found. Error Details This network operation has been suspended, awaiting a response from another database server, for the maximum duration allowed. The local database server assumes that a distributed deadlock exists and that this…

Hydra Error 258 System error – invalid statement id received by the sqlexec process.

In this blog post, let’s learn about the error message “258 System error – invalid statement id received by the sqlexec process.” in Hydra and the description of the error. Error Message 258 System error – invalid statement id received by the sqlexec process. Error Details You cannot begin a transaction in this database because it does not have a transaction log. In order to…

Hydra Error 237 Cannot begin work.

In this blog post, let’s learn about the error message “237 Cannot begin work.” in Hydra and the description of the error. Error Message 237 Cannot begin work. Error Details This statement specifies a width for a column of CHAR data type that is greater than 32,767, or a width for a VARCHAR column that exceeds 255. If you need a column of this size,…

Hydra Error 224 Cannot open transaction log file.

In this blog post, let’s learn about the error message “224 Cannot open transaction log file.” in Hydra and the description of the error. Error Message 224 Cannot open transaction log file. Error Details The database server created a temporary disk file but received an error while it attempted to write into the file. Check the accompanying ISAM error code, and look for operating-system messages…

Hydra Error 346 Could not update a row in the table.

In this blog post, let’s learn about the error message “346 Could not update a row in the table.” in Hydra and the description of the error. Error Message 346 Could not update a row in the table. Error Details While the database server was processing an UPDATE, it received an unexpected error. Check the accompanying ISAM error code for more detailed information on the…

Hydra Error 106 ISAM error: non-exclusive access.

In this blog post, let’s learn about the error message “106 ISAM error: non-exclusive access.” in Hydra and the description of the error. Error Message 106 ISAM error: non-exclusive access. Error Details The contents of an ISAM file (table or index) have been corrupted. For C-ISAM, if you used transaction logging, you can use the isrecover program to recover the file. Otherwise, re-create the file…

Hydra Error 110 ISAM error: end or beginning of the file.

In this blog post, let’s learn about the error message “110 ISAM error: end or beginning of the file.” in Hydra and the description of the error. Error Message 110 ISAM error: end or beginning of the file. Error Details The ISAM processor has been asked to delete the primary key index. For C-ISAM programs, the isdelindex call cannot delete the primary key. If the…