Wednesday, 12 August 2015

Modules impacting change of Weblogic password

   Modules impacting change of Weblogic password

This document covers the locations where the change of Weblogic password is impacted in the IPM environment. This is assumed that we have used this user for integration among servers.

1.1      CSF Key

To modify the value of the existing value, follow these steps.

1.       Login to enterprise manager http://{host}:7001/em/
2.       Use administrator credentials, e.g. Weblogic
3.       From left panel, expand “Weblogic Domain”
4.       Right click on ipm domain e.g. wci_domain

5.       Traverse {ipm domain} -> “Security” -> “Credentials”


6.       This page will show available csf maps. keys



6.1.     From the list select “basic.credential” key and click on “Edit”. Fill in the proper values in the popup.

6.2.     Click on OK buttons

1.2      ODC commit profile

1.       Start ODC
2.       Go to Admin – File Cabinets
3.       Locate File Cabinet named “AttachSuppliemental” and click on “Configure”

4.       In the configuration details page for Commit Driver enter below values.
User Id: Weblogic / {PASSWORD}
Security Policy: Token Security


4.1.     Click on Ok
5.       Locate File Cabinet named “SupplierDocuments” and repeat steps 3 and 4 for the same.
6.       The steps 3 & 4 has to be repeated in case there are imaging direct commit profiles.


1.3      EBS Adaptor Configuration

1.       Connect to APPS schema.
2.       Here we need to execute below commands.
3.       The SOAP store password is in the database vault. It can be changed by executing the following command as APPS schema:
execute fnd_vault.put('AXF', 'weblogic', '{PASSWORD}');
Commit;

No comments:

Post a Comment