CHAPTER 10 Database Error Messages
829
Method ’%1’ cannot be called at this time
Item Value
SQLCODE -669
Constant SQLE_METHOD_CANNOT_BE_CALLED
SQLSTATE WJ001
Sybase error code 13711
ODBC 2 State ERROR
ODBC 3 State ERROR
Parameter 1 The name of the method
The method cannot be called at this time. Check that the method is not being
called out of order.
Mismatch between external function platform specifier and current
operating system
Item Value
SQLCODE -618
Constant SQLE_EXTERNAL_PLATFORM_FAILURE
SQLSTATE WW004
Sybase error code 13675
ODBC 2 State ERROR
ODBC 3 State ERROR
A call to an external entry point in a dynamically loaded module was
qualified by an operating system which was not the operating system on
which the server is currently executing.
Probable cause
Probable cause