Home | Previous Page | Next Page   Appendix E. Error Messages >

Messages: D-E-F

Dataskip is OFF for all dbspaces.
Cause:

Informational.

Action:

None required.

Dataskip is ON for all dbspaces.
Cause:

Informational.

Action:

None required.

Dataskip is ON for dbspaces: dbspacelist.
Cause:

Informational; DATASKIP is ON for the specified dbspaces.

Action:

None required.

Dataskip will be turned {ON|OFF} for dbspacename.
Cause:

Informational; DATASKIP is ON or OFF for the specified dbspace.

Action:

None required.

DBSERVERALIASES exceeded the maximum limit of 32
Cause:

The limit of 32 aliases was reached.

Action:

Nothing. Only the first 32 will be used.

DBSPACETEMP internal list not initialized, using default.
Cause:

An error occurred while initializing a user-specified DBSPACETEMP list. Typically this condition is due to a memory-allocation failure.

Action:

Check for accompanying error messages.

The DBspace/BLOBspace spacename is now mirrored.
Cause:

You successfully added mirroring to the indicated storage space.

Action:

None required.

The DBspace/BLOBspace spacename is no longer mirrored.
Cause:

You have ended mirroring for the indicated storage space.

Action:

None required.

Dbspace dbspacename for Physical-log File not found.
Cause:

The dbspace dbspacename specified by the PHYSDBS configuration parameter does not exist. As a consequence, the database server cannot complete initialization.

Action:

Use a dbspace known to exist.

devname: write failed, file system is full.
Cause:

Because the file system devname is full, the write failed.

Action:

Free some space in devname.

Dropping temporary tblspace 0xn, recovering nn pages.
Cause:

During shared-memory initialization, the database server routinely searches for temporary tables that are left without proper cleanup. If the database server finds a temporary table, it drops the table and recovers the space. The database server located the specified temporary tblspace and dropped it. The value 0xn is the hexadecimal representation of the tblspace number.

Action:

None required.

Dynamically allocated new shared memory segment (size nnnn).
Cause:

This status message informs you that the database server successfully allocated a new shared-memory segment of size nnnn.

Action:

None required.

ERROR: NO "wait for" locks in Critical Section.
Cause:

The database server does not permit a thread to own locks that might have to wait while that thread is within a critical section. Any such lock request is denied, and an ISAM error message is returned to the user.

Action:

The error reported is an internal error. Contact IBM Informix Technical Support.

Error building sysmaster database. See outfile.
Cause:

Errors were encountered in building the sysmaster database. The file outfile contains the result of running the script buildsmi.

Action:

See the file outfile.

Error in dropping system defined type.
Cause:

An internal error occurred while updating either the sysxtdtypes, sysctddesc, or sysxtdtypeauth system table.

Action:

Contact Technical Support.

Error in renaming systdist.
Cause:

An internal error occurred while trying to find and rename the Informix.systdist SPL routine.

Action:

Contact Technical Support.

Error removing sysdistrib row for tabid = tabid, colid = colid in database name. iserrno = number
Cause:

An error occurred while updating the sysdistrib system table.

Action:

Note the error number and contact Technical Support.

Error writing pathname errno = number.
Cause:

The operating system cannot write to pathname. Number is the number of the operating-system error that was returned.

Action:

Investigate the cause of the operating-system error. Usually it means that no space is available for the file. It might also mean that the directory does not exist or that no write permissions exist.

Error writing shmem to file filename (error).
Unable to create output file filename errno=mm.
Error writing filename errno=nn.
Cause:

The database server detected an error in an attempt to write shared memory to filename. The first message is followed by one of the next two. Either the attempt failed because the output file could not be created or because the contents of shared memory could not be written. The error refers to the operating-system error that prompted the attempted write of shared memory to a file. The value of nn is the operating-system error.

Action:

See your operating-system documentation.

Fail to extend physical log space.
Cause:

The attempt to extend the physical log space failed. Either the path does not exist or the permissions are incorrect.

Action:

Use a path that exists. Check permissions on the current working directory. You or the system administrator must give your group execute permission on the current working directory. After your group has been given permission, retry the operation that generated this message.

Fatal error initializing CWD string.
Check permissions on current working directory. Group groupname must have at least execute permission on '.'.
Cause:

Group groupname does not have execute permission for the current working directory.

Action:

Check permissions on the current working directory. You or the system administrator must give your group execute permission on the current working directory. After your group has been given permission, retry the operation that generated this message.

The following tables have outstanding old version data
pages due to an In-Place Alter Table. Perform
UPDATE tablename SET column = column WHERE 1=1;
to clear these pages from the following tables.
Cause:

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.

Action:

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.

Fragments dbspacename1 dbspacename2 of table tablename set to non-resident.
Cause:

The specified fragments of tablename either have been set to nonresident by the SET TABLE statement.

Action:

None required.

Forced-resident shared memory not available.
Cause:

The database server port for your computer does not support forced-resident shared memory.

Action:

None required.

Freed mm shared-memory segment(s) number bytes.
Cause:

The database server sends this message to the message log after you run the -F option of the onmode utility to free unused memory. The message informs you of the number of segments and bytes that the database server successfully freed.

Action:

None required.

Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]