You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem to run Diet example, I get this error message:
INFO: Lookup Bearer Token from IAM (ASYNCH)
Oct 03, 2020 9:55:37 PM com.ibm.wmlconnector.impl.ConnectorImpl doCall
SEVERE: status: 400
Oct 03, 2020 9:55:37 PM com.ibm.wmlconnector.impl.ConnectorImpl doCall
SEVERE: {"errorCode":"BXNIM0415E","errorMessage":"Provided API key could not be found","context":{"requestId":"1d6bc01259e546dea29201498f35a917","requestType":"incoming.Identity_Token","userAgent":"My own REST client","url":"https://iam.cloud.ibm.com","instanceId":"iamid-5.9-8603-461329e-8db965548-5ls5d","threadId":"2fbb8c","host":"iamid-5.9-8603-461329e-8db965548-5ls5d","startTime":"04.10.2020 00:55:37:690 GMT","endTime":"04.10.2020 00:55:37:762 GMT","elapsedTime":"72","locale":"en_US","clusterName":"iam-id-prdal10-ljdb"}}
I check and recreate my own API Key and set the key in MyCredentials class.
Please advice.
The text was updated successfully, but these errors were encountered:
You should first check if you are using v1 or v2 instances (more or less menas created before Sept 2020, or since Sept 3rd 2020)
With the new instances the flag USE_v4_FINAL should be set to true.
And then the apikey to use are not anymore the ones obtained form the WML instance where you create credentials for this instance,
but you should now use you general apikey for your user than you can get here:
then
I have a problem to run Diet example, I get this error message:
INFO: Lookup Bearer Token from IAM (ASYNCH)
Oct 03, 2020 9:55:37 PM com.ibm.wmlconnector.impl.ConnectorImpl doCall
SEVERE: status: 400
Oct 03, 2020 9:55:37 PM com.ibm.wmlconnector.impl.ConnectorImpl doCall
SEVERE: {"errorCode":"BXNIM0415E","errorMessage":"Provided API key could not be found","context":{"requestId":"1d6bc01259e546dea29201498f35a917","requestType":"incoming.Identity_Token","userAgent":"My own REST client","url":"https://iam.cloud.ibm.com","instanceId":"iamid-5.9-8603-461329e-8db965548-5ls5d","threadId":"2fbb8c","host":"iamid-5.9-8603-461329e-8db965548-5ls5d","startTime":"04.10.2020 00:55:37:690 GMT","endTime":"04.10.2020 00:55:37:762 GMT","elapsedTime":"72","locale":"en_US","clusterName":"iam-id-prdal10-ljdb"}}
I check and recreate my own API Key and set the key in MyCredentials class.
Please advice.
The text was updated successfully, but these errors were encountered: