Log Parsing Utility
@mpleska wrote: I’m new to CouchBase and currently trying to look through logs from Sync Gateway and it seems to get very confusing, depending on how many connected users there are. I was wondering if...
View ArticleModule compiled with Swift 5.0.1 cannot be imported by the Swift 5.1 compiler
@Karan_Pal wrote: I just got my Xcode updated to Xcode 11. But I am not able to build my project as it’s giving the error mentioned below Module compiled with Swift 5.0.1 cannot be imported by the...
View ArticleCouchbase Lite Mapping Tool problems with complex objects
@Salvatore_Librizzi wrote: I just tried using the mapping tool (1.0.7) on github because I have some slightly complex objects to store in couchbase lite (2.6). The first issue I’ve noticed is that...
View ArticleCrash in CBLite when replicating - after Visual Studio update
@jda wrote: Yesterday I updated my Visual Studio for Mac to the latest version (8.3 - build 1805) - and XCode to version 11 (a requirement for that VS version). Since then my app has crashed. After...
View ArticleCannot get Couchbase Lite Regex query to work
@jda wrote: I have a simple document structure where a number of locations of different types are held (with GPS location and name). An example: { "ispublic": true, "key": "8641", "name": "Grærup...
View ArticleORDER_BY ASC on index is much slower than ORDER_BY DESC
@thamha wrote: I have a database with >10K records and use couchbase-lite-core opensource to manage. The database has one of the indices with information: index name: “rec_duration”, on field:...
View ArticleHow can I run CouchbaseLite on Xamarin.UITest?
@emrebas wrote: I couldn’t run code of opening database but it says that below. I called Activate() on MainActivity for Android project on C#. Simply, I created a method for creating database and...
View ArticleBuilding couchbase-lite-android-ce from sources
@bpolanec wrote: Hi. I’ve followed instructions on https://github.com/couchbase/couchbase-lite-android-ce#building-from-source . While executing task [build] I get error: *What went wrong: Execution...
View ArticleIs it possible to JOIN two different data sources in couchbase mobile?
@prasadm wrote: I have created two different databases in mobile. I want to join them. How to do that? Database 1, name = employee Sample document: { “name”: “Employee 1”, “email”:...
View ArticleStrange counters on replicator Couchbase Lite 2.5.3 / Syncgateway 2.5.1
@astentv wrote: Good morning, I would like to understand better the numbers coming from the replicator status I have this little piece of code ReplicatorConfiguration replConfig = new...
View ArticleDoes CouchbaseLiteSwift framework sync gateway works on localhost servers only?
@Anu25 wrote: I am accessing localhost server using syncgateway. But now I want to use another rest api instead of localhost server .Can I use other server api for CouchbaseLiteSwift? Will replication...
View ArticleHow to do initial sync?
@prasadm wrote: I want to sync some documents (Around 10MB) as soon as the user logs in. Also I want to show progress bar as sync progresses. I have added ReplicatorChange listener to Replicator. The...
View ArticleForcing sync of iOS CBL document to Sync Gateway?
@aluramh wrote: The problem I am trying to solve is the documents not syncing immediately. What is happening: I modified a document and saved it to Couchbase using database.saveDocument(mutableDoc). I...
View ArticleSyncgateway in kubernetes stuck at start
@pankaj.sharma wrote: Hi All, Sync gateway when starting is getting stuck and showing following logs: 2019-10-02T02:24:53.151Z ==== Couchbase Sync Gateway/2.5.0(271;bf3ddf6) EE ====...
View ArticleCan I do a "post only once and forget" type of sync?
@jda wrote: I have a requirement like this: I Create a specific document on the mobile of type say “Feedback” This type is not sync’ed to the mobile (using an import filter) When sync’ed I want the...
View ArticleCBL 2.6 & Sync Gateway 2.5
@david2 wrote: Hello, We need to upgrade from CBL version 2.5.3 to 2.6.1 for Xcode 11 and Swift 5.1 support. Is the CBL 2.6.1 version compatible with Sync Gateway 2.5.1 ? Can we deploy CBL 2.6.1...
View ArticleSome unexpected findings in CBL 2.x
@benjamin_glatzeder wrote: CBL 2.6 Android SG 2.6 CB Server 6.0 CE Below are some unexpected findings. I put them in one post instead of creating several individual posts at once. 1)...
View ArticleBinary document keys in sync gateway?
@mrmurphy wrote: Hi! Our business requirements are causing us to migrate all of our data (hundreds of millions of documents) into a different data store. We’ve been working and working to figure out...
View ArticleSync Gateway: User Document with Custom Authentication
@alex2 wrote: I am planning on using custom authentication using something similar to this example https://blog.couchbase.com/custom-authentication-with-couchbase-mobile/ I have a couple of user...
View ArticlePurged document after purge tries to be replicated from device
@bpolanec wrote: I have a replication filter for push set on a push replicator. The document gets rejected by replicator before purging after creation which is OK because filter is configured in that...
View Article