DHCPCreateSubnet Error code: 5 on HyperV windows server 2008 R2
-
Hi, I have written the an application which configures the DHCP server using c#. Environment: Hyper-V Windows 2008 Server R2 API used to crerate subnet is : DHcpCreateSubnet. Return code: 5 The above return code is received when used for the first time. In second attemp when DHCPCreate subnet is called it succeeds to create the subnet for same IP used as scope address. For e.g 1st Attempt: Exe is executed first time,. API used : DHCPCreateSubnet Error code :5 IP used for scope address : 192.168.1.10 2nd Attempt: Exe is executed second time,. API used : DHCPCreateSubnet Error code :2005 (success), IP used for scope address : 192.168.1.10 Please let me know if you any information on Hyper-V why its is failing for the first time. Regards -Ganesh
"A winner is not one who never fails...but the one who never quits"
-
Hi, I have written the an application which configures the DHCP server using c#. Environment: Hyper-V Windows 2008 Server R2 API used to crerate subnet is : DHcpCreateSubnet. Return code: 5 The above return code is received when used for the first time. In second attemp when DHCPCreate subnet is called it succeeds to create the subnet for same IP used as scope address. For e.g 1st Attempt: Exe is executed first time,. API used : DHCPCreateSubnet Error code :5 IP used for scope address : 192.168.1.10 2nd Attempt: Exe is executed second time,. API used : DHCPCreateSubnet Error code :2005 (success), IP used for scope address : 192.168.1.10 Please let me know if you any information on Hyper-V why its is failing for the first time. Regards -Ganesh
"A winner is not one who never fails...but the one who never quits"
Ganesh_T wrote:
I have written the an application which configures the DHCP server using c#.
Then, why do you post your question on the C/C++/MFC forum? The right one is the C# forum...
Ganesh_T wrote:
API used to crerate subnet is : DHcpCreateSubnet.
...or you can post the question to the Windows API forum, as you are using one of them through P-Invoke.