On machine where Web Server is running do the following:
Go to $AUTOSYS/bin
Run ./safex -munge <EiamAdmin_Password> and note the output. (Sub in the actual password for the EiamAdmin user in EEM)
Go to $AUTOUSER
Open
eiam.ws.config and look for these lines…
<Authentication type="password">
<!-- input for password based authentication -->
<UserAuth>
<Username>EiamAdmin</Username>
<Password>JSQXHREEHAMC</Password>
</UserAuth>
<!-- -->
Make sure the value in the <Password>XXXXXXX</Password> tag matches the output from the safex -munge command.
If they do not, edit the value in the eiam.ws.config file to match the safex command output and then restart the Web Server. There have been cases where an upgrade changes the munged password entry in the
eiam.ws.config file to a wrong value. When that happens, all user authorizations start failing because the Web Server can no longer access EEM.
It is not visible in the normal Web Services logs, EEM client tracing would need to be enabled to see this.