Press Ctrl / CMD + C to copy this to your clipboard.
Copied to clipboard
Flag this post as spam?
This post will be reported to the moderators as potential spam to be looked at
Topic author was deleted
Jan 29, 2014 @ 17:41
licenseerror001 - Tea Commerce isn't licensed. You can only have 20 finalized orders
Full error:
licenseerror001 - Tea Commerce isn't licensed. You can only have 20 finalized orders in the test version. Delete old orders or buy a license at http://www.teacommerce.net
I have deleted all orders from the DB and touched the web.config.
We have a license for the final domain, just need our staging to work.
The license check code runs everytime an order is saved and need to be as quick as possible. So that is the reason we use the CurrentOrderNumber and not the count of orders in the DB.
Topic author was deleted
licenseerror001 - Tea Commerce isn't licensed. You can only have 20 finalized orders
Full error:
licenseerror001 - Tea Commerce isn't licensed. You can only have 20 finalized orders in the test version. Delete old orders or buy a license at http://www.teacommerce.net
I have deleted all orders from the DB and touched the web.config.
We have a license for the final domain, just need our staging to work.
Comment author was deleted
Ok I fixed it (for staging).
For anyone following along.
I'm running v2.x of TC on Umb 6.1.6.
Even after deleting all of my orders, I had to go into the store table in the DB and reset the CurrentOrderNumber field to 1.
Maybe TC should count the number of orders instead of using the CurrentOrderNumber?
The license check code runs everytime an order is saved and need to be as quick as possible. So that is the reason we use the CurrentOrderNumber and not the count of orders in the DB.
Kind regards
Anders
Anyway to reset it =? have the same issue
Reset the CurrentOrderNumber in the DB to 0 and recycle the app pool
is working on a reply...