PxPlus User Forum

Main Board => Knowledge Base / Training => FAQs => Topic started by: PxPlus on June 22, 2018, 02:32:50 PM

Title: How to share PxPlus Activation file
Post by: PxPlus on June 22, 2018, 02:32:50 PM
PxPlus allows you to share a common license file (ACTIVATE.PVX) between different instances and versions of PxPlus.  Sharing the license file allows you to distribute the user counts between either different systems or to enable PxPlus version testing of your application.

Prerequisites

In order to share the license file, all installations must be of the same operating system and the same PxPlus machine class, an example would be Microsoft Windows (machine class 001), X86 Linux platforms (all 32 or all 64 bit), etc.

Each individual installation must have access to the PxPlus activation file and the directory it resides in. This can be either direct access (both on the same computer), a shared mapped drive or the UNC name such as "//mainserver/pxplus/PxpKeys/ACTIVATE.PVX".

Methods to share license file

While there are many ways to share the license file, the following are the most common approaches:
The best method to use would depend on your intended use and the environment you are working in such as Production vs Test/Development and Windows vs Linux.

Special Linux/UNIX sharing option

While all the above will work on Linux/Unix systems, the simplest approach on these systems would be to use a Linux/Unix file system link between the multiple installations. 
For example if you had two versions of PxPlus installed, one in /usr/pxplusv11 and another in /usr/pxplusv12, you could first register and activate the software in /usr/pxplusv11 then issue the following Linux command to share the ACTIVATE.PVX:

ln /usr/pxplusv11/lib/ACTIVATE.PVX /usr/pxplusv12/lib/ACTIVATE.PVX

You can use either a hard link or symbolic link (ln -s) should the two installations be on different systems.