VCS

DeckJa

Member
Hy,

im using PL/SQL Developer 5.0.2 and saw the vcs plugin today.
I installed Visual Source Safe 6.0 and then i installed the vcs plugin.

Now the problems: when I enable the plugin in the Menu: Tools Configure PlugIns I get the access violaton:

ESCCError in Module VCS.dll at 00052D45

The next problem: I want to open an Project in the vcs menu. I defined the system, project, user, local path and aux path and pressed ok. After that I get the error message:

Non specific error

What's the problem??

Jan
 
Seems like an elementary problem. Have you installed the "SourceSafe integration" option when you installed 6.0?

------------------
Marco Kalter
Allround Automations
 
All installed Version Control System Providers are listed in the following registry section:
Code:
HKEY_LOCAL_MACHINE\Software\SourceCodeControlProvider\InstalledSCCProviders
The primary Version Control System Provider is defined in:
Code:
HKEY_LOCAL_MACHINE\Software\SourceCodeControlProvider\ProviderRegKey
Can you verify if both contain valid information for your installation?

------------------
Marco Kalter
Allround Automations
 
Sorry for being so late, but I was on holiday.

Now the information for you:

Under
HKEY_LOCAL_MACHINE\Software\SourceCodeControlProvider\InstalledSCCProviders
there is a folder InstalledSCCProviders
with an entry Microsoft Visual SourceSafe: Software\Microsoft\SourceSafe

Under
HKEY_LOCAL_MACHINE\Software\SourceCodeControlProvider there is an entry:
ProviderRegKey:
Software\Microsoft\SourceSafe

Hope this is correct.

regards,

Jan
 
Thanks. Can you now verify:
Code:
HKEY_LOCAL_MACHINE\Software\Microsoft\SourceSafe\SCCServerPath
Please check if this points to a valid DLL for your SourceSafe installation.

------------------
Marco Kalter
Allround Automations
 
Well, it seems that even though it seems to be setup correctly, there are some problems with this interface. Do you have any other tools that use the SCC interface of VSS to verify this?

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