7

I am having a problem with the server manager in my Windows Server 2012 R2 Machine .

Everytime I try to add a Role I get this error message

The request to list features available on the specified server failed

image

Why ?

gparent
  • 3,601
  • 2
  • 24
  • 28
kadri.r
  • 71
  • 1
  • 1
  • 3

2 Answers2

5

Try to get a list using a PowerShell. Most probably, the server stuck on the pending reboot request. The first option will be rebooting, installing Windows updates and then rebooting once again. The second option is to delete pending.xml in C:\Windows\WinSxS and reboot the host.

A.Newgate
  • 1,484
  • 6
  • 11
0

I had this on Windows Server 2016, when C:\Windows\system32\downlevel folder had other files than DLLs in it. There was a .txt file in there. I deleted that .txt, and Server roles started to open, and Get-WindowsFeature started to work.

Besides, I had an additional symptom. Running: dism /online /cleanup-image /checkhealth was showing DISM Error 193.

Thanks to @Cybot resolving this at https://answers.microsoft.com/en-us/windows/forum/all/dism-error-193/f5c78f44-0bd0-47cf-812d-f1fe7d311199