Discussion:
pushOK - trouble stetting it up.
(too old to reply)
Mac671
2008-08-07 10:40:18 UTC
Permalink
Hello, I've went though the posts availible here and NI help. And if found nothing that would be similar to the behavior I'm experiencing.Now form what I read on the forums... it should be a "piece of cake"... Install PushOK, open LV select SCC provider... and  Voila ...First off I have LV 8.5.1 ( professional eidtion ) and I am using the PushOK SVN SCC SW version 1.5.0.1.When start up the PushOK server. Open LV than go to Tools->Source Control->Configure Source Control ... the list of providers is set to < NONE > and I can't proceed with the configuration.Now, I know that PushOK is working allright becaouse It integrates fine with my Visual Studio 2008, and I'm able to check out/check-in stuff etc.I just have no idea why LV fails to detect it...I'm kind of stuck with this ... for more than 1,5 hour now ... and it gets really frustrating.What I've tried to do is install different versions of pushOK, but that did not change the behavior.I've even upgraded my LV form 8.5 to 8.5.1 but still it behaves the same.I'd appritiate any ideas, suggestions. As I'm just going round in cicles and I think i need a fresh look at this.So if anyone has ANY idea :-) please help.Thanks,Maciej
gmart
2008-08-07 12:40:10 UTC
Permalink
LabVIEW looks in the Windows registry for a list of installed providers. Each provider is responsible for adding an entry to this list. The list is located at :HKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders (You can use regedit to view the list of providers). Information in that list is then used to look up the specific provider's information. If this information is not present, then LabVIEW will not be able to display the provider.
Mac671
2008-08-07 16:10:09 UTC
Permalink
George thanks a million your tip helped me. :)

Like I said I did quite a few reinstalations of PushOK versions ( form
1.2 , 1.4, 1.5 )... that probably set the registry and failed to clean
it up after.

I uninstalled PushOK.
Deleted all entries in the registry that pointed to it in both
HKEY_LOCAL_MACHINE\SOFTWARE\PushOk Software
HKEY_CURRENT_USER\Software\PushOk SoftwareHKEY_LOCAL_MACHINE\SOFTWARE\SourceCodeControlProvider\InstalledSCCProviders ( deleted all but the default ).And it started working.Thanks again,Maciej
Loading...