Forum Discussion
Hi,
It is my understanding that you enable SLM usage during install (with -SLM parameter).
To specify exact server and account you must use /AccessKey:<access key> command-line parameter (or equivalent setting for Azure DevOps TestComplete Test Adapter) as per https://support.smartbear.com/testexecute/docs/running/automating/command-line/command-line.html
Hi Alax this solution works good for Online Licensing, but we are using offline SLM and it fails to Authenticate.
- AlexKaras3 years agoCommunity Hero
Hi,
I understand "Offline SLM" as SLM installed locally in your network.
Have you followed procedure described here: https://support.smartbear.com/testcomplete/docs/licensing/id-based/private-networks/index.html ?
- sbellary3 years agoOccasional Contributor
Yes I did the same steps from this document. This is good if you manually go and set the License for each and every Machine(which is highly impossible) but if you run the CI/CD Jinkins Pipeline Job it doesn't get the license. so, I was trying to get the workaround so that I can set the License during installation of TestExecute itself.