Forum Discussion

kjadhavkunal's avatar
kjadhavkunal
Contributor
8 years ago

Configuring a remote license server via command line or any script

Hi,

 

I want to configure remote license server but configuring the license server is possible manually.

Is there any way to configure remote license server say command line or writing some script?

I want this license server configuration for Jenkins setup.

3 Replies

  • Hi,

    I want to do automated installation of TestComplete.

    As the user shall not need to manually configure the license server, I need a way to set up the license server configuration in an automated way (copying a config file, setting registry entries, calling http request via script,… - whatever is possible to be scripted  with BAT, Powershell, Python, or any other scripting language, no matter).

    • AlexKaras's avatar
      AlexKaras
      Champion Level 3

      Hi,

       

      Actually, license server should be found by TestComplete without any additional configuration. This may not work, for example, if the license server can be accessed via VPN only or TestComplete is installed on the virtual machine that has some restrictions to access the network where license server is installed. You may try to talk to your IT guys in the latter case and ask if they can help.

      Otherwise, AFAIK, licensing subsystem in TestComplete is a third-party product with its own configuration means. You may try to ask SmartBear's Support via the https://support.smartbear.com/message/?prod=TestComplete form and maybe they will be able to help you.

       

      P.S. You may also try to capture the traffic from the browser generated when you configure license server manually using, say, Fiddler, and replay required requests via scripting / powershell means.