sqlite-sync / SQLite-sync.com

AMPLI-SYNC is a framework for synchronizing data between a Sqlite database and an MS SQL/MySQL/Oracle/PostgreSQL database. With this framework your application can work completely offline (Airplane Mode), then perform an automated Bidirectional Synchronization when an internet connection becomes available.
https://ampliapps.com/sqlite-sync/
BSD 3-Clause "New" or "Revised" License
328 stars 82 forks source link

DotNET C# demo not working #26

Open fhintsch opened 4 years ago

fhintsch commented 4 years ago

The Demo seems to be only a fragment. Three tables should be sync, but they are never added to sync. As a consequence the program runs in ArgumentNullException

Bildschirmfoto 2019-11-14 um 11 52 43
fhintsch commented 4 years ago

I assume the demo server is not prepared anymore for the demo client. I switched to my test installation of amplisync server and added a table by hand http://macmini:8080/SqliteSync-3.2.14/API3/AddTable/Documents After editing LoadData() in Form1.cs and another re-initialize() I could see the Documents Data.

sqlite-sync commented 4 years ago

The process should look like this:

  1. Reinitialize (you need to do it only once, at first synchronization)
  2. Send/Receive.

If you want to only refresh data - repeat only step 2.

On Thu, Nov 14, 2019 at 1:11 PM fhintsch notifications@github.com wrote:

I assume the demo server is not prepared anymore for the demo client. I switched to my test installation of amplisync server and added a table by hand http://macmini:8080/SqliteSync-3.2.14/API3/AddTable/Documents After editing LoadData() in Form1.cs and another re-initialize() I could see the Documents Data.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sqlite-sync/SQLite-sync.com/issues/26?email_source=notifications&email_token=ACNU5N6XV53JYUS56AHYHRTQTU55TA5CNFSM4JNJ2EW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEEBT3LI#issuecomment-553860525, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNU5N7A4TCVCY4TIIS6MM3QTU55TANCNFSM4JNJ2EWQ .

-- Best regards Tomek Dziemidowicz E-mail: tomek@dziemidowicz.cloud Take care of the Environment with us! Do not print this message or other documents if it is not necessary.

sqlite-sync commented 4 years ago

Did you add all three tables to synchronization? https://projects.ampliapps.com/projects/ampli-sync/wiki#AddTable-control-method

On Thu, Nov 14, 2019 at 12:11 PM fhintsch notifications@github.com wrote:

The Demo seems to be only a fragment. Three tables should be sync, but they are never added to sync. As a consequence the program runs in ArgumentNullException [image: Bildschirmfoto 2019-11-14 um 11 52 43] https://user-images.githubusercontent.com/3294876/68852230-c7eaa380-06d7-11ea-9225-a05e28020c3b.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/sqlite-sync/SQLite-sync.com/issues/26?email_source=notifications&email_token=ACNU5N73QYWUJX6YHES7EOLQTUW6JA5CNFSM4JNJ2EW2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HZJEG5Q, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACNU5NYJAISBXZCV2N4RMZDQTUW6JANCNFSM4JNJ2EWQ .

-- Best regards Tomek Dziemidowicz E-mail: tomek@dziemidowicz.cloud Take care of the Environment with us! Do not print this message or other documents if it is not necessary.