Neoview Messages Manual (Volume 1) (R2.4)

SQL 20176
20176 A concurrent utility or DDL operation (operation) is being
performed on object object-name. It must complete before the requested
utility operation can run.
utility
name of utility that is running, for example—PURGEDATA.
object-name
is the name of the table, view, synonym, trigger, etc.
operation
type of operation that is currently holding the DDL lock. One of the
following: “DP”—DUP, “PI”—Populate index, “PD”—Purgedata,
“RC”—Recovery, “RF”—Refresh, “VA”—Validate, “TR”—Transform.
Cause You attempted to execute a utility or alter the DDL of an object while a concurrent
utility or DDL operation was being performed on the object, its parent, or its dependent.
Effect The operation fails.
Recovery Wait until the concurrent operation has finished and then resubmit.
SQL 20178
20178 Internal error occurred while performing Import.
Cause An unspecified internal error occurred during the IMPORT utility operation.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20179
20179 An unexpected error condition was encountered.
Cause The MODIFY utility encountered an unexpected error condition.
Effect Depending on the severity of the problem, the MODIFY utility might process the
request only partially or not at all.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20182
20182 An internal error was encountered: OPEN of Import Stored Procedure
failed.
Cause SQL encountered an internal error in the stored procedure interface.
Effect The operation fails.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20191
20191 This operation is not supported on nonaudited tables.
Cause You issued a MODIFY request on a nonaudited table, which is not supported.
Effect SQL is unable to prepare the statement.
Recovery If the MODIFY operation is required, alter the table to audited, perform the
MODIFY, and then alter the table back to nonaudited.
SQL 20194
20194 Loading of index index-name failed.
index-name
is the index to be populated as specified by the POPULATE INDEX command.
269