Error code 0x19Answered

Hello,

One of my customers reports that they are getting an error code 0x19 when trying to activate the license server. 

What does this error code mean?

I can request and provide any information you may need over email, PM or here depending on it's sensitivity, if required.

Answer

All error codes are listed in TurboActivate.h with full explanations of each:

/*
MessageId: TA_E_ACCOUNT_CANCELED
Message code (in Hex): 0x19
Message code (in Decimal): 25

MessageText:

Can't activate or start a verified trial because the LimeLM
account is cancelled.
*/
#define TA_E_ACCOUNT_CANCELED ((HRESULT)0x00000019L)

👍 1