Update seems to have affected my stock take reports (no longer populate as they did) but I have been working a better report template anyway so not so bothered about this as I can work around.
Won’t be able to show templates for a while as busy work wise at moment, just making this comment
to see if anyone else has noticed issues.
On the plus side Samba is noticeably faster on my lower spec terminal.
There was no error. When I double click the exe, my mouse cursor briefly shows the loading circle and doesn’t do anything else. I tried to run it as Windows 8 Compatible, but still didn’t work.
I was able to install SambaPOS 5.2.10 on it last week without problems.
If the Installer Service was stopped, wouldn’t that have meant that I woundn’t have been able to install anything? I was able to install 2 other programs just fine.
It is probably related to windows protection because it’s an “unknown file” and not digitally signed, in Windows 10 it comes up with a dialog warning you and letting you “run anyway”. It is most likely in Server 2016, this is just being blocked.
I was thinking the same thing too. I was able to install 5.2.10 just fine last week, but there was a Windows Security Update 2 days ago that may have changed something. I’ll check it out. Thanks.
This shows in Windows 10, it’s because the file is unsigned and unknown, so Windows sees it as a potential risk. On Windows 10 the default setting is to show this dialog, but since Windows Server is built to be more secure, it’s most likely the default setting is to just block and not show the dialog. I don’t use Windows Server so cannot comment on how to resolve, but I am pretty certain this is your problem.
EDIT: Ok so I can partly answer this myself, comparing using Auto Size vs Safely Auto Size, for example on the ScreenMenuItems table, I can see some columns are set as nvarchar(MAX) as opposed to setting specific size on every column. I am guessing this is to reduce the amount of “auto resizing” that happens during use? @emre what is the difference regarding performance with safely vs standard auto size columns?