Category: Hydra
Hydra Error 337 Cannot create view on temporary table table-name.
In this blog post, let’s learn about the error message “337 Cannot create view on temporary table table-name.” in Hydra and the description of the error. Error Message 337 Cannot create view on temporary table table-name. Error Details Views can be created only on permanent tables. The SELECT statement that defines the view in this latest statement contains the name of the temporary table, table-name….
Hydra Error 379 Cannot revoke privilege on columns.
In this blog post, let’s learn about the error message “379 Cannot revoke privilege on columns.” in Hydra and the description of the error. Error Message 379 Cannot revoke privilege on columns. Error Details In the GRANT statement, you can grant UPDATE or SELECT privilege on specific columns. However, the REVOKE statement accepts only the keywords for the type of privilege; you cannot revoke access…
Hydra Error 267 The cursor has been previously released and is unavailable.
In this blog post, let’s learn about the error message “267 The cursor has been previously released and is unavailable.” in Hydra and the description of the error. Error Message 267 The cursor has been previously released and is unavailable. Error Details You attempted to open an insert cursor. This database has a transaction log. In such a database, you must execute a BEGIN WORK…
Hydra Error 302 No GRANT option or illegal option on multi-table view.
In this blog post, let’s learn about the error message “302 No GRANT option or illegal option on multi-table view.” in Hydra and the description of the error. Error Message 302 No GRANT option or illegal option on multi-table view. Error Details This GRANT statement cannot be executed. The grantor does not have the right to grant the specified privilege for this table, the table…
Hydra Error 183 Message number -183 not found.
In this blog post, let’s learn about the error message “183 Message number -183 not found.” in Hydra and the description of the error. Error Message 183 Message number -183 not found. Error Details ISAM error: Cannot add transaction logging on a DR primary with DR on. Transaction logging cannot be added to a database on the primary database server of a data replication (DR)…
Hydra Error 210 Explicit path name too long.
In this blog post, let’s learn about the error message “210 Explicit path name too long.” in Hydra and the description of the error. Error Message 210 Explicit path name too long. Error Details An obsolete version of the database software built this database. Convert the database to work with the current software. Use the dbupdate utility. You will have to run it before you…
Hydra Error 220 There is no FROM clause in the query.
In this blog post, let’s learn about the error message “220 There is no FROM clause in the query.” in Hydra and the description of the error. Error Message 220 There is no FROM clause in the query. Error Details The synonym is not defined in this database. Check that the name is spelled as you intended. Check that you are using the right database….
Hydra Error 145 ISAM error: system does not have disk mirroring.
In this blog post, let’s learn about the error message “145 ISAM error: system does not have disk mirroring.” in Hydra and the description of the error. Error Message 145 ISAM error: system does not have disk mirroring. Error Details The database server has detected an impending deadlock between your request and other, concurrent user requests. Each user request is waiting for a resource (a…
Hydra Error 202 An illegal character has been found in the statement.
In this blog post, let’s learn about the error message “202 An illegal character has been found in the statement.” in Hydra and the description of the error. Error Message 202 An illegal character has been found in the statement. Error Details This general error message indicates mistakes in the form of an SQL statement. Look for missing or extra punctuation (such as missing or…
Hydra Error 188
In this blog post, let’s learn about the error message “188” in Hydra and the description of the error. Error Message 188 Error Details A chunk is not empty and therefore cannot be dropped.
Hydra Error 177 Message number -177 not found.
In this blog post, let’s learn about the error message “177 Message number -177 not found.” in Hydra and the description of the error. Error Message 177 Message number -177 not found. Error Details This generic error indicates that the logical restore has failed. The SQL API also contains useful error text that is associated with this error.
Hydra Error 063 File name too long.
In this blog post, let’s learn about the error message “063 File name too long.” in Hydra and the description of the error. Error Message 063 File name too long. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. An error might exist in the coding of a REPORT TO statement of a report. If not, please…
Hydra Error 389 No DBA permission.
In this blog post, let’s learn about the error message “389 No DBA permission.” in Hydra and the description of the error. Error Message 389 No DBA permission. Error Details This statement cannot be executed because you have not been granted DBA privilege for this database. Contact a person who has DBA privilege for the database and ask to be granted DBA privilege (or simply…
Hydra Error 248 Cannot commit savepoint.
In this blog post, let’s learn about the error message “248 Cannot commit savepoint.” in Hydra and the description of the error. Error Message 248 Cannot commit savepoint. Error Details The database server encountered an error when it attempted to look up a row through an index. Check the accompanying ISAM error code for more information. The table file or the index file might have…
Hydra Error 326 Referential constraint has too many referenced columns.
In this blog post, let’s learn about the error message “326 Referential constraint has too many referenced columns.” in Hydra and the description of the error. Error Message 326 Referential constraint has too many referenced columns. Error Details The specified referential constraint has more than 16 columns (or 8 in INFORMIX-SE).
Hydra Error 132 ISAM error: rowsize too big.
In this blog post, let’s learn about the error message “132 ISAM error: rowsize too big.” in Hydra and the description of the error. Error Message 132 ISAM error: rowsize too big. Error Details Not enough contiguous free disk space is available to complete the current operation. For C-ISAM programs, if transaction logging is in use, roll back the current transaction. Make some disk space…
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…