I am following the Developing Watson Applications with BlueMix tutorial but for some reason when attempting to create an instance via
cf create-service DataCache free DataCacheInst
I get the following error:
FAILED
Server error, status code: 403, error code: 10003,
message: You are not authorized to perform the requested action
As per the error message I do not have privileges, but I am unsure as to why this is being that I can successfully login with my bluemix credentials, see the marketplace services as instructed in the tutorial, and furthermore when entering the command
cf org-users MyOrgName
the output is emtpy as though there is no assigned manager whatsoever; output:
ORG MANAGER
BILLING MANAGER
ORG AUDITOR
Stubbornly, when attempting to set myself as the OrgManager like so,
cf set-org-role Username MyOrgName OrgManager
I am presented with the following error:
FAILED
Server error, status code: 403: Access is denied.
You do not have privileges to execute this command.
Please advise on how to resolve this issue, thank you in advance!