Category: Hydra

Hydra Error 204 An illegal floating point number has been found in the statement.

In this blog post, let’s learn about the error message “204 An illegal floating point number has been found in the statement.” in Hydra and the description of the error. Error Message 204 An illegal floating point number has been found in the statement. Error Details Where an integer value is expected, an unacceptable numeric constant appears. Inspect the statement and look for numbers that…

Hydra Error 314 Table table-name currently in use.

In this blog post, let’s learn about the error message “314 Table table-name currently in use.” in Hydra and the description of the error. Error Message 314 Table table-name currently in use. Error Details This statement tries to do something, such as dropping a table, that cannot be done while another user is using the table. Wait a short time, and try again. To ensure…

Hydra Error 209 Incompatible database format.

In this blog post, let’s learn about the error message “209 Incompatible database format.” in Hydra and the description of the error. Error Message 209 Incompatible database format. Error Details The database server needed to allocate data-space memory in order to process the query, but none was available. This error may reflect a hardware limit, an operating-system configuration limit, or a temporary shortage of space….

Hydra Error 176 ISAM error: An error has occurred during logical restore.

In this blog post, let’s learn about the error message “176 ISAM error: An error has occurred during logical restore.” in Hydra and the description of the error. Error Message 176 ISAM error: An error has occurred during logical restore. Error Details This generic message indicates that the physical restore has failed. The SQL API also contains useful error text that is associated with this…

Hydra Error 227 DDL operations on ROWID prohibited.

In this blog post, let’s learn about the error message “227 DDL operations on ROWID prohibited.” in Hydra and the description of the error. Error Message 227 DDL operations on ROWID prohibited. Error Details The database server is trying to create one of the tables for the system catalog, probably as part of a CREATE DATABASE statement. A problem with the host operating system prevents…

Hydra Error 039 Destination address required.

In this blog post, let’s learn about the error message “039 Destination address required.” in Hydra and the description of the error. Error Message 039 Destination address required. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. If the error recurs, please note all circumstances and contact Informix Technical Support.

Hydra Error 162 ISAM error: Storage space does not exist.

In this blog post, let’s learn about the error message “162 ISAM error: Storage space does not exist.” in Hydra and the description of the error. Error Message 162 ISAM error: Storage space does not exist. Error Details This internal error should not occur. The database server has called a TEXT or BYTE function without first calling isbopen. If the error recurs, please note all…

Hydra Error 318 File with the same name as specified log file already exists.

In this blog post, let’s learn about the error message “318 File with the same name as specified log file already exists.” in Hydra and the description of the error. Error Message 318 File with the same name as specified log file already exists. Error Details The transaction log file you specify in the WITH LOG IN clause cannot already exist. The database server must…

Hydra Error 262 There is no current cursor.

In this blog post, let’s learn about the error message “262 There is no current cursor.” in Hydra and the description of the error. Error Message 262 There is no current cursor. Error Details Although you can prepare a SELECT statement, the only way you can then execute that SELECT statement is to associate its statement id with a cursor (use a DECLARE statement) and…

Hydra Error 385 Data value out of range.

In this blog post, let’s learn about the error message “385 Data value out of range.” in Hydra and the description of the error. Error Message 385 Data value out of range. Error Details This statement attempts to put data into a view that was defined WITH CHECK OPTION, so new data has to satisfy the tests in the WHERE clause in the view. However,…

Hydra Error 205 Cannot use ROWID for views with aggregates, group by or on multiple tables.

In this blog post, let’s learn about the error message “205 Cannot use ROWID for views with aggregates, group by or on multiple tables.” in Hydra and the description of the error. Error Message 205 Cannot use ROWID for views with aggregates, group by or on multiple tables. Error Details A numeric constant that is punctuated like a floating-point number (with a decimal point and/or…

Hydra Error 191 ISAM error: No such chunk.

In this blog post, let’s learn about the error message “191 ISAM error: No such chunk.” in Hydra and the description of the error. Error Message 191 ISAM error: No such chunk. Error Details Informix limits the number of outstanding in-place ALTER TABLE requests to 255. A 256th in-place alter of a table was requested before the completion of the first in-place alter. Completion means…