Category: Hydra
Hydra Error 041 Protocol wrong type for socket.
In this blog post, let’s learn about the error message “041 Protocol wrong type for socket.” in Hydra and the description of the error. Error Message 041 Protocol wrong type for socket. 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 396
In this blog post, let’s learn about the error message “396” in Hydra and the description of the error. Error Message 396 Error Details Cursor manipulation must be within a transaction. An attempt to use an UPDATE or a DELETE WHERE CURRENT OF statement produces this error message. This statement would modify a table through a cursor. However, this database uses a transaction log. When…
Hydra Error 341 Could not read a row from audit trail file.
In this blog post, let’s learn about the error message “341 Could not read a row from audit trail file.” in Hydra and the description of the error. Error Message 341 Could not read a row from audit trail file. Error Details The database server encountered an unexpected error while it was reading the audit trail for this table. Likely causes of the error include…
Hydra Error 134 ISAM error: no more locks.
In this blog post, let’s learn about the error message “134 ISAM error: no more locks.” in Hydra and the description of the error. Error Message 134 ISAM error: no more locks. Error Details The ISAM processor has been asked to operate on a file in a way that is incompatible with an audit trail, yet an audit trail exists for the file. For C-ISAM…
Hydra Error 311 Cannot open system catalog table-name.
In this blog post, let’s learn about the error message “311 Cannot open system catalog table-name.” in Hydra and the description of the error. Error Message 311 Cannot open system catalog table-name. Error Details The database server cannot access one of the tables in the system catalog. Check the accompanying ISAM error code for detailed information, and look for operating-system error messages that might give…
Hydra Error 333 The audit trail file already exists with a different name.
In this blog post, let’s learn about the error message “333 The audit trail file already exists with a different name.” in Hydra and the description of the error. Error Message 333 The audit trail file already exists with a different name. Error Details Before you start a new audit trail, you must drop an existing one. Use the DROP AUDIT statement.
Hydra Error 360 Cannot modify table or view used in subquery.
In this blog post, let’s learn about the error message “360 Cannot modify table or view used in subquery.” in Hydra and the description of the error. Error Message 360 Cannot modify table or view used in subquery. Error Details The UPDATE, INSERT, or DELETE statement uses data taken from the same table in a subquery. This action is not allowed because of the danger…
Hydra Error 151 ISAM error: Illegal value in varchar length field.
In this blog post, let’s learn about the error message “151 ISAM error: Illegal value in varchar length field.” in Hydra and the description of the error. Error Message 151 ISAM error: Illegal value in varchar length field. Error Details Your application was in communication with the database server, but the database server is no longer running. Your current transaction will be rolled back when…
Hydra Error 216 Cannot remove index.
In this blog post, let’s learn about the error message “216 Cannot remove index.” in Hydra and the description of the error. Error Message 216 Cannot remove index. Error Details The database server cannot completely remove the table. Check the accompanying ISAM error code for more information. Problems with operating-system file permissions, read-only files, or hardware might cause this error.
Hydra Error 277 UPDATE table table-name is not the same as the cursor table.
In this blog post, let’s learn about the error message “277 UPDATE table table-name is not the same as the cursor table.” in Hydra and the description of the error. Error Message 277 UPDATE table table-name is not the same as the cursor table. Error Details The person who created this table has not granted Insert privilege to your account name or to the public….
Hydra Error 111 ISAM error: no record found.
In this blog post, let’s learn about the error message “111 ISAM error: no record found.” in Hydra and the description of the error. Error Message 111 ISAM error: no record found. Error Details Reading rows sequentially, forward or backward, the ISAM processor has reached one end of the file (table). For C-ISAM programs, this message is the normal signal for end of file. Use…
Hydra Error 394 View view-name not found.
In this blog post, let’s learn about the error message “394 View view-name not found.” in Hydra and the description of the error. Error Message 394 View view-name not found. Error Details Illegal join between a nested outer table and a preserved table. This query requests an outer join, but the WHERE clause contains a condition that relates a nested subservient table to a preserved…