I need help with a synchronization issue

Tim Drushal
Tim Drushal Member Posts: 10
edited November 20 in English Forum

I have two computers running Logos 4. One is a desktop running Windows 7 and the other is a Dell Netbook also running Windows 7. I updated Logos 4 on the netbook by pressing the icon prompt that appeared in the lower right corner of the screen this evening and it seems that all went well. But, after I did the same thing on the desktop I am getting a persistent synchronization error. I will include a snippet from the Logos4Error.log in hopes that it may be of help since it means absolutely nothing to me. Thanks.

 


Program Version: 4.6b (4.62.0.0299)

Time: 2013-02-12 21:33:32 -05:00 (2013-02-13T02:33:32Z)

Exception while syncing client: Repository = (Libronix.DigitalLibrary.HistoryManager+OurSyncClientRepository), Service = (Logos.Sync.WebService.JsonSyncService`1[Logos.Documents.Contracts.History.HistorySyncItem])

System.ArgumentNullException: Value cannot be null.

Parameter name: g

   at System.Guid..ctor(String g)

   at Libronix.DigitalLibrary.HistoryManager.OurSyncClientRepository.ConvertDatabaseIdToItemId(Object databaseId)

   at Libronix.DigitalLibrary.HistoryManager.OurSyncClientRepository.ReadItem(String itemId)

   at Logos.Sync.Client.Database.DatabaseSyncClientRepository`1.GatherModifiedItemsCore(SyncOptions options, IWorkState state)

   at Logos.Sync.Client.SyncClientRepository`1.GatherModifiedItems(SyncOptions options, IWorkState state)

   at Logos.Sync.Client.SyncClient.Sync(SyncPurpose purpose, IWorkState state)

   at Logos.Sync.Client.SyncManager.SyncManagerThread()

Comments