This doc will walk you through how to confirm / change your provisioning server callback shared secret.
First we need to configure pwdtools.bat
Next we need run the pwdtools.bat.Open up CMD and map it to the location of pwdtools.bat
In this example we are going to compare our current password values.
execute the following command:
pwdTools -JSAFE -p password1
Results:
Plain Text: password1
Encrypted value: {PBES}:WQf3wza4JfYe3zPI8zcveQ==
Now lets compare it to our encrypted value for provisioning server callback.
Go to: \iam_im.ear\custom\identitymanager and open up the systemWideProperties.properties file.
Within that file you will notice the IMeTASharedSecret take the encrypted value created by pwdtools and compare it to the existing code.
Should you want to change that password. Simply take the encrypted value that you created and replace it in this file.
NOTE: Should you have FIPS enabled this value may be blank as FIPS encryption is configured during installation. Should you have any password problems with FIPS make sure that you are using the same FIPS key for all IM component installs. You will have to uninstall any questionable or all components and re-install them with the same key. This is the only solution.