cancel
Showing results for 
Search instead for 
Did you mean: 

Start full synchronisation with Mobilink

former_member329524
Active Participant
0 Kudos

Hello, all

I have the following situation.

There is a consolidated DB with a data table containing data from multiple DBs.

The synchronization for this table is one way: from remote to consolidated.

Now a new remote DB wishes to synchronize the data. A subscription is created on it and all changes to the db are propagated to consolidated.

But the remote DB already has older data in the table, which existed before there was a subsription to the the Mobilink.

Question: how can I cause the mobilink to send all the data from the table to the consolidated DB as if it has just been added (i.e., using INSERT command)?

Thank you

Arcady

Accepted Solutions (1)

Accepted Solutions (1)

jeff_albion
Employee
Employee
0 Kudos

Hi Arcady,

After defining the publication, MobiLink will only flag the rows for upload if there was a material change on the record. You would need some kind of non-essential 'flag' column to force the row(s) to be updated, then have it uploaded as part of the upload_update event.

Regards,

Jeff Albion

SAP Active Global Support

Answers (0)