I'm trying to create a dashDB warehouse from Cloudant. I have provided my IBM ID for Bluemix and Cloudant appears to have logged me on ok, however when I try to create the warehouse I get the following error:
Error: provision_dynamite_warehouse:
cloudant_user=****,
bluemix_user=****@****,
error: {
u'user_error_message': u'You are not authorized to perform the requested action',
u'error_code': 10003, u'internal_error_message': u'CF-NotAuthorized'
}
As a test, I have successfully logged into bluemix using the same credentials and instantiated a dashDB service.
What does this error 'actually' mean? How do I resolve or debug it?