Symptom
For a regular synchronization with a SQL Anywhere remote against MobiLink, the standard upload phase event model is:
/*** UPLOAD TRANSACTION ***/
<begin_upload> // Connection event
for each table being synchronized {
<begin_upload>
}
<handle_UploadData> // Connection event
for each table (in reverse order) {
<begin_upload_deletes>
for each uploaded delete for this table {
<upload_deleted_row>
}
<end_upload_deletes>
}
for each table {
if( <begin_upload> table script was processed ) {
<end_upload>
}
}
if( begin_upload connection script was processed ) {
<end_upload> // Connection event
}
for each table being synchronized {
<upload_statistics>
}
<upload_statistics> // Connection event
COMMIT
When using transactional uploads (dbmlsync -tu) or incremental uploads (Increment (inc) extended option), how do the upload events change?
Read more...
Environment
- SAP Sybase SQL Anywhere (all versions)
- MobiLink Synchronization Server
Product
SAP SQL Anywhere all versions ; SAP SQL Anywhere, cloud edition all versions ; SQL Anywhere all versions
Keywords
11592709 , KBA , BC-SYB-SQA , SQL Anywhere (on premise, on demand) , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.
SAP Knowledge Base Article - Preview