Category: Hydra
Hydra Error 382 Same number of columns must be specified for view and select clause.
In this blog post, let’s learn about the error message “382 Same number of columns must be specified for view and select clause.” in Hydra and the description of the error. Error Message 382 Same number of columns must be specified for view and select clause. Error Details In this VIEW statement, you have listed the names of the columns of the view. However, their…
Hydra Error 113 ISAM error: the file is locked.
In this blog post, let’s learn about the error message “113 ISAM error: the file is locked.” in Hydra and the description of the error. Error Message 113 ISAM error: the file is locked. Error Details The ISAM processor has been asked to return the current record, but none has been established. For C-ISAM programs, review the program logic. Before the program uses the ISCURR…
Hydra Error 068 Too many users.
In this blog post, let’s learn about the error message “068 Too many users.” in Hydra and the description of the error. Error Message 068 Too many users. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. This error probably reflects a limit configured in your operating system. Look for other operating-system error messages that might give…
Hydra Error 107 ISAM error: record is locked.
In this blog post, let’s learn about the error message “107 ISAM error: record is locked.” in Hydra and the description of the error. Error Message 107 ISAM error: record is locked. Error Details The ISAM processor has been asked to add or drop an index but it does not have exclusive access. For C-ISAM programs, the file must be opened with exclusive access before…
Hydra Error 062 Too many levels of symbolic links.
In this blog post, let’s learn about the error message “062 Too many levels of symbolic links.” in Hydra and the description of the error. Error Message 062 Too many levels of symbolic links. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. The database server does not normally use symbolic links. Look for other operating-system error…
Hydra Error 270 Could not position within a temporary file.
In this blog post, let’s learn about the error message “270 Could not position within a temporary file.” in Hydra and the description of the error. Error Message 270 Could not position within a temporary file. Error Details During execution of this statement, a duplicate value was introduced into a column or columns that a unique constraint protects. The row with the duplicate value was…
Hydra Error 026 Text file busy.
In this blog post, let’s learn about the error message “026 Text file busy.” in Hydra and the description of the error. Error Message 026 Text file busy. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. If the current operation requires the use of a text file (such as the input file to LOAD or to…
Hydra Error 158 ISAM error: Operation disallowed on SMI pseudo table.
In this blog post, let’s learn about the error message “158 ISAM error: Operation disallowed on SMI pseudo table.” in Hydra and the description of the error. Error Message 158 ISAM error: Operation disallowed on SMI pseudo table. Error Details An interrupt that was detected from client process has terminated the operation. Restart the operation.
Hydra Error 119 ISAM error: bad log record.
In this blog post, let’s learn about the error message “119 ISAM error: bad log record.” in Hydra and the description of the error. Error Message 119 ISAM error: bad log record. Error Details The ISAM processor is trying to roll back a transaction or recover a file but has encountered an error while reading the transaction log. Look for operating-system error messages that might…
Hydra Error 327 Cannot unlock table table-name within a transaction.
In this blog post, let’s learn about the error message “327 Cannot unlock table table-name within a transaction.” in Hydra and the description of the error. Error Message 327 Cannot unlock table table-name within a transaction. Error Details The statement UNLOCK TABLE is not allowed within a transaction, that is, following the execution of BEGIN WORK. You can still use LOCK TABLE when you use…
Hydra Error 165 ISAM error: TEXT or BYTE column does not exist.
In this blog post, let’s learn about the error message “165 ISAM error: TEXT or BYTE column does not exist.” in Hydra and the description of the error. Error Message 165 ISAM error: TEXT or BYTE column does not exist. Error Details This operation has returned an invalid BYTE or TEXT value. Possibly the data pages have been corrupted. Roll back the current transaction. Have…
Hydra Error 009 Bad file number.
In this blog post, let’s learn about the error message “009 Bad file number.” in Hydra and the description of the error. Error Message 009 Bad file number. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. Look for other operating-system error messages that might give more information. If the error recurs, please note all circumstances and…