PVCS Integration Problem

jmcgeever

Member
Hi all,
I have recently installed PL/SQL Developer version 5.1.2.682 and installed the Version Control Plug-in.

When I open PL?SQL developer the 'VCS' menu item now appears but when I click on the 'Open Project...' sub menu item my Pl/SQL application dies.

Thanks

Josie
 
Can you verify these steps for your PVCS installation? Please make sure that the installed PVCS SCC Interface matches the version of you PVCS Version Manager software.

------------------
Marco Kalter
Allround Automations
 
After installing the Source control plugin for the PL/SQL Developer Application, the applications fails to start up (There are no errors reported). In order to startup my PL/SQL Developer Application I have to delete the file named VCS.dll within the PlugIns folder

Having read the previous posting I have checked my registry settings, see below:

Under
'HKEY_LOCAL_MACHINE\Software\SourceCodeControlProvider\InstalledSCCProviders'
there is a key 'PVCS Source Control' with a value 'SOFTWARE\PVCS\Interfaces\SCC'

Under
'HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider' there is an key 'ProviderRegKey' with a value 'SOFTWARE\PVCS\Interfaces\SCC'

Under
'HKEY_LOCAL_MACHINE\SOFTWARE\PVCS\Interfaces\SCC' there is an key 'SCCServerPath' with a value 'D:\Program Files\PVCS\VM\WIN32\BIN\PVCS_IFC.DLL' (this dll does exist)

Are there any other registry setting that I should check?

Thanks

Josie

Originally posted by mkalter:
Can you verify these steps for your PVCS installation? Please make sure that the installed PVCS SCC Interface matches the version of you PVCS Version Manager software.

 
Can you change this registry value to 1?
Code:
HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\PlugIns\VCS\Init = 0
It should be 0 right now. After doing so, reinstall VCS.DLL, restart PL/SQL Developer, and try to open the project.

[This message has been edited by mkalter (edited 23 July 2003).]
 
Hi Marco,

I have reset the registry setting from 0 to 1 and carried out the steps you suggested.

My PL/SQL developer Applications crashes (without reporting any errors) when I select the 'Open Project...' sub-menu item under the 'VCS' menu.

Thanks

Josie
 
There must be something terribly wrong with the SCC Interface of your PVCS installation then. Can you reinstall PVCS and its integration to make sure that everything is configured properly?

------------------
Marco Kalter
Allround Automations
 
Back
Top