Hello everyone. I am trying to install an SQL server for SambaPOS 5. However, the installation fails all the time. I’ve tried to google the answer, but failed.
I am using Windows Server 2012 R2 Standard and trying to install SQL Server 2014.
Did you do this? Just my 2 pence worth.
You may get some advice from someone more experienced with SQL but bear in mind this is an SQL/Microsoft issue rather than a Samba one.
What @JTRTech is saying though is to try to not install the Reporting Services component to see if the installation still fails. You don’t need Reporting Services anyway.
Yes, that is true, and we do recommend you use that setup. But you don’t need to install all of the components therein. You want the Database Engine/Service and the SSMS (Management Studio).
Personally, I do not install Reporting Services (just de-select that feature during installation).
So I installed it again without the Reporting Services component, but it still failed to install completely.
And yes, I do run the installation as Administrator.
QMcKay might have better option but the link shows a very undescript info on the error, might be worth a try redownloading, maybe a courpt download.
Whats your internet like? Know its a big file.
The basic error is its having trouble starting the service. This could be a number of issues including some dependencies missing or your Server 2012 configuration not allowing the service for some reason.
It looks like it installed fine but it can’t start it. It has to start it to finish configuration.
Something is wrong it must be missing a dependency or something. Completely uninstall it including your v4 instance, BACKUP FIRST, then reinstall just the v5 instance from scratch and see if that helps.
Just want to make sure… you had SQL Server Agent selected… the service you need to ensure is running is the SQL Server (SAMBAPOS5) service.
Ok, hold on here. You do not need to run 2 Instances, and this might be the root of the issue you’re having.
You can have multiple databases in a single instance. This is why I do not suggest renaming the instance from SQLEXPRESS to SAMBAPOS at all. It confuses people, because many do not understand that the Instance is not the same thing as the Database.
You only need 1 Instance. Look here - I have a single instance called SQLEXPRESS, with 9 Databases…
This Tutorial shows how you can backup your V4 Database, create a V5 Database, and import the V4 data into the V5 Database, all within SambaPOS using the built-in Database Backup Module…