Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error hresult :80004001 , message : Command execution failed. Not implemented

Tags:

iis

cmd

I ran the command "%windir%\system32\inetsrv\appcmd list requests /elapsed:1000" in the server and encountered the following error:

Error < hresult :80004001 , message : Command execution failed. Not implemented

like image 565
Jayachandran S Avatar asked Jul 26 '16 15:07

Jayachandran S


1 Answers

Looks like there are certain IIS features not included when it was setup.

Right Click on My Computer and Select Manage.This will open Server Manager
Select Manage and Choose Add Roles/Features 
Select Installation Type Role-Based/ feature based installation,Click next
Select server,Click next
Select server roles and you should see Web Server(IIS)->Web Server->Health and Diagnostics 
Check Request Monitor and tracing

enter image description here

like image 61
nobody Avatar answered Oct 22 '22 07:10

nobody