License Issues on Server Swap

I have 2 PC’s one is the Server the other is Reports.

The server is a J1900 Celeron, Reports is an i5 with 26gb ram so I thought it would be a good idea to move the database to the i5. Al

All went well and I ran licensing.exe on the i5, connected and was able to open a new work period and add products to orders.

Then I started the J1900, connected to the new database on the i5 and that’s where the smooth sailing stopped. I had the green connected message bottom left but a pop-up saying I wasn’t connected. I also had unregistered trial in red and demo in red, I couldn’t add products to orders.

I logged on to cp.sambapos.com try try and clear the keys but I couldn’t find that option any longer.

I’ve rolled back to the J1900 for service tomorrow but what do I need to do to complete the swap successfully please?

Cheers,

Murray

It appears that in the database both PC’s are thinking they are the message server. I’ve changed the J1900 from ‘true’ to ‘false’.

I’ll test it out soon.

Yes that was the issue, this was the fix:

UPDATE ProgramSettingValues

SET Value = REPLACE(Value,‘“ThisTerminalServer”:true’,‘“ThisTerminalServer”:false’)

WHERE Id = 146;