How can I install the SCMtools on RTC 6?
2 answers
You could download scmtools from jazz.net downloads page.
It is a plain .zip file where you can directly extract the package and try executing the commands.
I don't believe your assumption is correct (unless I am misunderstanding something - but the description of the issue is too vague to understand).
When we talk about 'scmtools', this generally corresponds to a download on the client-machine, and is a directory which contains file such as 'scm.exe' or 'lscm.exe' (i.e. it contains the SCM CLI [command line client] and SCM daemon code).
The AbstractSCMservice is a class that lives on the server and has no awareness of 'scmtools'. It is the abstract parent class of various server side services (such as IScmService).