Category: Hydra
Hydra Error 312 Cannot update system catalog table-name.
In this blog post, let’s learn about the error message “312 Cannot update system catalog table-name.” in Hydra and the description of the error. Error Message 312 Cannot update system catalog table-name. Error Details The database server cannot record a change in the system-catalog table. Check the accompanying ISAM error code for more detailed information. Insufficient disk space is a common cause of this error.
Hydra Error 279 Cannot grant or revoke database privileges for table or view.
In this blog post, let’s learn about the error message “279 Cannot grant or revoke database privileges for table or view.” in Hydra and the description of the error. Error Message 279 Cannot grant or revoke database privileges for table or view. Error Details This UPDATE WHERE CURRENT OF cursor statement refers to a different table than the table referenced by the SELECT statement that…
Hydra Error 076 Not a data message.
In this blog post, let’s learn about the error message “076 Not a data message.” in Hydra and the description of the error. Error Message 076 Not a data message. 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 381 Cannot grant to someone who has granted you the same privilege before.
In this blog post, let’s learn about the error message “381 Cannot grant to someone who has granted you the same privilege before.” in Hydra and the description of the error. Error Message 381 Cannot grant to someone who has granted you the same privilege before. Error Details The privilege you are trying to grant is one that was first granted to you WITH GRANT…
Hydra Error 161 ISAM error: no TEXT or BYTE field is open.
In this blog post, let’s learn about the error message “161 ISAM error: no TEXT or BYTE field is open.” in Hydra and the description of the error. Error Message 161 ISAM error: no TEXT or BYTE field is open. Error Details This internal error should not occur. The database server has called the isbopen function twice in a row. If the error recurs, please…
Hydra Error 367 Sums and averages cannot be computed for character columns.
In this blog post, let’s learn about the error message “367 Sums and averages cannot be computed for character columns.” in Hydra and the description of the error. Error Message 367 Sums and averages cannot be computed for character columns. Error Details This statement contains a use of the SUM or AVG function applied to a column that has a character data type (CHAR or…
Hydra Error 342 Remote host cannot execute statement.
In this blog post, let’s learn about the error message “342 Remote host cannot execute statement.” in Hydra and the description of the error. Error Message 342 Remote host cannot execute statement. Error Details This statement was sent to a database server in a different system for execution. However, that database server does not support the requested function, possibly because it is an earlier version.
Hydra Error 021 Is a directory.
In this blog post, let’s learn about the error message “021 Is a directory.” in Hydra and the description of the error. Error Message 021 Is a directory. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. A file-type operation has been directed to a directory. Some database servers store tables, indexes, and lock files as files…
Hydra Error 148 ISAM error: dbspace is not empty.
In this blog post, let’s learn about the error message “148 ISAM error: dbspace is not empty.” in Hydra and the description of the error. Error Message 148 ISAM error: dbspace is not empty. Error Details The database server administrator sees this error. You must bring the other chunk of this mirror pair to on-line status before you can take this chunk off line.
Hydra Error 004 Interrupted system call.
In this blog post, let’s learn about the error message “004 Interrupted system call.” in Hydra and the description of the error. Error Message 004 Interrupted system call. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. You might have pressed the interrupt key at a crucial moment, or the software might have generated an interrupt signal…
Hydra Error 268 Unique constraint violated.
In this blog post, let’s learn about the error message “268 Unique constraint violated.” in Hydra and the description of the error. Error Message 268 Unique constraint violated. Error Details The current statement uses the WHERE CURRENT OF cursor-name clause, but that cursor has not yet been associated with a current row. Either no FETCH statement has been executed since it was opened, or the…
Hydra Error 278 Too many ORDER BY columns.
In this blog post, let’s learn about the error message “278 Too many ORDER BY columns.” in Hydra and the description of the error. Error Message 278 Too many ORDER BY columns. Error Details The cursor that is named in this statement was not declared in the current session. The current session runs from the execution of a DATABASE statement to the next DATABASE or…