Troubleshooting

Activation Issues

 

While PxPlus activation is normally a straightforward process, some issues may arise because of missing files/directories, incorrect licensing, permission difficulties etc. Be aware that activations are verified during the PxPlus start_up, not by the activation utility itself.

The PxPlus version and serial number are displayed when starting a new session.

Example:

PxPlus eCommerce (Ver:8.30/MS-WINDOWS) Serial Number:0700-001-1234567
(c) Copyright 2010-2012 PVX Plus Technologies Ltd. (All rights reserved)
Website: http://www.pvxplus.com

The example above describes an activation for PxPlus eCommerce for Windows.

The machine class is 001 and the serial number is 1234567. This information can also be obtained programmatically.

Example:

10 a$=hta(bin(tcb(0,2),4))
20 if mid(a$,3,1)="1" then print "Professional"
30 if mid(a$,3,1)="2" then print "eCommerce" else print "Base"
40 print ssn