Owner '%1' used in a qualified column reference does not match correlation name '%2'

Error constant SQLE_INVALID_COLUMN_QUALIFICATION
ODBC 2 State S0002
ODBC 3 State 42S02
Parameter 1 The owner name specified in the column reference.
Parameter 2 The correlation name that is incorrectly referenced.
Severity 15
SQLCODE –845
SQLSTATE 42U02
Sybase error code 13851
Probable cause

Your query contains a qualified column reference to a table name, but either a correlation name has been used for that table, or the owner of the table does not match the owner name specified in the column reference. Remove the owner qualification, and qualify column references only by correlation name.