Error constant | SQLE_SYNC_NOT_REENTRANT |
ODBC 2 state | ERROR |
ODBC 3 state | ERROR |
Severity | 16 |
SQLCODE | -1110 |
SQLSTATE | WW080 |
Sybase error code | 13404 |
You attempted to synchronize an UltraLite database which is already synchronizing. You must wait until the current synchronization completes before starting another. UltraLite allows most operations to run concurrently with synchronization, but only a single synchronization can be active at a time. This is generally caused by two different threads attempting a synchronize call or statement at the same time.
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |