Show only results for:











Licence upgrade and installation

If you are not currently using a Flexnet licence or a file based licence, please skip the next section and go directly to Register new licence key.

Upgrade from Flexnet or file based licences to licence keys

When you have any licensed product from CAXperts click on Help and then click on Update Licence.

The following dialogue will open up and show the current licence info. Then click on the Licence Key tab to switch to the licence key based licensing and follow the next section to register your new key.

Register new licence key

The endpoint used during licensing is https://api365.slascone.com:443. A connection to 20.126.54.190 (api365.slascone.com) on port 443 is required.

Depending on your network configuration you might need to include it on the whitelist of your firewall.

If your CAXperts application doesn’t have a valid licence key, the Update licence dialogue will show up everytime you start the application.

This dialogue shows the current domain name of your host (the domain name may be needed in case you want to purchase a new licence key.)

If you want to deactivate an existing key (e.g. to switch keys), please click on Deactivate.

Now enter your new licence key in the input box and click on Activate.

After activation of the licence, the licence info is shown. If there is an error (e.g. the Demo button doesn’t disappear), please get in contact with support@caxperts.com.

If the licence was successfully activated, please click on Close to close the window and start using your application.

The licence setup needs to be done only ONCE per host. All CAXperts UPV applications use the same licence key and activating it in one application activates it for all CAXperts applications on this machine.

Installation

Administrator rights are required on each computer to install CAXperts QualityAssuranceModule. “Run as” is not supported.

Uninstall

To uninstall the software, select Control panel from the start menu. Then on

  • Windows 7: in large or small icon view, click Programs and features. If you're using category view, under Programs, click Uninstall a program.

  • Windows Vista: in classic view, double-click Programs and features. In control panel home view, under Programs, click Uninstall a program.

  • Windows XP/2000: (Double) click the Add or remove programs icon.

Select the program you want to remove, and click Uninstall/Remove. Alternatively, right-click the program and select Uninstall.

Setup command line (for administrators)

The following command line options are supported by the installer:

/S:<<optional ini file>>

Allow an install to be run in silent mode. As a result, no screens or dialogs will be shown.

This command line option also has an optional INI file that can be passed containing session variable values. For example:

"C:\output\setup.exe" "/S:C:\setupvars.ini"

This will cause the session variables in the INI file to be used for the setup. The INI file should be in the format:

[SetupValues]

%AppFolder%=C:\Program Files\MyProduct

/U:<<XML config file>>

This command line option must be used when calling the uninstall program from the command line. This command also has an optional XML file that can be passed containing session variable values. For example:

"C:\Program Files\MyProduct\uninstall.exe" "/U:C:\Program Files\MyProduct\irunin.xml"

Licence

CAXperts software supports two types of licences.

The licence location (folder or server name) can be specified during the setup process (if known already, otherwise the user may select “Continue in Demo Mode”).

Site licence (local)

Domain based licences are restricted to machines within a 5 miles (8 kilometres) radius at a specific geographic location (building) for which the licence key file was issued for. There is no limitation regarding the number of users or machines.

CAXperts will need your Current domain name to issue a licence file (.lic).

The licence file has to be stored on a local or network location accessible by the machine running the CAXperts product; a licence server is not required.

The location of the licence file should be defined on every machine with the CAXperts product installed, which can be done

  • Either by setting the environment variable
    CAXPERTS_LICENSE_FILE=C:\Program Files (x86)\CAXperts\Licensing\

  • Or by setting the registry key
    > HKEY_CURRENT_USER\Software\FLEXlm License > Manager\CAXPERTS_LICENSE_FILE=C:\Program Files > (x86)\CAXperts\Licensing\

Multiple licence key file locations should be separated by semicolons (“;”).

If the licence key file location is not defined, “C:\Program Files (x86)\CAXperts\Licensing\” is used.

The licence key file may be renamed (including the extension). The CAXperts product will check the content of all files in the licence folder(s) for valid keys.

Changes to the key path (in the environment variable or registry key) are read during the next start of the CAXperts product.

Floating (server) licence

Floating licences require a FlexNET server (lmadmin or lmgrd) accessible by the machine running the CAXperts product. The licence key file is typically located on the FlexNET server machine. The licence key file defines the maximum number of seats which can be used at the same time.

Every running instance of the CAXperts software product will require one seat, no matter if the application is running multiple times on the same or different machine(s).

New instances can only be started as long as seats are available and the FlexNET server is accessible.

The location of the licence server must be defined on every machine with the CAXperts product installed, which can be done

  • Either by setting the environment variable
    CAXPERTS_LICENSE_FILE=@YourServerName

  • Or by setting the registry key
    HKEY_CURRENT_USER\Software\FLEXlm License Manager\CAXPERTS_LICENSE_FILE=@YourServerName

Every computer name must be preceded by the @ symbol. Multiple licence server locations should be separated by semicolons (“;”).

YourServerName is the Windows computer name of the machine running lmadmin (FlexNET server). If lmadmin is running on a non-default port, the port number should be defined like this: port@ YourServerName.

Changes to the server path (in the environment variable or registry key) are read during the next start of the CAXperts product.

Borrowed licences

Licence seats can be borrowed for a period of time from the server and saved to the local machine. Once the seat has been borrowed the CAXperts application can be used without any connection to the FlexNET server.

To borrow a licence seat press the Borrow seat button, define the loan period (up to 7 days) and press OK. When the borrowed seat expires it gets automatically returned back to the FlexNET server.

The seat can be returned earlier by pressing the Return borrowed seat button.

Without a valid licence file the software will run in demo mode.

Proxy configuration for license key service

A custom proxy configuration can be used for license key services. These settings can be configured as follows:

Setup globally for all adapters

- Create a new file under "C:\Program Files (x86)\CAXperts\Licensing" with the name: "proxy.config. "

- Use the following template to configure your own settings:

{

“Address”: “http://your-proxy-url”, “UserName”: “username-optional”, “Password”: “password-optional”

}

Keep in mind that for the Proxy only “http:/…” is supported.

Setup locally per adapter

You can place the same “proxy.config” file next to the adapter’s exe file inside the installation location.

For example: “C:FilesPlant Viewer Builder.config”

If both options are setup, the local configuration overrides the global configuration.