Hi, I’m having some trouble on Couchbase Lite .NET Version.
I start the replication and he sync every doc very well, after a while he stop sync documents, when I check Replication Status its say xxx10 / xxx14 changes (for example) and never reach the total of changes, if I stop the pull and start again he becames 0 / 0 changes and after while sync every doc staying in Idle. Some minutes pass and new syncs come and the problem repeat needing a new stop and start pull.
I tried to get the same binary and reproduce the error on my dev machine, but works very well in my notebook.
Its only happen on my Production Environment, this production enviroment its a Windows Server 2016 and its a Virtualized machine, my couchbase lite version is 1.4.1
I’m going in the future upgrade do 2.0 but today I need a help on this until that migration happen.
Checking couchbase Lite Last error I founded that Exception
Error during SQLite query - at Couchbase.Lite.Storage.SystemSQLite.SqliteCouchStore.LoadRevisionBody(RevisionInternal rev) at Couchbase.Lite.Database.LoadRevisionBody(RevisionInternal rev) at Couchbase.Lite.Database.GetAttachmentsFromDoc(String docId, RevisionID revId) at Couchbase.Lite.Database.<>c__DisplayClass176_0.b__0(String name, IDictionary2 attachInfo) at Couchbase.Lite.Internal.RevisionInternal.MutateAttachments(Func
3 mutator) at Couchbase.Lite.Database.ProcessAttachmentsForRevision(RevisionInternal rev, IList1 ancestry) at Couchbase.Lite.Database.ForceInsert(RevisionInternal inRev, IList
1 revHistory, Uri source) at Couchbase.Lite.Replicator.Puller.<>c__DisplayClass32_0.b__0(), Inner
There are any north to go?