Symptom

The source control system (SCS) field under workspace properties does not list the SCS the user has installed.

Environment

  • PowerBuilder

Reproducing the Issue

  1. Install a 64-bit SCS.
  2. In PowerBuilder, right-click your workspace and go to Properties > Source Control tab.
  3. The first drop down does not list the installed SCS.

Cause

PowerBuilder requires 32-bit versions of the source control providers in order to effectively register them.

Resolution

Client must install a 32-bit version of their particular source control provider.

PowerBuilder runs as a 32-bit application and will only recognize a 32-bit SCS, even if the developed program is compiled as 64-bit.

See Also

***WARNING***:The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems. Use the Registry Editor at your own risk.

You can also check the registry to see all registered source code control providers by navigating to HKLM\SOFTWARE\Wow6432Node\SourceCodeControlProvider\InstalledSCCProviders

0
0