Hi My problem is exactly the same as given in ur post.I did as shown in the blog but I am encountering an error as shown.I am running the command at the command prompt.Can u let me know pls?
Whew, I found a solution to this problem.I went to control panel, UserAccounts, Turn User Account On Or Off and I uncheck the checkbox and reboot the system. . That did it. I hope this may be useful for someone..
I had the same issue, in my case, the parameter that was not right was the Domain, I missed one char.. then it threw the issue. I suggest to double check the information you're providing...
guyind
Member
39 Points
84 Posts
Re: address for end point
Nov 05, 2009 02:51 AM|LINK
Hi My problem is exactly the same as given in ur post.I did as shown in the blog but I am encountering an error as shown.I am running the command at the command prompt.Can u let me know pls?
<div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">C:\Users\Casukhela Krishna>netsh http add urlacl url=http://+:2345/PrimeSource u</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">ser=DOMAIN\krishna delegate=yes</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste">Create SDDL failed, Error: 1332</div> <div style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;" id="_mcePaste"> The parameter is incorrect.</div>C:\Users\Casukhela Krishna>netsh http add urlacl url=http://+:2345/PrimeSource user=DOMAIN\krishna delegate=yes
Create SDDL failed, Error: 1332
The parameter is incorrect.
guyind
Member
39 Points
84 Posts
Re: address for end point
Nov 05, 2009 10:45 AM|LINK
Whew, I found a solution to this problem.I went to control panel, UserAccounts, Turn User Account On Or Off and I uncheck the checkbox and reboot the system. . That did it. I hope this may be useful for someone..
mavargas82
Member
2 Points
1 Post
Re: address for end point
Sep 05, 2012 11:43 PM|LINK
I had the same issue, in my case, the parameter that was not right was the Domain, I missed one char.. then it threw the issue. I suggest to double check the information you're providing...
As follows my case:
C:\>netsh http add urlacl url=http://+:9050/Service/ user=DOMAIN\user
Create SDDL failed, Error: 1332
The parameter is incorrect.
C:\>netsh http add urlacl url=http://+:9050/Service/ user="DOMAIN1\user"
URL reservation successfully added