cancel
Showing results for 
Search instead for 
Did you mean: 

Mobilink Client without transaction log files

Baron
Participant
823

In a multi tyer Installation (level 1 at top, level 2, level 3 on the bottom), we download data from level 1 to level 2 and later down to level 3, and we upload other data from level 3 to level 2.

On level 1 runs mobilink server, on level 2 mobilink server & client, on level 3 mobilink client.

On level 3 are several databases, so the database on level 2 receives big amount of data, and consequently it has enorm transaction log file, as a result takes the dbmlsync on level 2 too long time, despite we theoritically dont need to scan this big transaction log file (as mentioned before the database on level 1 acts only as download).

Is there a solution for such a scenario?

I mean to enforce dbmlsync not to scan the transaction log files, or to download into tables which not exist in sysarticles.

View Entire Topic
VolkerBarth
Contributor

Is the sync between 1st and 2nd tier using a download-only publication, or do you run it as a download-only sync, or currently none of those?

I'm relating to these different concepts.

And does the sync between 1st and 2nd tier also affect data that is synced between 2nd and 3rd tier (and possibly modified at 3rd tier), or are these disjunct data? I'm asking as a download-only sync might run into issues (or fail) when it affect rows that have been modified at the lower tier itself...

Baron
Participant
0 Kudos

Currently none of those, is it generally possible to define a download-only publication? With download-only I ment that there are no upload mobilink scripts defined on level 1.

VolkerBarth
Contributor

is it generally possible to define a download-only publication?

It is, see the link in my first response.

Baron
Participant
0 Kudos

Thank you very much, Download-only publications is my survivor!

Can you convert your comment to an answer?