Problem:
I can connect with MFE-EE and with CG, but the source control dropdown menu has the SCCS greyed out and only allows "Connect to Source Control". When you click on that you get;
Initializing the Source Code Control Interface...
Source Control Initialization Error: Unable to initialize the SCC Interface. Return code: -1
Error: Unable to initialize interface with SCC Provider.
Resolution:
The problem is that base MFE-EE installs have old DLL files from PVCS in the AMB install folder.
To solve the problem you need to copy the current DLL's used by AMB from your PVCS installation directory into AMB support folder.
go to your PVCS install, for example:
From a MFE command prompt change directory to your PVCS folder
C:\\Program Files\\PVCS\\vm\\common\\bin\\win32
Issue this copy command using your MFE-EE folder location as the destination
copy vm*.dll C:\\mfe\\amb\\SOFTWARE\\SUPPORT
#MFDS
#EnterpriseDeveloper