Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stand Alone service limit on Windows Server 2012r2?
#24
(09-10-2021, 06:28 AM)Alexandre Machado Wrote: This error message "A call to "HttpCreateRequestQueue" failed: Cannot create a file when that file already exists" is pretty clear about the problem: There is a conflicting name reservation on that same machine. It doesn't need to be a IW application. Anything can register a URL, stuff installed under IIS or not. 

From the command prompt type:

netsh http show urlacl

And inspect each one of them. Even better:

netsh http show urlacl > UrlReserv.txt

and a file UrlReserv.txt will be created with all the reservations. You can open the file and inspect it later (you may have dozens or even hundreds of url reservations)

If you have detailed http service state, use:
netsh http show servicestate
Reply


Messages In This Thread
RE: Stand Alone service limit on Windows Server 2012r2? - by Jose Nilton Pace - 09-10-2021, 11:19 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)