Book a Demo

Author Topic: SCC provider not found?!  (Read 4657 times)

Germanicus

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
SCC provider not found?!
« on: June 21, 2005, 05:35:14 am »
???

I try to implement EA in our organization and just documented version control inside EA with Microsoft Visual SourceSafe. Everything worked fine on my machine but when I asked others to test my documentation they failed at the step in the Version Control Configuration where they have to choose the SCC provider. Visual SourceSafe is installed and working on those machines but it doesn't show in the list where the SCC provider has to be selected!

Can anyone help me?

/g
« Last Edit: June 21, 2005, 11:50:52 pm by Germanicus »

TrtnJohn

  • EA User
  • **
  • Posts: 176
  • Karma: +0/-0
    • View Profile
Re: SCC provider not found?!
« Reply #1 on: June 22, 2005, 03:08:07 pm »
If your SourceSafe library is on a shared disk drive make sure everyone in the group maps the same share to the same drive designator.

Germanicus

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: SCC provider not found?!
« Reply #2 on: June 23, 2005, 12:16:01 am »
Thank you!

I found a solution myself. The problem was incomplete installations of Visual SourceSafe. On some workstations VSS didn't register completely into the Windows registry.

Code: [Select]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SourceSafe]
"SCCServerName"="Microsoft Visual SourceSafe"
"SCCServerPath"="C:\\Program Files\\Microsoft Visual Studio\\VSS\\win32\\SSSCC.DLL"
"API Current Database"="C:\\Program Files\\Microsoft Visual Studio\\VSS"
"PromptForConnect"=dword:00000001
"Current Database"="\\\\<your path>"

[HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider]
"ProviderRegKey"="Software\\Microsoft\\SourceSafe"

[HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders]
"Microsoft Visual SourceSafe"="Software\\Microsoft\\SourceSafe"


Another problem was the missing DLL-file C:\Program Files\Microsoft Visual Studio\VSS\win32\ssscc.dll

I just copied it from a working installation :)

/peter

nara_c

  • EA User
  • **
  • Posts: 45
  • Karma: +0/-0
    • View Profile
Re: SCC provider not found?!
« Reply #3 on: August 30, 2005, 06:12:42 pm »
Peter tnx for your detailed solution to the MS VSS detection problem in EA.  The Registry entries were the culprit in my case too.

Your solution worked like a charm for me - problem resolved!

Nara

Germanicus

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: SCC provider not found?!
« Reply #4 on: August 30, 2005, 11:23:14 pm »
 ;) Nice to be able to help somebody. Our company finally migrated to subversion instead of VSS. A GREAT improvement!

/peter

thomaskilian

  • Guest
Re: SCC provider not found?!
« Reply #5 on: August 31, 2005, 03:36:04 am »
Quote
... A GREAT improvement!

/peter

Like the step from a horse-drawn carriage to an automobile :)

Germanicus

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: SCC provider not found?!
« Reply #6 on: August 31, 2005, 08:20:27 am »
What horse?  :D