marcodepisapia
Member
Hello everybody,
several users of my protected workbook are receiving this error message when they try to activate the protected workbook on a second device:
“can not validate your subscription, no previous activation was found in the order database”
The product is associated to a 1 year subscription, whit 3 variations that allow to activate the application on 1, 2 or 3 devices.
The users report that the activation on first device is always successfull, for the second device receive the error message above.
How can I fix it?
Thanks
Marco
An exctract from the json file:
“variations”: {
“10671”: {
“usehardwarelocking”: 1,
“maxactivperorder”: 2,
“shownagscreen”: 0
},
“10672”: {
“usehardwarelocking”: 1,
“maxactivperorder”: 3,
“shownagscreen”: 0
}
several users of my protected workbook are receiving this error message when they try to activate the protected workbook on a second device:
“can not validate your subscription, no previous activation was found in the order database”
The product is associated to a 1 year subscription, whit 3 variations that allow to activate the application on 1, 2 or 3 devices.
The users report that the activation on first device is always successfull, for the second device receive the error message above.
How can I fix it?
Thanks
Marco
An exctract from the json file:
“variations”: {
Code:
"10670": {
"usehardwarelocking": 1,
"maxactivperorder": 1,
"shownagscreen": 0
},
“usehardwarelocking”: 1,
“maxactivperorder”: 2,
“shownagscreen”: 0
},
“10672”: {
“usehardwarelocking”: 1,
“maxactivperorder”: 3,
“shownagscreen”: 0
}
Code:
}
Last edited:

