Few documents have just vanished in sync between Cloudant to Dash DB. On Cloudant side, the count of messages in main & overflow table is different than the actual count in dash db tables. Any clue how to find those documents?
Issue in Cloudant to Dash DB sync on bluemix: Documents lost in transit
155 Views Asked by jeet At
1
There are 1 best solutions below
Related Questions in IBM-CLOUD
- Update a bearer token in a watsonx extension
- Unexpected behaviour when updating variables in Schematics using the golang SDK
- TranspilerError: 'Number of qubits (40) in QAOA is greater than maximum (30) in the coupling_map'
- What is "X-Require-Whisk-Auth" (IBM Cloud Functions) in IBM Cloud Code Engine functions?
- How to connect device to IBM cloud
- EntityStreamSizeException Due to Request Content Size Limit Exceeded
- Call watsonx.ai prompt in watson assistant
- Where do I find my credentials for using watsonx.ai
- Watsonx Assistant reconigze phone number from Twillio Integration
- IBM NeuralSeek API Filter
- Is there any option to activate/deactivate a MDB in open liberty
- Fail-over to secondary region when primary region goes down on a IBM MQ Multi-instance Queue manager using a NFS 4.1 share
- CS0246 Error while installing IBM Watson SDK for Unity
- Programmatic name pending approval - approval duration, criteria
- How can I compact a collection in my IBM Cloud Databases for MongoDB deployment?
Related Questions in CLOUDANT
- How to hide documents at the CouchDb?
- How can we search IBM cloudant DB to retrieve documents that match supplied field values?
- IBM Cloud Functions + Cloudant
- Authenticating with IBM Cloudant DB with API Key fails
- Cannot connect CouchDB 3.3.2 with Clauseau 2.21.5
- I'm having some trouble using IBM cloud cloudant , any help would be greatly appreciated
- Why are some of my Cloudant documents not being indexed when using Cloudant Search?
- CloudAnt: return only the last document matching an array of keys
- How do you authenticate with an API key inside an IBM Cloud Function?
- Cloudant: couch returned 500
- Invalid Chunk Length when processing Changes feed from Cloudant
- Cloudant from Cloudflare workers giving authentication error
- How do I use the number of active users of my app with my Cloudant database?
- How can I export my data from Cloudant for analytics purposes?
- Couch Client throwing Runtime exception Could not determine if _bulk_get endpoint is supported
Related Questions in DASHDB
- How do I configure Db2 on Cloud as source in Apache Zeppelin?
- db2 on cloud rollforward and incremental backup
- Db2: How to convert Unix / epoch time to timestamp?
- Exceeded maximum limit of 5 connections. Connection refused
- IBM DB2 On Cloud - Exceeded maximum limit of 5 connections. Connection Refused
- Db2 Lite plan on the IBM Cloud table not accessible after ALTER COLUMN performed
- for db2 on cloud, are things like runstats and reorgchk/reorg done automatically?
- How to change timestamp in Db2?
- DB2 on Cloud. Change the configuration STRING_UNITS to CODEUNITS32
- Why am I getting the "SQL0134N Improper use of a string column..." error with my query?
- DashDB Entry Plan sunset and databases lost
- V2/V3 of Db2 Warehouse Rest API
- I got garbled character with [email protected] in nodejs project
- Db2 on IBM Cloud: How to get the table space?
- DB2 database in Oracle SQL developer with SSL option
Related Questions in CLOUDANT-SDP
- How to write selector query in cloudant for below cloudant json Data
- How to automate creating and managing the Cloudant SDP?
- Password is url encoded resulting in "The Bluemix credentials you entered don't appear to be valid. Please try again."
- Cloudant warehouse, deleted documents are not synced
- Issue in Cloudant to Dash DB sync on bluemix: Documents lost in transit
- Access search index by cloudant-client api
- XXXX does not exist in the discovered schema. Document has not been imported
- SDP status shows that one document was skipped, but the *_OVERFLOW table is empty
- Error: 'You are not authorized to perform the requested action' when trying to create a warehouse
- What steps are performed by a 'Rescan'?
- how to increase the sample size used during schema discovery to 'unlimited'?
- The value type for json field XXXX was presented as YYYY but the discovered data type of the table's column was ZZZZ
- No matched schema for {"_id":"...","doc":{...}
- SQL0670N The statement failed because the row size of the resulting table would have exceeded the row size limit
- how to 'flatten' the table in dashDB created by the schema discovery process (SDP)?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?



The best way for you to recover the lost documents would be by using the RESCAN function. That will re-load all documents currently in Cloudant to dashDB. Just beware that it will drop existing tables and records before it performs the reload.
If you want the Cloudant support team to investigate the specific cause for this loss, please open a ticket with [email protected] and make sure to mention your account details!