S
SonGoku7
On doing an In-Place upgrade from windows server 2008 to server 2012 , the 2012 server started showing an SCnotification Error.
This error also caused the Server manager from working.
On doing some troubleshooting , it was found that this issue is mainly due to issue with the .net framework .
So in order to reinstall .net , i followed :
I was able to uninstall and than reinstall .net and powershell , but getting issue when trying to reinstall the GUI shell on the server, as the command:
Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Gets stuck on 24% and fails due to timeout .
Continue reading...
This error also caused the Server manager from working.
On doing some troubleshooting , it was found that this issue is mainly due to issue with the .net framework .
So in order to reinstall .net , i followed :
Removing .NET Framework 4.5/4.5.1 removes Windows 2012/2012R2 UI and other features
blogs.technet.microsoft.com
I was able to uninstall and than reinstall .net and powershell , but getting issue when trying to reinstall the GUI shell on the server, as the command:
Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Gets stuck on 24% and fails due to timeout .
Continue reading...