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.

  • Comment author was deleted

    Jan 29, 2014 @ 20:56

    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?

  • Anders Burla 2560 posts 8256 karma points
    Jan 31, 2014 @ 09:17
    Anders Burla
    0

    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

  • Rasmus Fjord 675 posts 1566 karma points c-trib
    Dec 13, 2014 @ 17:42
    Rasmus Fjord
    0

    Anyway to reset it =? have the same issue

     

  • Anders Burla 2560 posts 8256 karma points
    Dec 15, 2014 @ 08:34
    Anders Burla
    0

    Reset the CurrentOrderNumber in the DB to 0 and recycle the app pool

Please Sign in or register to post replies

Write your reply to:

Draft