Category: Hydra
Hydra Error 305 Subscripted column column-name is not of type CHAR, VARCHAR, TEXT nor BYTES.
In this blog post, let’s learn about the error message “305 Subscripted column column-name is not of type CHAR, VARCHAR, TEXT nor BYTES.” in Hydra and the description of the error. Error Message 305 Subscripted column column-name is not of type CHAR, VARCHAR, TEXT nor BYTES. Error Details You may select substrings only from columns of the types mentioned. Review all uses of square brackets…
Hydra Error 125 ISAM error: can’t use nfs.
In this blog post, let’s learn about the error message “125 ISAM error: can’t use nfs.” in Hydra and the description of the error. Error Message 125 ISAM error: can’t use nfs. Error Details The ISAM processor has been asked to mark the end of a transaction, but no transaction has been started. For C-ISAM programs, review the program logic to make sure that it…
Hydra Error 064 Host is down.
In this blog post, let’s learn about the error message “064 Host is down.” in Hydra and the description of the error. Error Message 064 Host is down. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. If you are attempting to use INFORMIX-STAR or INFORMIX-NET, contact your system administrator to report a network problem. If not,…
Hydra Error 122 ISAM error: transaction not available.
In this blog post, let’s learn about the error message “122 ISAM error: transaction not available.” in Hydra and the description of the error. Error Message 122 ISAM error: transaction not available. Error Details The ISAM processor is trying to add a record to the transaction log but has received an error from the operating system. The disk might be full. Look for operating-system error…
Hydra Error 252 Cannot get system information for table.
In this blog post, let’s learn about the error message “252 Cannot get system information for table.” in Hydra and the description of the error. Error Message 252 Cannot get system information for table. Error Details The database server cannot get a row of a table prior to update. Check the accompanying ISAM error code for more information. Possibly another user has locked the row…
Hydra Error 142 ISAM error: overflow of tblspace page.
In this blog post, let’s learn about the error message “142 ISAM error: overflow of tblspace page.” in Hydra and the description of the error. Error Message 142 ISAM error: overflow of tblspace page. Error Details A DR secondary server is meant for read-only operations. Any kind of write operation to a nontemporary dbspace is not allowed. For example, you cannot create a table in…
Hydra Error 170 ISAM error: illegal use of a storage space for TEXT or BYTE data.
In this blog post, let’s learn about the error message “170 ISAM error: illegal use of a storage space for TEXT or BYTE data.” in Hydra and the description of the error. Error Message 170 ISAM error: illegal use of a storage space for TEXT or BYTE data. Error Details When a storage space containing TEXT or BYTE data has been extended by adding a…
Hydra Error 296 Referenced table table-name not found.
In this blog post, let’s learn about the error message “296 Referenced table table-name not found.” in Hydra and the description of the error. Error Message 296 Referenced table table-name not found. Error Details In a grouping SELECT, you must list every nonaggregate column in the GROUP BY clause to ensure that a well-defined value exists for each selected column in each grouped row. A…
Hydra Error 074 Out of stream resources.
In this blog post, let’s learn about the error message “074 Out of stream resources.” in Hydra and the description of the error. Error Message 074 Out of stream resources. 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 335 There is no audit trail for the specified table.
In this blog post, let’s learn about the error message “335 There is no audit trail for the specified table.” in Hydra and the description of the error. Error Message 335 There is no audit trail for the specified table. Error Details This statement requires an audit trail to work, but no current audit trail exists for the table. Either none was ever started, or…
Hydra Error 072 Not a stream device.
In this blog post, let’s learn about the error message “072 Not a stream device.” in Hydra and the description of the error. Error Message 072 Not a stream device. 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, particularly which device is involved. If the…
Hydra Error 359 Cannot drop current database.
In this blog post, let’s learn about the error message “359 Cannot drop current database.” in Hydra and the description of the error. Error Message 359 Cannot drop current database. Error Details The database that is currently open cannot be dropped. First use the CLOSE DATABASE statement; then you can drop it.