Collection Contents Index Could not refresh tracing: at least one enabled tracing level must be specified Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

Could not refresh tracing: failed to find object %1 on row %2


Item

Value

Constant

SQLE_TRACING_OBJ_NOT_FOUND

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Parameter 1

The specified name of the object.

Parameter 2

The primary key of the row on which the check failed.

Severity

11

SQLCODE

-1083

SQLSTATE

WW067

Sybase error code

13431

Probable cause

You misspelled the object name, or you did not qualify the name with user (and, possibly, table) name. For example, you might have referred to Employees instead of DBA"."Employees", or you might have refered to Employees_trigger instead of "DBA"."Employees"."Employees_trigger".


Collection Contents Index Could not refresh tracing: at least one enabled tracing level must be specified Next PDF