Description:
Trying to connect to an SCM broker in Workbench after a upgrade of a converted database from Software Change Manager R7.1 to R12.1
and get error message "client not found on server".
Environment:
After upgrading from Harvest 7.1 to SCM 12.1 the users were not able to log in to the system.
Checking the HBroker log file revealed the following format errors:
Inspection of the updateschema.log file showed that during the upgrade of the database from schema 7.1 to schema 12.1, the following error message appeared.
Failed to decrypt password for the user: abcdefg
Converting password for the user: abcdefg
It was necessary to run the convpw utility manually (Note: The CaCrypto component must be installed and the environment variable CACRYPTINI needs to be set in the environment or $CA_SCM_HOME/bin/convpw script and must include the full path to the cacrypt.ini file e.g. CACRYPTINI=/usr/local/CAcrypto/cacrypt.ini)
After successfully converting the password, the broker would start and users could login without any error message.
Note: The CaCrypto component can be uninstalled after successful completion of running convpw command line utility since it is no longer needed.