offline activation fails

Hi, we have a problem with one customer failing to activate using the offline method. It looks like he sent us the activation request file over a week ago, but then didn't use it so the response file has now expired (I think you said these are valid for 48 hours?). He then sent us a new request file, but is failing to activate the product with the subsequent response.Our currently doesn't output the exact status code returned by ActivateFromFile, but we will update it to do this. In the meantime, does the expiry of the first response file now mean the licence cannot be used? Do we need to manually deactivate this key in the dashboard before processing a new request file?

Regards,Robin

(I think you said these are valid for 48 hours?)

It depends on what you set the expiration date to.

He then sent us a new request file, but is failing to activate the product with the subsequent response.

You need to tell me exactly what the failure is. Is it a failure because all the activations for the product key have been used up? If so, then that's because they're trying to activate another computer. It's up to you whether you want to allow that or not.

Our currently doesn't output the exact status code returned by ActivateFromFile, but we will update it to do this

Ok, because the exact error codes are important.

In the meantime, does the expiry of the first response file now mean the licence cannot be used?

Nope. Just that that file is now useless. New activations requests on the same computer will be able to generate valid activation responses that can then be used to activate that computer.

Do we need to manually deactivate this key in the dashboard before processing a new request file?

Only if you want the customer to use a new computer (and maybe even keep the old computer activated).,

>>(I think you said these are valid for 48 hours?)>It depends on what you set the expiration date to.

We're doing this via the web api limelm.pkey.manualActivation function. I think there is currently no way to set the expiry date with this, but in a previous post I made (https://wyday.com/forum/t/2738/offline-deactivation/) you said it was two days.Regards,Robin

Ok panic over, it seems the customer was somehow corrupting the response file. Maybe we need to wrap it in a container with a checksum or something.Cheers,Robin