Category: Hydra

Hydra Error 275 No INSERT permission.

In this blog post, let’s learn about the error message “275 No INSERT permission.” in Hydra and the description of the error. Error Message 275 No INSERT permission. Error Details The person who created this table has not granted Update privilege to your account name or to the public. The owner of the table or the DBA must grant this privilege before you can update…

Hydra Error 315 No create index permission.

In this blog post, let’s learn about the error message “315 No create index permission.” in Hydra and the description of the error. Error Message 315 No create index permission. Error Details This statement tries to create an index for a table. Either you do not have INDEX privilege on this table, or the table itself is a view or synonym. If the table that…

Hydra Error 206 The specified table is not in the database.

In this blog post, let’s learn about the error message “206 The specified table is not in the database.” in Hydra and the description of the error. Error Message 206 The specified table is not in the database. Error Details The keyword ROWID stands for a virtual column that exists only in simple tables. This message refers to the ROWID of a table that is…

Hydra Error 294 The column column-name must be in the GROUP BY list.

In this blog post, let’s learn about the error message “294 The column column-name must be in the GROUP BY list.” in Hydra and the description of the error. Error Message 294 The column column-name must be in the GROUP BY list. Error Details This INSERT statement does not supply values for all the columns in the table. At least one of the columns that…

Hydra Error 280 A quoted string exceeds 256 bytes.

In this blog post, let’s learn about the error message “280 A quoted string exceeds 256 bytes.” in Hydra and the description of the error. Error Message 280 A quoted string exceeds 256 bytes. Error Details This SELECT statement calls for ordering on more columns than the database server can support. The limit depends on the database server in use, but all can handle sorting…

Hydra Error 141 ISAM error: tblspace table overflow.

In this blog post, let’s learn about the error message “141 ISAM error: tblspace table overflow.” in Hydra and the description of the error. Error Message 141 ISAM error: tblspace table overflow. Error Details The database server administrator sees this error. The database server is configured to handle a certain number of logical logs. The limit has been reached, so a log could not be…

Hydra Error 246 Could not do an indexed read to get the next row.

In this blog post, let’s learn about the error message “246 Could not do an indexed read to get the next row.” in Hydra and the description of the error. Error Message 246 Could not do an indexed read to get the next row. Error Details The database server cannot read the disk page that contains a row of a table. Check the accompanying ISAM…

Hydra Error 071 Too many levels of remote in path.

In this blog post, let’s learn about the error message “071 Too many levels of remote in path.” in Hydra and the description of the error. Error Message 071 Too many levels of remote in path. 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…

Hydra Error 131 ISAM error: no free disk space.

In this blog post, let’s learn about the error message “131 ISAM error: no free disk space.” in Hydra and the description of the error. Error Message 131 ISAM error: no free disk space. Error Details This code indicates one of two problems. The most likely problem is that this operation specifies a dbspace by name (for example, in the IN clause of a CREATE…

Hydra Error 139 ISAM error: logfile table overflow.

In this blog post, let’s learn about the error message “139 ISAM error: logfile table overflow.” in Hydra and the description of the error. Error Message 139 ISAM error: logfile table overflow. Error Details The database system administrator sees this error message. The database server is configured to handle a certain number of disk chunks. The limit has been reached, so a chunk could not…

Hydra Error 115 ISAM error: cannot create lock file.

In this blog post, let’s learn about the error message “115 ISAM error: cannot create lock file.” in Hydra and the description of the error. Error Message 115 ISAM error: cannot create lock file. Error Details The ISAM processor has been asked to open or create a file with a filename longer than 10 characters. For C-ISAM programs, this length exceeds the maximum for the…

Hydra Error 229 Could not open or create a temporary file.

In this blog post, let’s learn about the error message “229 Could not open or create a temporary file.” in Hydra and the description of the error. Error Message 229 Could not open or create a temporary file. Error Details This statement attempts to change the column named ROWID. That column is a part of every table except a fragmented table. You can select it…