Hi,
I am currently trying to run a database attach upgrade from SharePoint 2010 to SharePoint 2013.
I am following the Microsoft article on how to do this and I am coming across an issue when trying to Start the SharePoint Server Search via powershell.
I run the following command with no issues;
$SearchInst = Get-SPEnterpriseSearchServiceInstance
Start-SPServiceInstance $SearchInst
Although when I then log into Central administrator it is showing as the server in the state of "error Starting"
The OS is server 2012 and I have looked around online and can see some people where having a similar issue and running the latest windows updates resolved this. These updates don't seem to be applicable for server 2012.
Is anyone able to point me in the right direction of getting this started?
Thanks,
Jordan Fillery