Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HttpSetServiceConfiguration completed with 183

1,481 views
Skip to first unread message

Alex Horan

unread,
Jul 22, 2004, 11:05:54 AM7/22/04
to
I am trying to set the IP address on my multi IP'd server that IIS6 will listen on.
I have stopped the HTTP service.
I use the command httpcfg.exe set iplisten -i 192.168.0.17

And I get the following message back
HttpSetServiceConfiguration completed with 183

I have googled the web and news groups and I cannot find this error anywhere - can any one shed any light on this issue?

Alex Horan

unread,
Jul 22, 2004, 11:30:25 AM7/22/04
to
OK - I managed to sort this out myself.

First I ran the following command

Httpcfg query iplisten

This gave me a list of all the IP addresses that the HTTP service will listen on.

I then used httpcfg delete -i xxx.xxx.xxx.xxx to remove the IP addresses I didn't need.

Once I had cleared the list I used my original command and this time I was successfully.

Cheers - Alex

Kristofer Gafvert

unread,
Jul 22, 2004, 1:45:06 PM7/22/04
to
Hello,

httpcfg returns Win32 Error codes [1], and 183 means "Cannot create a file
when that file already exists." [2]

Now the question is...what file already exists? I can look at the source
code for this utility later(this weekend) and see if i can figure something
out, unless you have already solved it.

[1]
http://www.microsoft.com/resources/documentation/WindowsServ/2003/all/techref/en-us/Default.asp?url=/resources/documentation/windowsServ/2003/all/techref/en-us/httpcfg_remarks.asp

[2]
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/system_error_codes__0-499_.asp

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Alex Horan" <alex(donotspamme)ho...@hotmail.com.ok> wrote in message
news:0A918000-9C62-40A1...@microsoft.com...

Kristofer Gafvert

unread,
Jul 22, 2004, 2:26:51 PM7/22/04
to
I see now that you have solved the problem. Good!

--
Regards,
Kristofer Gafvert - IIS MVP
http://www.ilopia.com - When you need help!


"Kristofer Gafvert" <kgaf...@NEWSilopia.com> wrote in message
news:eZI5gOBc...@TK2MSFTNGP12.phx.gbl...

Alex Horan

unread,
Jul 22, 2004, 3:02:02 PM7/22/04
to
The file that already exisits - I think that is refering to the fact that the IP address was already on the listen list. I was expecting a code '0' - which is why I posted here. SO it was working all along - it just wasnt telling me that fact (clearly).
0 new messages