I get this error when I run orcascr170.exe via the tfs 2017 build server:
Appeon (R) OrcaScript interpreter version 17.0
Using ANSI source file _build_2017.dat.
Start Session
scc get connect properties "..\pbl125\log4pb.pbw"
scc set connect property logfile "build.log"
scc connect
Orca error in 'scc connect '. Result Code -26.
SCC Open Project failed for project
Scc OpenProject failed.
Last Command Failed.
scc close
You must successfully issue scc connect before you can call this method.
End Session
The "build.log" file looks like this:
2018-02-12 10:54 Source Management Initialization...
Nonspecific Error performing SccOpenProject.
Source control is in offline mode.
When I run it "manually" from a cmd window it works fine. I can even run it as the same user that runs the TFS service.
I have upgraded my (very small = 1 pbl) application to PB 2017.
Someone who has a clue? What does Code -26 mean exactly?