Licence constantly deactivates - again

Hello,

Since a couple of months, I have had a problem with my licence.

3-4 times a week waitresses are calling me because they cannot use sambaPOS.
SambaPOS freezes and licence is deactivated.

So what can I do to fix that?

Thanks,

Marc

Hello,

You can migrate the latest version, SambaPOS 5.5.2. Licensing has been changed in this version.

SambaPOS 5.5.2 Download

https://kb.sambapos.com/en/2-5-how-to-handle-licensing-on-sambapos-5-5-and-higher-versions/

Have a nice day.

Hi,

Thanks for your answer.
I am on SambaPOS 5.3.0, DB 153

In real life, I cannot upgrade now nor in a near future, we open 20hours a day, 7/7, 1 server with lots of tayloring + 3 terminals.

Is there another way to get rid of the licence deactivation, like the cleaning of the key, etc … ?
Maybe disconnecting the terminals from internet (the server has always been offline after initial install)?

Thanks,

Marc

it takes literally seconds to download and install the new version and it will probably fix your issue and other bugs you arent aware of. If the licence is causing such a big issue to you then just update to newest version which should solve your issue

Literally takes 30 seconds to doenload and install

So, somebody knows if it’s possible?

Hello,

This situation might be caused by various reasons that we can’t be aware of.

Some of them are below;

  • In your location you might be having power cuts oftenly (this causes database connection collapse - you can get over it by using a UPS)
  • One of your users might be clicking on the email address which can be found in the Samba Market Section (this causes logout)
  • When you (any user) trying to take manual backup, you might not be waiting SambaPOS to finish the backup process and turn it off immediately
  • Your license might be used on another computer in a different location (1 SambaPOS V5 Pro license can not be used in 2 locations at the same time)

These are some of the possible reasons for the general cases, other than that we can’t tell you any specific reason for it.

In order to find out the reason of the problem, turn auto backup feature off for a while on the main computer that SambaPOS is installed;

Main Menu > Manage > Settings > Database Backups > Settings > Uncheck Auto Create Backups after Work Period Ends

Have a nice day.

Thanks a lot for the information.
Yes we are subject to a lot power outages.
I’ll also monitor the backup and the logoff process.

:ok_hand:

This morning, again, unregistered.

I checked the backup process and no backup was made because they closed the working period on a terminal and not on the server.

Could that be the reason why it deactivates the licence?

Note: This time the “unregistered” happened when opening working period, but sometimes, “unregistered” happens during working time.

Thanks

It will be really hard to know for sure. We fixed these issues with an entire new license engine in 5.5

Do the terminals have both wifi and ethernet connected?

We ran into a similar issue a while back and traced it down to wifi going down intermittently and would fall back on ethernet and the licenses would mismatch.

Some digressions
We are in though environment. Power outage and internet failure are almost daily events.
Isolated in the amazon rain forest, so no electrical grid and no stable internet connection in a city of half a million persons.
And I think it’s important SambaPOS can still be easily used in such environment because power outages and internet failures might now happen in more and more places in the world.

To answer to Memo, here is our setup.
In the rack:

  • 1 Server - RJ45 - Win10 not connected to internet for years.
  • 1 terminal - RJ45 - 1 mini pc with win7 SP3 and only SambaPOS installed, connected to internet.
  • 1 terminal - RJ45 broken → USB-RJ45 instead - 1 mini pc with win7 SP3 and only SambaPOS installed, connected to internet.

In the Restaurant:

3 android tablets wireless-remote-connected to the above computers. (not with RDP though, android client too slow, but with nomachine, surprisingly fast)

At the end of the day, 1 waiter left, “must” close working period on the Server (remotely).
:grey_question:Is there a way to see on which terminal (server/term1/term2) was closed the work period?

When “licence unregisters”, I activate it back on one of the mini PCs (terminal) as they are connected to internet.
I then close SambaPOS on the server and run it again, and licence is activated on the server and everything is fine. Until the next “unregistered”, which now happens more and more often.

Yes I agree and it is partly why we redesigned the license engine with the new version and company redesign.

Ok.
I’ll update.

App 5.3.0
DB 153-153

Some questions, I have:

  1. an extra table in SambaPOS5.dbo
  2. 1 trigger
  3. 1 asynchronous trigger (Service Broker)
  4. A linked Server to an Oracle database
  5. SambaPOS5 scripts using this db.
  6. The Delivery module installed.

I guess

  • 4&5 : I don’t think the upgrade will create problem.
  • 6 : The delivery module will not create problem?
  • 1&2&3 : What will happen?
    • The table will be wiped out. I can deal with that.
    • with the procedures & the triggers in SambaPOS5.dbo? Deleted also?
    • Has the Orders table changed since DB 153?

Thanks

You can install it to another system and compare. We can’t support these types of modifications unfortunately. But if you look at it and compare it should help get your answers.

On upgrade, SambaPOS will only modify what it knows to exist. It does not recreate a db on upgrade. Your additional tables/triggers, etc. will not be affected (unless referencing something in the primary schema that may have changed).

There appears to be no changes to the orders table that would cause queries written against the 5.3 db to fail.