Vector License Client » Command Line Interface » Deactivation Basics » Online Deactivation

Online Deactivation

On a computer with internet connection, the deactivate command can be used to deactivate one or several licenses on a license carrier (e.g., computer, keyman, Vector network interface). The procedures for the deactivation and for the reactivation are the same except for the specific command.

Possible parameters: DisableLogging, V, Remote and the Parameter Groups Licenses, License Carrier.

Cross Reference

Cross Reference

To manage your proxy settings, refer to the parameter overview.

Procedure

Step by Step Procedure

  1. If necessary, connect the license carrier on which the licenses are to be deactivated.
  2. Open the command line interface and go to the directory where the Vector License Client is located.
  3. Enter the following command and set the parameters according to your use case:
Vector.LicenseClient –deactivate
[(-licenses <licenseID list> | -products < Products List> | -productCodes <Product Code List>)]
[((-deviceSerial <xxx-xxxxxx>) | -local | -dongle | (-hardwareType<hardware type>) | -anyVNI |-anyVNIDongle)]
[(-proxy <proxy url> -proxyPort <proxy port> [-proxyUsername <username> -proxyPassword <password>]) | -withoutProxy]
[-Remote <IP Address>]
[-DisableLogging] [-v]
  1. Press <Enter>.
    The notification Command successfully executed appears.
    The licenses have been deactivated successfully.

Example

Examples

  • Deactivation of specified licenses on all connected devices:
    Vector.LicenseClient –deactivate –licenses 5500349;5500308;5000088
    Note: If at least one license is not found, the command fails, i.e., no licenses are deactivated.
  • Deactivation of specified products on all connected devices and output of detailed information:
    Vector.LicenseClient –deactivate –products “CANoe”,Version=9.5;”CANoe Option .CAN”,Version=9.5 –v
    Note: If no license can be found for at least one product, the command fails, i.e., no product is deactivated.
  • Deactivation of specified product codes on all connected devices and output of detailed information:
    Vector.LicenseClient –deactivate –productCodes 55000,VERSION=10.0;55002,VERSION=10.0;55006,VERSION=11.0 -v
    Note: If no license can be found for at least one product code, the command fails, i.e., no product code is deactivated.
  • Deactivation of all licenses on the specified Vector network interface and output of detailed information:
    Vector.LicenseClient –deactivate –deviceSerial 007150-028399 –v
  • Deactivation of all licenses on all devices:
    Vector.LicenseClient –deactivate