Error 1110

"UltraLite cannot synchronize because a synchronization is already running"

Item Description

SQLCode

-1110L

Constant

SYNC_NOT_REENTRANT

SQLState

WW080

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

2781

Severity Code

16

Probable cause

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.


Created November 10, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com