Why am I getting this error trying to connect to source control with OrcaScript?
Appeon (R) OrcaScript interpreter version 19.2
Using ANSI source file orca_ssc_refresh.bat.
Start Session
scc get connect properties "c:\backup\development\smartsystems\smartsystems.pbw"
scc connect
Orca error in 'scc connect '. Result Code -23.
Unable to read SCC connect properties for Microsoft Team Foundation Serve
An error occurred reading the Windows registry entry.
Last Command Failed.
scc close
You must successfully issue scc connect before you can call this method.
End Session
Here is my script file:
start session
scc get connect properties "c:\backup\development\smartsystems\smartsystems.pbw"
scc connect
scc set target "c:\backup\development\smartsystems\v23.3\main\fin.pbt" "refresh_all"
scc get latest version "c:\backup\development\smartsystems\v23.3\main\fin.pbt"
scc close
end session