The indicated table has been made resident by the SET TABLE statement.
No action is required.
The indicated table and all its indexes have been made resident by the SET TABLE statement.
No action is required.
Reversion to a previous version of the database server has been attempted while an in-place ALTER TABLE is in progress. The previous versions of the database server cannot handle tables that have multiple schemas of rows in them.
Force any in-place alters to complete by updating the rows in the affected tables before you attempt to revert to a previous version of the database server. To do this, create a dummy update in which a column in the table is set to its own value, forcing the row to be updated to the latest schema in the process without actually changing column values. Rows are always altered to the latest schema, so a single pass through the table that updates all rows completes all outstanding in-place alters.
The operating system could not open the null device or duplicate the file descriptor associated with the opening of that device. The system error number is returned.
See your operating-system documentation.
During a data restore, there were too many active transactions. At some point during the restore, the number of active transactions exceeded 32 kilobytes.
None.
The logical log is corrupt. This situation can occur when a new transaction is started, but the first logical-log record for the transaction is not a BEGWORK record.
Contact IBM Technical Support at tsmail@us.ibm.com.
A heuristic decision occurred to roll back a transaction after it completed the first phase of a two-phase commit.
None required.
A thread attempted to allocate an entry in the transaction table when no entries in the shared-memory table were available. The user ID and process ID of the requesting thread are displayed.
Try again later.
The operating system cannot create output file filename. The errno is the number of the operating-system error returned.
Verify that the directory exists and has write permissions.
The operating system cannot extend to nn reserved pages for purpose in root chunk. (The value purpose can be either Checkpoint/Log, DBSpace, Chunk, or Mirror Chunk.)
Reduce the ONCONFIG parameter for the resource cited; bring the database server up and free some space in the primary root chunk. Then reattempt the same operation.
The database server encountered an out-of-memory condition.
No action is necessary.
The database server cannot open the specified tblspace. (The value nn is the hexadecimal representation of the tblspace number.)
See the ISAM error
message number nn, which should explain
why the tblspace cannot be accessed. The error message appears in IBM Informix: Error Messages at http://www.ibm.com/software/data/informix
/pubs/library/.
This message displays upon disk initialization. The value of PAGESIZE that was specified in the ONCONFIG file is not a valid value.
Restart the database server with a valid PAGESIZE value.
You configured the database server with more than the maximum number of virtual processors allowed (1000).
To reduce the number of virtual processors, decrease the values of VPCLASS, NUMCPUVPS, NUMAIOVPS, or NETTYPE in your ONCONFIG file.