Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (A-C)

 

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

Error 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 referred to Employees_trigger instead of "DBA"."Employees"."Employees_trigger".