Dear Experts, While running synchronisation of profiles from SQL Anywhere for Remote Data Sync configured on SAP HANA, we are able to replicate data from HANA to SQL Anywhere but the opposite is not happening. We want data from SQL Anywhere to be inserted in SAP HANA. What changes are required in the scripts for this to happen? Regards, Suberta |
Assuming that the system is not configured as download only, rows that inserted, updated, or deleted on the remote client are uploaded. You will need to define scripts to handled Upload Rows.
For more information on Upload-Only and Download-Only synchronizations, see
https://help.sap.com/viewer/80b49f0e9a9d4a5b9b5b892981b5152c/2.0.01/en-US/d5e63cbb708a1014916f94b654bd5ad0.html
For more information on scripts for processing uploads, see https://help.sap.com/viewer/80b49f0e9a9d4a5b9b5b892981b5152c/2.0.01/en-US/d5e821e4708a1014b7a988734afe8562.html
You may also want to look in the Remote Data Sync log files: there should be an indication of what is done with the uploaded rows.