Category: Hydra
Hydra Error 390 Synonym already used as table name or synonym.
In this blog post, let’s learn about the error message “390 Synonym already used as table name or synonym.” in Hydra and the description of the error. Error Message 390 Synonym already used as table name or synonym. Error Details This CREATE SYNONYM statement names a synonym that is already in use. To see all the synonym and table names currently defined, query systables as…
Hydra Error 061 Connection refused.
In this blog post, let’s learn about the error message “061 Connection refused.” in Hydra and the description of the error. Error Message 061 Connection refused. 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, please note…
Hydra Error 056 Socket is already connected.
In this blog post, let’s learn about the error message “056 Socket is already connected.” in Hydra and the description of the error. Error Message 056 Socket is already connected. 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 261 Cannot create file for table table-name.
In this blog post, let’s learn about the error message “261 Cannot create file for table table-name.” in Hydra and the description of the error. Error Message 261 Cannot create file for table table-name. Error Details The current statement refers to a cursor that has not been opened. Review the logic of the program to see how it failed to execute the OPEN statement before…
Hydra Error 308 Corresponding column types must be compatible for each UNION statement.
In this blog post, let’s learn about the error message “308 Corresponding column types must be compatible for each UNION statement.” in Hydra and the description of the error. Error Message 308 Corresponding column types must be compatible for each UNION statement. Error Details All rows produced in a union of SELECT statements must have the same format, so the corresponding columns for each UNION…
Hydra Error 150 The limits of the INFORMIX Demo Version have been exceeded.
In this blog post, let’s learn about the error message “150 The limits of the INFORMIX Demo Version have been exceeded.” in Hydra and the description of the error. Error Message 150 The limits of the INFORMIX Demo Version have been exceeded. Error Details The database server administrator sees this error. You cannot remove a dbspace until all tables that are in it have been…
Hydra Error 143 ISAM error: deadlock detected.
In this blog post, let’s learn about the error message “143 ISAM error: deadlock detected.” in Hydra and the description of the error. Error Message 143 ISAM error: deadlock detected. Error Details The database server is configured to handle a certain number of open tblspaces (which correspond approximately to tables). This limit has been reached, so a table that is used in this statement could…
Hydra Error 264 Could not write to a temporary file.
In this blog post, let’s learn about the error message “264 Could not write to a temporary file.” in Hydra and the description of the error. Error Message 264 Could not write to a temporary file. Error Details This internal error should not occur. Note all the details of the network software in use and the version number of the database servers in this and…
Hydra Error 124 ISAM error: no begin work yet.
In this blog post, let’s learn about the error message “124 ISAM error: no begin work yet.” in Hydra and the description of the error. Error Message 124 ISAM error: no begin work yet. Error Details This implementation of ISAM uses shared memory; however, the shared-memory partition has not been established. Contact the system administrator or the person who installed the product.
Hydra Error 126 ISAM error: bad row id.
In this blog post, let’s learn about the error message “126 ISAM error: bad row id.” in Hydra and the description of the error. Error Message 126 ISAM error: bad row id. Error Details The ISAM processor has been asked to open a file that is located on a disk attached to another computer and that is accessed using the Network File System (NFS). This…
Hydra Error 133 ISAM error: audit trail exists.
In this blog post, let’s learn about the error message “133 ISAM error: audit trail exists.” in Hydra and the description of the error. Error Message 133 ISAM error: audit trail exists. Error Details The limit on a single row is the disk page size that the database server supports. Define the table differently, so that each row is shorter. Consider splitting the table into…
Hydra Error 116 ISAM error: cannot allocate memory.
In this blog post, let’s learn about the error message “116 ISAM error: cannot allocate memory.” in Hydra and the description of the error. Error Message 116 ISAM error: cannot allocate memory. Error Details The ISAM processor has been asked to access a file or row using locking. Because this operating system uses files for locking, ISAM must create a tablename.lok file. When it tried…