Category: Hydra

Hydra Error 370 Cannot drop last column.

In this blog post, let’s learn about the error message “370 Cannot drop last column.” in Hydra and the description of the error. Error Message 370 Cannot drop last column. Error Details This ALTER TABLE DROP statement would drop every column from the table. At least one column must be retained. Revise the statement to leave one column. Or if you do not want the…

Hydra Error 339 The audit trail file name must be given in full directory path.

In this blog post, let’s learn about the error message “339 The audit trail file name must be given in full directory path.” in Hydra and the description of the error. Error Message 339 The audit trail file name must be given in full directory path. Error Details The audit-trail file that is specified in the CREATE AUDIT statement requires a full directory path. Because…

Hydra Error 238 Cannot commit work.

In this blog post, let’s learn about the error message “238 Cannot commit work.” in Hydra and the description of the error. Error Message 238 Cannot commit work. Error Details Each column that is named or implied in an INSERT statement must have a separate value expression. If the statement does not list specific columns, review the definition of the table for the number of…

Hydra Error 027 File too large.

In this blog post, let’s learn about the error message “027 File too large.” in Hydra and the description of the error. Error Message 027 File too large. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. Check the documentation for your operating system to find out what too large might mean in the context of the…

Hydra Error 030 Read-only file system.

In this blog post, let’s learn about the error message “030 Read-only file system.” in Hydra and the description of the error. Error Message 030 Read-only file system. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. An entire file system (a disk or disk partition) has been made read-only. Contact your system administrator to find out…

Hydra Error 249 Virtual column must have explicit name.

In this blog post, let’s learn about the error message “249 Virtual column must have explicit name.” in Hydra and the description of the error. Error Message 249 Virtual column must have explicit name. Error Details The database server could not apply an audit trail to roll a database forward. Check the accompanying ISAM error code for more information.

Hydra Error 166 ISAM error: Storage space is full.

In this blog post, let’s learn about the error message “166 ISAM error: Storage space is full.” in Hydra and the description of the error. Error Message 166 ISAM error: Storage space is full. Error Details This internal error should not occur. The database server has called the isbcreate function for a table column that is not defined as BYTE or TEXT. If the error…

Hydra Error 288 Table table-name not locked by current user.

In this blog post, let’s learn about the error message “288 Table table-name not locked by current user.” in Hydra and the description of the error. Error Message 288 Table table-name not locked by current user. Error Details A column that is part of a primary key cannot have null as its default value.

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…