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

Messages: C

Cannot Allocate Physical-log File, mm wanted, nn available.
Cause:

The database server attempted to initialize shared memory with a physical-log size that exceeds the amount of contiguous space available in the dbspace (specified as PHYSDBS in ONCONFIG). Both quantities of space, wanted and available, are expressed as kilobytes.

Action:

You must either reduce the size of the physical log (specified as PHYSFILE in ONCONFIG) or change the location of the physical log to a dbspace that contains adequate contiguous space to accommodate the physical log.

Cannot alter a table which has associated violations table.
Cause:

The user tried to add, drop, or modify a column in a table that has a violations table associated with it.

Action:

Do not change the columns in the user table.

Cannot change to mode.
Cause:

Some error during fast or full recovery has prevented the system from changing to online or quiescent mode.

Action:

See previous messages in the log file for information.

Cannot Commit Partially Complete Transactions.
Cause:

Transactions that drop tables or indexes do not perform the drop until a COMMIT statement is processed (with a few exceptions). In these cases, a beginning commit log record is written, followed by the usual commit log record. If the database server fails in between the two, the fast recovery process attempts to complete the commit the next time that you initialize the database server.

If this completion of the commit fails, the database server generates the preceding message.

Action:

To determine if you need to take action, examine the logical log as described in Interpreting Logical-Log Records.

Cannot create a user-defined VP class with 'SINGLE_CPU_VP' non-zero.
Cause:

SINGLE_CPU_VP is set to nonzero, and onmode was used to create a user-defined VP class.

Action:

If user-defined VP classes are necessary, stop the database server, change SINGLE_CPU_VP to zero, and restart the database server.

Cannot create violations/diagnostics table.
Cause:

The user issued a START VIOLATIONS TABLE statement for a target table. The database server cannot create the violations table for this target table. Any of the following situations might be the reason for this failure:

Action:

To resolve this error, perform one of the following actions:

Cannot insert from the violations table to the target table.
Cause:

The user has issued a statement that attempts to insert rows from the violations table into the target table. For example, the user enters the following invalid statement:

INSERT INTO mytable SELECT * FROM mytable_vio;

Also, if the target table has filtering-mode constraints, you receive this error. Extended Parallel Server does not support filtering-mode constraints.

Action:

To recover from this error, perform the following actions:

Cannot modify/drop a violations/diagnostics table.
Cause:

The user has tried to alter or drop a table that is serving as a violations table for another table.

Action:

Do not alter or drop the violations table.

Cannot Open Dbspace nnn.
Cause:

The database server is unable to access the specified dbspace. This message indicates a problem opening the tblspace or corruption in the initial chunk of the dbspace.

Action:

Verify that the device or devices that make up the chunks of this dbspace are functioning properly and that you assigned them the correct operating-system permissions (rw-rw----). You might be required to perform a data restore.

Cannot Open Logical Log.
Cause:

The database server is unable to access the logical-log files. Because the database server cannot operate without access to the logical log, you must resolve this problem.

Action:

Verify that the chunk device where the logical-log files reside is functioning and has the correct operating-system permissions (rw-rw----).

Cannot Open Mirror Chunk pathname, errorno = nn.
Cause:

The database server cannot open the mirrored chunk of a mirrored pair. The chunk pathname and the operating-system error are returned.

Action:

For more information about corrective actions, see your operating-system documentation.

Cannot Open Primary Chunk pathname, errorno = nnn.
Cause:

The primary chunk of a mirrored pair cannot be opened. The chunk pathname and the operating-system error are returned.

Action:

For more information about corrective actions, see your operating-system documentation.

Cannot Open Primary Chunk chunkname.
Cause:

The initial chunk of the dbspace cannot be opened.

Action:

Verify that the chunk device is running properly and has the correct operating-system permissions (rw-rw----).

Cannot open sysams in database name, iserrno number.
Cause:

An error occurred when the database server opened the sysams system table.

Action:

Note the error number and contact Technical Support.

Cannot open sysdistrib in database name, iserrno number.
Cause:

An error occurred when the database server accessed the sysdistrib system table.

Action:

Note the error number and contact Technical Support.

Cannot open system_table in database name, iserrno number.
Cause:

An error occurred when the database server opened the specified system table.

Action:

Note the error number and contact Technical Support.

Cannot open systrigbody in database name, iserrno number.
Cause:

An error occurred when the database server accessed the systrigbody system table.

Action:

Note the error number and contact Technical Support.

Cannot open systriggers in database name, iserrno number.
Cause:

An error occurred when the database server accessed the systriggers system table.

Action:

Note the error number and contact Technical Support.

Cannot open sysxtdtypes in database name, iserrno number.
Cause:

An error occurred while accessing the sysxtdtypes system table.

Action:

Note the error number and contact Technical Support.

Cannot Perform Checkpoint, shut system down.
Cause:

A thread that is attempting to restore a mirrored chunk has requested a checkpoint, but the checkpoint cannot be performed.

Action:

Shut down the database server.

Cannot Restore to Checkpoint.
Cause:

The database server is unable to recover the physical log and thus unable to perform fast recovery.

Action:

If the database server does not come online, perform a data restore from dbspace backup.

Cannot Rollback Incomplete Transactions.
Cause:

Within the fast-recovery or data-restore procedure, the logical-log records are first rolled forward. Then, open transactions that have not committed are rolled back. An open transaction could fail during the rollback, leaving some of the modifications from the open transaction in place. This error does not prevent the database server from moving to quiescent or online mode, but it might indicate an inconsistent database.

Action:

To determine if any action is needed, use the onlog utility to examine the logical log.

Cannot update pagezero.
Cause:

A failure occurred while the database server was trying to rewrite a reserved page during the reversion process.

Action:

See previous messages in the log file for information, or contact Technical Support.

Cannot update syscasts in database name. Iserrno number.
Cause:

An internal error occurred while inserting data into the syscasts system table.

Action:

Contact Technical Support..

Can't affinity VP mm to phys proc nn.
Cause:

The database server supports process affinity, but the system call to bind the virtual processor to a physical processor failed.

Action:

See your operating-system documentation.

Changing the sbspace minimum extent value: old value value1, new value value2.
Cause:

This informational message occurs when you issue the following command:

onspaces -ch sbspace -Df "MIN_EXT_SIZE=value1" -y
Action:

None. For more information, see Change Sbspace Default Specifications.

Checkpoint blocked by down space, waiting for override or shutdown.
Cause:

A dbspace has gone down during a checkpoint interval. The database server is configured to wait for an override when this situation occurs.

Action:

Either shut down the database server or issue an onmode -O command to override the down dbspace. For more information on the onmode utility, see In This Chapter.

Checkpoint Completed: duration was n seconds.
Cause:

A checkpoint completed successfully.

Action:

None required.

Checkpoint Page Write Error.
Cause:

The database server detected an error in an attempt to write checkpoint information to disk.

Action:

For additional assistance in resolving this situation, contact Technical Support.

Checkpoint Record Not Found in Logical Log.
Cause:

The logical log or the chunk that contains the logical log is corrupted. The database server cannot initialize.

Action:

Perform a data restore from dbspace backup.

Chunk chunkname added to space spacename.
Cause:

The variables in this message have the following values:

chunkname
is the name of the chunk that the database server administrator is adding.
spacename
is the name of the storage space to which the database server administrator is adding the chunk.
Action:

None required.

Chunk chunkname dropped from space spacename.
Cause:

The database server administrator dropped chunk chunkname from space spacename.

Action:

None required.

Chunk number nn pathname -- Offline.
Cause:

The indicated chunk in a mirrored pair has been marked with status D and taken offline. The other chunk in the mirrored pair is operating successfully.

Action:

Take steps now to repair the chunk device and restore the chunk. The chunk number and chunk device pathname are displayed.

Chunk number nn pathname -- Online.
Cause:

The indicated chunk in a mirrored pair has been recovered and is online (marked with status O). The chunk number and chunk device pathname are displayed.

Action:

None required.

The chunk pathname must have READ/WRITE permissions for owner and group.
Cause:

The chunk pathnamedoes not have the correct owner and group permissions.

Action:

Make sure that you assigned the correct permissions
(-rw-rw---) to the device on which the chunk is located.

The chunk pathname must have owner-ID and group-ID set to informix.
Cause:

The chunk chunkname does not have the correct owner and group ID.

Action:

Make sure the device on which the chunk is located has the ownership. On UNIX, both owner and group should be informix. On Windows, the owner must be a member of the Informix-Admin group.

The chunk pathname will not fit in the space specified.
Cause:

The chunk pathname does not fit in the space that you specified.

Action:

Choose a smaller size for the chunk, or free space where the chunk is to be created.

Cleaning stray LOs in sbspace sbspacename.
Cause:

The database server administrator is running onspaces -cl sbspacename.

Action:

None required.

Completed re-creating indexes.
Cause:

The database server finished re-creating the deferred indexes.

Action:

None required.

Configuration has been grown to handle up to integer chunks.
Cause:

The database server administrator increased the number of chunks to the specified value by changing CONFIGSIZE or setting MAX_CHUNKS to a higher value.

Action:

None required. The change was successful.

Configuration has been grown to handle up to integer dbslices.
Cause:

The database server administrator increased the number of dbslices to the specified value by changing CONFIGSIZE or setting MAX_DBSLICES to a higher value.

Action:

None required. The change was successful.

Configuration has been grown to handle up to integer dbspaces.
Cause:

The database server administrator increased the number of dbspaces to the specified value by changing CONFIGSIZE or setting MAX_DBSPACES to a higher value.

Action:

None required. The change was successful.

Continuing Long Transaction (for COMMIT): tx 0xn.
Cause:

The logical log has filled beyond the long-transaction high-watermark (LTXHWM), but the offending long transaction is in the process of committing. In this case, the transaction is permitted to continue writing to the logical log and is not rolled back. The address of the transaction structure in shared memory is displayed as hexadecimal value tx 0xn.

Action:

None required.

Could not disable priority aging: errno = number.
Cause:

An operating-system call failed while it was trying to disable priority aging for the CPU virtual processor. The system error number associated with the failure is returned.

Action:

See your operating-system documentation.

Could not fork a virtual processor: errno = number.
Cause:

The fork of a virtual processor failed. The database server returns the operating-system error number associated with the failure.

Action:

For information on determining the maximum number of processes available per user and for the system as a whole, refer to your operating-system documentation.

Create_vp: cannot allocate memory.
Cause:

The database server cannot allocate new shared memory.

Action:

The database server administrator must make more shared memory available. This situation might require increasing SHMTOTAL or reconfiguring the operating system. This message is usually accompanied by other messages that give additional information.

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