ibm bluemix - Unable to Populate Cloudant database for IBM Physio app -


i'm trying follow steps mentioned here run physio app: http://lexdcy040194.ecloud.edst.ibm.com/physio_1_0_2/getting_started

i can't perform step no. 5 successfully. says there supply url , password. url got after adding new database in cloudant (service credentials) contains form of usrname:passwrd@host, if pass is, error: name or password incorrect (it doesn't make sense pass along -p param indicating password). when trying pass url host server_admin access required request.

any thoughts?

also, couldn't find under service credentials value for: cloudant_account. in advance help, eyal

it seems getting started document linked in question severely outdated. have contacted team in charge sort out.

meanwhile, here updated steps:

  1. create cloudant instance in bluemix
  2. launch cloudant 'console'
  3. create database
  4. copy code here: http://pastie.org/private/o70schlbjmum6hvlvocq file named "doc_convert.sh".
  5. add file path
  6. run below command line window:

    cloudant_update.pl -d [value of host service credentials screen in bluemix] -p [password value service crendetials screen in bluemix] -u healthcare_db.json


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -