You can change the Configuration Manager password when you launch the Configuration Manager by clicking Modify in the window where you enter your user ID and password.
Alternately, to change the Configuration Manager password, do the following:
Start a command line session.
Start a QShell session.
Start a command prompt session.
Change directories to the WC_installdir/bin directory.
Change directories to the WC_installdir\bin directory.
- Issue the following command:
./wcs_encrypt.sh new_password
wcs_encrypt new_password
where new_password is new password for the Configuration Manager.
Two encrypted versions of the new password will be generated:
- ASCII encrypted string
- HEX encrypted string
Open the PwdMgr.xml file in the WC_installdir/instances directory in a text editor.
Open the PwdMgr.xml file in the WC_userdir/instances directory in a text editor.
- Modify LoginPassword in the the PwdMgr.xml file with the ASCII encrypted password from step 3 and save your changes.