Installation of the SCM v14 full client completed successfully, but when I try to start the Administrator Tool I get an error message:
This application failed to initialize properly.
Please contact your administrator or Customer Support.
Error code=0x00005211
Release : all releases
Component : CA Harvest Software Change Manager
There could be many causes for this error message.
Here are the initial things to check:
CA_SCM_HOME=C:\Program Files\CA\SCM
CA_SCM_LOCALHOME=C:\Program Files\CA\SCM
HARVESTHOME=C:\Program Files\CA\SCM
LOCALHARVESTHOME=C:\Program Files\CA\SCM
RTARCH=i86_w64
RTHOME=C:\Program Files (x86)\CA\SharedComponents\PEC
C:\Program Files (x86)\CA\SharedComponents\PEC\bin;
C:\Program Files\CA\SCM\x86;
C:\Program Files\CA\SCM;
C:\Windows\system32;
C:\Windows;
C:\Windows\System32\Wbem;
C:\Windows\System32\WindowsPowerShell\v1.0\;
cd %CA_SCM_HOME%
ADvantage.exe -Product="SCM Administrator"
cd %CA_SCM_HOME%
copy RegisterRelease.bat test.bat
notepad test.bat
In notepad, you will see a list of Regsvr32 commands. Remove the "/S" option from each command line, then save and exit the file. Once this is done, execute test.bat.
Do the dlls register OK? If not, what error message do you receive?
setup.exe /qf /v"/l \"C:\Temp\client_install.log\"
Make sure the C:\Temp folder already exists before running the command. The result should be a client_install.log file containing more information about any problems encountered during installation.
In the end, uninstalling Enterprise Communicator and SCM 64-bit Client, then deleting the CA-related folders and registry entries, rebooting and installing the SCM 32-bit Client resolved the problem.
With the introduction of SCM v14.5, the Administrator Tool has moved to the Eclipse platform resulting in the following changes to the above suggestions:
When running the Administrator Tool from a command prompt use this command instead:
"C:\Program Files\CA\SCM\workbench.exe" -data "@user.home/.cascm/workspaceAdmin" -perspective "com.ca.harvest.ui.harvestAdminPerspective" -vmargs -Dorg.eclipse.equinox.p2.reconciler.dropins.directory="C:\Program Files\CA\SCM\adminDropins"
The "RegisterRelease.bat" file is not included in the SCM v14.5 client installation.