Thursday, 31 July 2014

IBM BPM 8.5.5 - Performance Admin Console - Computer says "No"

So you're trying to access the IBM BPM 8.5.5 Business Performance Admin Console: -


but the computer says "No"

Either the user name or password is wrong, or you are not authorized to log in to the Performance Admin Console.


Now we know that the Performance Admin Console runs on the Support cluster: -


So let's see what's running: -


and then let's look at the User RunAs roles: -


So there's the answer ....

By default, the Deployment Environment admin user - deadmin ( in my case ) - is mapped to the tw-loader role

Once we log in using deadmin all is good: -


which is nice.

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...