IBM / Predictive-Industrial-Visual-Analysis

WARNING: This repository is no longer maintained :warning: This repository will not be updated. The repository will be kept available in read-only mode.
Apache License 2.0
28 stars 46 forks source link

Help with cloudant configuration #26

Closed monikagupta78 closed 6 years ago

monikagupta78 commented 6 years ago

I am not able to setup these details for cloudant, hence getting below error when running script setup_functions :

Adding VCAP_SERVICES as parameter ok: updated package image_db Binding cloudant error: Binding creation failed: The request content was malformed: entity name malformed (code 91b69c508ee19fc54f4cf7ee45a0e9fa) Creating trigger ok: deleted trigger image_db-cloudant-update-trigger error: Unable to create trigger 'imagedb-cloudant-update-trigger': Unable to configure feed '//image_db-cloudant/changes': The requested resource does not exist. (code bb3ae432b8e5f1cafc1580b83b351bea)

Need help in setting credentials (may be use no credentials/ or using API key) for cloudant service and update setup_functions script accordingly?

From cloudant NoSQL database

CLOUDANT_USERNAME= CLOUDANT_PASSWORD=

raheelzubairy commented 6 years ago

@monikagupta78 You can get the credentials by choosing the Service Credentials from the menu on the left, when you open your Cloudant service. Then place these credentials in the .env file

screen shot 2018-08-20 at 2 25 27 pm