Category: Hydra

Hydra Error 319 Index does not exist.

In this blog post, let’s learn about the error message “319 Index does not exist.” in Hydra and the description of the error. Error Message 319 Index does not exist. Error Details This statement refers to an index that does not exist. Review the spelling of the index name; if it is as you intended, and you are sure it should exist, make sure you…

Hydra Error 347 Could not open table for exclusive access.

In this blog post, let’s learn about the error message “347 Could not open table for exclusive access.” in Hydra and the description of the error. Error Message 347 Could not open table for exclusive access. Error Details The database server cannot complete a LOCK TABLE statement or the implicit LOCK TABLE that must be performed as part of other statements that change the definition…

Hydra Error 103 ISAM error: illegal key descriptor (too many parts or too long).

In this blog post, let’s learn about the error message “103 ISAM error: illegal key descriptor (too many parts or too long).” in Hydra and the description of the error. Error Message 103 ISAM error: illegal key descriptor (too many parts or too long). Error Details A parameter that was presented to one of the C-ISAM functions is outside the range of acceptable values. For…

Hydra Error 031 Too many links.

In this blog post, let’s learn about the error message “031 Too many links.” in Hydra and the description of the error. Error Message 031 Too many links. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. Look for other operating-system error messages that might give more information, especially which file or files are involved. If the…

Hydra Error 343 Row from audit trail was added to a different position than expected.

In this blog post, let’s learn about the error message “343 Row from audit trail was added to a different position than expected.” in Hydra and the description of the error. Error Message 343 Row from audit trail was added to a different position than expected. Error Details While the database server was reconstructing a table from the audit trail, it found a discrepancy between…

Hydra Error 234 Cannot insert into virtual column column-name.

In this blog post, let’s learn about the error message “234 Cannot insert into virtual column column-name.” in Hydra and the description of the error. Error Message 234 Cannot insert into virtual column column-name. Error Details You cannot alter the contents of a column with the SERIAL data type in the UPDATE statement, even when the updating value is zero. (You can specify a value…

Hydra Error 029 Illegal seek.

In this blog post, let’s learn about the error message “029 Illegal seek.” in Hydra and the description of the error. Error Message 029 Illegal seek. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. Look for other operating-system error messages that might give more information, such as the device on which the error occurred. If the…

Hydra Error 371 Cannot create unique index on column with duplicate data.

In this blog post, let’s learn about the error message “371 Cannot create unique index on column with duplicate data.” in Hydra and the description of the error. Error Message 371 Cannot create unique index on column with duplicate data. Error Details This CREATE UNIQUE INDEX statement cannot be completed because the column (or columns) contains one or more duplicate rows. You can either create…

Hydra Error 214 Cannot remove file for table table-name.

In this blog post, let’s learn about the error message “214 Cannot remove file for table table-name.” in Hydra and the description of the error. Error Message 214 Cannot remove file for table table-name. Error Details This statement attempts to add an index, either explicitly with CREATE INDEX or implicitly as part of processing a SELECT on multiple unindexed tables. In any case, some error…

Hydra Error 012 Not enough core.

In this blog post, let’s learn about the error message “012 Not enough core.” in Hydra and the description of the error. Error Message 012 Not enough core. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. Core probably refers to data space in memory that an operating-system function needed. Look for other operating-system error messages that…

Hydra Error 307 Illegal subscript definition.

In this blog post, let’s learn about the error message “307 Illegal subscript definition.” in Hydra and the description of the error. Error Message 307 Illegal subscript definition. Error Details This statement refers to a substring of a character variable. The substring values (two numbers in square brackets) are incorrect. The first is less than zero or greater than the length of the column, or…