Contents Index ORDER BY not allowed in window '%1' Parameter '%1' not found in procedure '%2'

ASA Error Messages
  Database Error Messages
    Alphabetic list of error messages

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


Item Value
SQLCODE -845
Constant SQLE_INVALID_COLUMN_QUALIFICATION
SQLSTATE 42U02
Sybase error code 13851
ODBC 2 State S0002
ODBC 3 State 42S02
Parameter 1 The owner name specified in the column reference.
Parameter 2 The correlation name which is incorrectly referenced.
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.


Contents Index ORDER BY not allowed in window '%1' Parameter '%1' not found in procedure '%2'