CHAPTER 10 Database Error Messages
895
The remote table ’%1’ could not be found
Item Value
SQLCODE -666
Constant SQLE_OMNI_RMT_TABLE_NOTFOUND
SQLSTATE WO007
Sybase error code 11214
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The complete name of the remote table
The table could not be found on the remote server. Check the remote table
name and the user privileges on that table.
The Select list for the derived table ’%1’ has no expression to
match %2
Item Value
SQLCODE -812
Constant SQLE_NO_MATCHING_SELECT_ITEM
SQLSTATE 42W59
Sybase error code 13822
ODBC 2 State 37000
ODBC 3 State 42000
Parameter 1 Name of the derived table.
Parameter 2 Name of the alias for which there is no matching
expression.
The specified alias from the derived table’s AS clause has no matching
expression from the Select statement for that derived table. Ensure that each
Select list item has a matching alias in the derived table’s AS clause, and
vice-versa.
Probable cause
Probable cause