IBMPredictiveAnalytics / Cloudant

Import data from a Cloudant database to IBM SPSS Modeler
Apache License 2.0
1 stars 4 forks source link

Error Invalid Data Received #2

Open jeffrein opened 8 years ago

jeffrein commented 8 years ago

I am getting an error when trying to retrieve data from the database. I am using the Retrieve the whole database option.

I am just trying to do a simple test at this point so I used the cloudant Animaldb example for the database.

The connection setting and error are in the attached.

Cloudant Extension Error.pdf

Wenpei commented 8 years ago

@jeffrein look like extension node get a empty data return

jeffrein commented 8 years ago

I have tracked the issue down to the following being added when the "Filter out design Docs" button is checked. If I uncheck it I get the data, but the first row is the design docs which I prefer not to get. &endkey="_"

see attached code returned without the button checked. Cloudant Extension Error2.pdf

jeffrein commented 8 years ago

I have tracked the issue down to the following being added when the "Filter out design Docs" button is checked. If I uncheck it I get the data, but the first row is the design docs which I prefer not to get. &endkey="_"

see attached code returned without the button checked.