Activate retursn code 13 on Linux

Dear Forum,

Following the example code for Linux, I get the following error after calling Activate and/or ActivateEx

Product key saved successfully. Activation failed: hr = 13 Your product can't be activated.

Any ideas?

Marcelo

All of the error codes are listed in TurboActivate.h. So, 13 is 0xD in hexadecimal. Look in TurboActivate.h for an explanation of what that means by scrolling down to the error code 0xD:

/* MessageId: TA_E_EXPIRED

MessageText:

The activation has expired or the system time has been tampered with. Ensure your time, timezone, and date settings are correct.*/#define TA_E_EXPIRED ((HRESULT)0x0000000DL)