Category: Hydra

Hydra Error 350 Index already exists on column.

In this blog post, let’s learn about the error message “350 Index already exists on column.” in Hydra and the description of the error. Error Message 350 Index already exists on column. Error Details This CREATE INDEX statement cannot be executed because an index on the same column or combination of columns already exists.At most two indexes can exist on any combination of columns, one…

Hydra Error 017 File exists.

In this blog post, let’s learn about the error message “017 File exists.” in Hydra and the description of the error. Error Message 017 File exists. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. This error may reflect an attempt in a REPORT TO specification to replace an existing file. Look for other operating-system error messages…

Hydra Error 154 ISAM error: Lock Timeout Expired.

In this blog post, let’s learn about the error message “154 ISAM error: Lock Timeout Expired.” in Hydra and the description of the error. Error Message 154 ISAM error: Lock Timeout Expired. Error Details This internal error should not occur. Note all the details about the network software in use and the version level of the database servers in this and the other host system….

Hydra Error 366 The scale exceeds the maximum precision specified.

In this blog post, let’s learn about the error message “366 The scale exceeds the maximum precision specified.” in Hydra and the description of the error. Error Message 366 The scale exceeds the maximum precision specified. Error Details A problem exists with the precision or scale of a DECIMAL or a MONEY data type in this statement. Review all uses of these types. The first…

Hydra Error 174 ISAM error: An error has occurred during archive back up.

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

Hydra Error 310 Table table-name already exists in database.

In this blog post, let’s learn about the error message “310 Table table-name already exists in database.” in Hydra and the description of the error. Error Message 310 Table table-name already exists in database. Error Details This statement tries to create a table with the name that is shown, but one with that name already exists. Only one table with a given name can exist…

Hydra Error 130 ISAM error: no such dbspace.

In this blog post, let’s learn about the error message “130 ISAM error: no such dbspace.” in Hydra and the description of the error. Error Message 130 ISAM error: no such dbspace. Error Details This implementation of ISAM uses shared memory, and it has reached the maximum number of concurrent users for which the shared memory was configured. You might need to increase the value…

Hydra Error 325 Filename must be specified with a full path name.

In this blog post, let’s learn about the error message “325 Filename must be specified with a full path name.” in Hydra and the description of the error. Error Message 325 Filename must be specified with a full path name. Error Details This error occurs if you attempt to create a table using the WITH LOG IN clause but do not specify a complete path…

Hydra Error 324 Ambiguous column column-name.

In this blog post, let’s learn about the error message “324 Ambiguous column column-name.” in Hydra and the description of the error. Error Message 324 Ambiguous column column-name. Error Details The column name appears in more than one of the tables that are listed in the FROM clause of this query. The database server needs to know which columns to use. Revise the statement so…

Hydra Error 348 Could not read a row from the table.

In this blog post, let’s learn about the error message “348 Could not read a row from the table.” in Hydra and the description of the error. Error Message 348 Could not read a row from the table. Error Details While the database server was trying to fetch a row from a table, it received an unexpected error. Check the accompanying ISAM error code for…

Hydra Error 272 No SELECT permission.

In this blog post, let’s learn about the error message “272 No SELECT permission.” in Hydra and the description of the error. Error Message 272 No SELECT permission. Error Details The database server created a temporary file in the directory specified by the DBTEMP environment variable (or /tmp by default on UNIX systems) but encountered an error when it tried to position (seek) within it….

Hydra Error 149 ISAM error: INFORMIX-OnLine daemon is no longer running.

In this blog post, let’s learn about the error message “149 ISAM error: INFORMIX-OnLine daemon is no longer running.” in Hydra and the description of the error. Error Message 149 ISAM error: INFORMIX-OnLine daemon is no longer running. Error Details The database server administrator sees this error. The action that you have requested cannot be carried out while an archive is being made. For example,…