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

asked 10 May '17, 06:50

suberta's gravatar image

suberta
100111117
accept rate: 0%

edited 11 May '17, 10:15

Tom%20Slee's gravatar image

Tom Slee
1.3k21629

1

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

(10 May '17, 15:26) Chris Keating

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.

(11 May '17, 10:15) Tom Slee
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×24

question asked: 10 May '17, 06:50

question was seen: 1,180 times

last updated: 11 May '17, 10:15