Monday 11 December 2017

HP ML10 Gen9 Network Drivers for Server 2012 R2 - ven_8086&dev_15b7&rev_31

Had a total nightmare finding drivers for this server - none of the ones on the HP website support it and when you try and get them from Intel there aren't any.

So if you need the drivers for the NIC with a hardware ID of ven_8086&dev_15b7 rev_31 , give the below a go:

https://downloadcenter.intel.com/download/23073/Intel-Network-Adapter-Driver-for-Windows-Server-2012-R2-


Monday 4 December 2017

Sage v24 Dataservice on SBS 2011 Server (missing sg50SdoEngine240.dll)

The new version of sage does not play nicely with SBS 2011 - when you run the installer for the data service it eventually gets to a point where it says your operating system isn't support (seriously Sage, what the hell?)

To get around this you have to install all of the components and prerequisites manually. Luckily, when you attempt to install the data service Sage leaves all of the installation files lying around in your user temp folder (%temp% at the run prompt and go to "Sage Accounts")

Once in there, you can go into the redist folder and ensure all are installed - if you run into error 0x80240017 whilst installing the dot net framework 4.6 (NDP46-KB3045557-x86-x64-AllOS-ENU.exe) then you most likely need to install SP1 on your server (see here)

Once done, you can then go into the packages folder in the same location and run Sage50Accounts_DataAccess.msi (you don't need the ODBC one for just the data service).

If that installs - congrats!

However, If like me you receive more error messages about certain dll files not being registered (sg50SdoEngine240.dll in my case) and the services not starting, I had to re-run vc_redist.2015.x86.exe and perform a repair (this seemed to install with SP1, but the system really didn't like it) - this then let the software finally install.

Sage really need to sort stuff like this out, if they cant get the basics down then good luck to the people using the actual software.

Visual C++ Redistributable for Visual Studio 2015 ERROR code 0x80240017 - SBS Sage Data Service v24

The recent sage update requires a new data service to be installed - it doesn't like SBS very much and I will be making another post about this but if you're trying to installed the Visual C++ Redistributable for Visual Studio 2015  update and you receive error code 0x80240017 the first thing you should check is if SP1 is installed!