There are three places that need to be checked and changed, if needed.
1. The Imaging CSF-Key (for example, basic.credential) needs to be updated.
Log into enterprise manager (HTTP://hostname:port/em).
Go to the domain.
Select security.
Select credential.
Select edit on the correct credential.
Change the password.
If Imaging and SOA Servers are on different machines, there will be 2 CSF-Keys that will have to be changed. One for Imaging connecting to SOA and the other SOA connection which connects to Imaging.
Please check these carefully as security may not be the same for both. There could be a BPELAdmin user for SOA and an ImagingAdmin user created for Imaging. These could also be housed in different providers other than the defaultauthenticator .
2. The Soap Vault value needs to be changed to the correct user.
Store the SOAP password in the database vault by executing the following command as APPS schema.
From a sql prompt:
execute fnd_vault.put('AXF','<AXF_SOAP_USER>','<SOAP_PASSWORD');
Where <AXF_SOAP_USER> is the SOAP user id used in the SOAP header for authentication, and <SOAP_PASSWORD> is the SOAP password.
3. The AXF Parameters table needs to be updated with the new password value every time the user name is used in the table.
Access the AXF_PARAMETERS table and change every password for the admin user.
4. JDBC password:
The JDBC IPMDS Schema username and password is located in the WLS console under Services/Data Sources/Connection pool.
1. The Imaging CSF-Key (for example, basic.credential) needs to be updated.
Log into enterprise manager (HTTP://hostname:port/em).
Go to the domain.
Select security.
Select credential.
Select edit on the correct credential.
Change the password.
If Imaging and SOA Servers are on different machines, there will be 2 CSF-Keys that will have to be changed. One for Imaging connecting to SOA and the other SOA connection which connects to Imaging.
Please check these carefully as security may not be the same for both. There could be a BPELAdmin user for SOA and an ImagingAdmin user created for Imaging. These could also be housed in different providers other than the defaultauthenticator .
2. The Soap Vault value needs to be changed to the correct user.
Store the SOAP password in the database vault by executing the following command as APPS schema.
From a sql prompt:
execute fnd_vault.put('AXF','<AXF_SOAP_USER>','<SOAP_PASSWORD');
Where <AXF_SOAP_USER> is the SOAP user id used in the SOAP header for authentication, and <SOAP_PASSWORD> is the SOAP password.
3. The AXF Parameters table needs to be updated with the new password value every time the user name is used in the table.
Access the AXF_PARAMETERS table and change every password for the admin user.
4. JDBC password:
The JDBC IPMDS Schema username and password is located in the WLS console under Services/Data Sources/Connection pool.
No comments:
Post a Comment