Category: Hydra

Hydra Error 058 Can’t send after socket shutdown.

In this blog post, let’s learn about the error message “058 Can’t send after socket shutdown.” in Hydra and the description of the error. Error Message 058 Can’t send after socket shutdown. 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 182 ISAM error: Duplicate optical BLOBSpace name.

In this blog post, let’s learn about the error message “182 ISAM error: Duplicate optical BLOBSpace name.” in Hydra and the description of the error. Error Message 182 ISAM error: Duplicate optical BLOBSpace name. Error Details A user-defined routine (UDR) failed to execute properly. Typically, this occurs when the UDR raises an error. For more specific information, see the message log.

Hydra Error 201 A syntax error has occurred.

In this blog post, let’s learn about the error message “201 A syntax error has occurred.” in Hydra and the description of the error. Error Message 201 A syntax error has occurred. Error Details An SQL identifier exceeded the maximum number of characters. In Informix Dynamic Server 9.2x or 9.3, the maximum length for identifiers in SQL statements is 128 characters. In other Informix database…

Hydra Error 007 Arg list too long.

In this blog post, let’s learn about the error message “007 Arg list too long.” in Hydra and the description of the error. Error Message 007 Arg list too long. 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 refer to…

Hydra Error 036 Operation now in progress.

In this blog post, let’s learn about the error message “036 Operation now in progress.” in Hydra and the description of the error. Error Message 036 Operation now in progress. 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 377 Must terminate transaction before closing database.

In this blog post, let’s learn about the error message “377 Must terminate transaction before closing database.” in Hydra and the description of the error. Error Message 377 Must terminate transaction before closing database. Error Details This statement (DATABASE, CREATE DATABASE, or CLOSE DATABASE) cannot be executed until the current transaction is finished. Use either COMMIT WORK or ROLLBACK WORK and then close the database….

Hydra Error 303 Expression mixes columns with aggregates.

In this blog post, let’s learn about the error message “303 Expression mixes columns with aggregates.” in Hydra and the description of the error. Error Message 303 Expression mixes columns with aggregates. Error Details This SELECT statement uses an aggregate function in its WHERE clause. This action is not allowed. The WHERE clause must be applied row by row as a table is scanned, but…

Hydra Error 028 No space left on device.

In this blog post, let’s learn about the error message “028 No space left on device.” in Hydra and the description of the error. Error Message 028 No space left on device. Error Details An operating-system error code with the meaning shown was unexpectedly returned to the database server. Either a database table or an ASCII output file has probably filled the available disk space….

Hydra Error 330 Cannot create database.

In this blog post, let’s learn about the error message “330 Cannot create database.” in Hydra and the description of the error. Error Message 330 Cannot create database. Error Details Possibly you tried to create a database with the same name as one that already exists; if so, choose a different name. Otherwise, check the accompanying ISAM error code for more detailed information on the…

Hydra Error 301 The total size of the GROUP BY columns is too big.

In this blog post, let’s learn about the error message “301 The total size of the GROUP BY columns is too big.” in Hydra and the description of the error. Error Message 301 The total size of the GROUP BY columns is too big. Error Details The database server limits the total number of bytes in the combined columns that the GROUP BY clause lists….

Hydra Error 239 Could not insert new row – duplicate value in a UNIQUE INDEX column.

In this blog post, let’s learn about the error message “239 Could not insert new row – duplicate value in a UNIQUE INDEX column.” in Hydra and the description of the error. Error Message 239 Could not insert new row – duplicate value in a UNIQUE INDEX column. Error Details The database server cannot execute a BEGIN WORK statement. Check the accompanying ISAM error code…

Hydra Error 207 Cannot update cursor declared on more than one table.

In this blog post, let’s learn about the error message “207 Cannot update cursor declared on more than one table.” in Hydra and the description of the error. Error Message 207 Cannot update cursor declared on more than one table. Error Details The database server cannot find a table or view specified in the statement. The table or view might have been renamed or dropped…