Lexfloatserver error 15

Hi,
A client is attempting to activate the lexfloatserver with a product key like so: LexFloatServer -a -pkey=thekey. In the same folder as the LexFloatServer are the product.dat and the LexFloat.config files.
When activating, this message is returned: Error: Product activation failed: 15. Can you tell me what this means? Are these error codes listed somewhere?
Best,
Klaas

Using the same files works on my own PC. This leads me to believe it’s something network specific.

Hi,

It uses Lexactivator internally for it’s own activation, so error codes in LexActivator.h will help you.

/*
CODE: LA_E_VM

MESSAGE: Application is being run inside a virtual machine / hypervisor,
and activation has been disallowed in the VM.
but

*/

#define LA_E_VM ((HRESULT)0x0000000FL)

Thanks!