Neoview Messages Manual (R2.3)
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 20164
20164 The search condition for the specified check constraint has a
syntax error.
Cause You attempted to create a check constraint, but a syntax error was found in the search
condition.
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 20173
20173 A transaction must be started before executing this request.
Cause SQL detected an internal error.
Effect SQL is unable to process the statement.
Recovery Do not attempt recovery. HP support will perform recovery operations in response
to an automatically generated dial-out message about this condition.
SQL 20174
20174 An internal error occurred - A valid SQLNode is expected.
Cause SQL detected an internal error.
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 20175
20175 An internal error occurred - trying to commit or rollback a
transaction that does not exist.
Cause SQL detected an internal error.
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 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.
258 Utility Messages (20000 Through 23099)