This article describes the manual steps that need to be performed in order to encrypt the Workpoint password in the configuration files.
Solution:
For all application servers:
Use the password tool provided with IM tools to encrypt the password.
From a command-line go to <im_admin_tools_dir> \ PasswordTool folder.
Run: pwdtools <password>, for example,pwdtools password
The result will be, for example: WQf3xxxxxxxD/4D8xog==
Open the ra.xml file in \im_iam.ear\workflow_rar\META-INF change the value of the Password property to the encrypted password. Add a new property name ?ImEncrypted?and set it to true, as in the following example:
Change the value of java.naming.security.credentials to the encrypted password: java.naming.security.credentials=WQf3xxxxxxxD/4D8xog==
Add a value to the WebLogic section: client.configuration.callback=com.netegrity.ra.workflow.impl.WPIMEncrypt
Open the file <im_admin_tools_dir>\Workpoint \bin\init.bat add the following JARs to WebLogic section: SET EJB_CLASSPATH=..\lib\wlclient.jar; ..\..\lib\application.jar;..\..\lib\jsafe.jar;..\..\lib\idmutils.jar
Environment
Release: CAIDMB99000-12.6.7-Identity Manager-B to B Component: