Command ipconfig /registerdns, failed and returned error: Registration of DNS records failed: not enough storage is available to complete this operation.
Error Scenario:
Command ipconfig /registerdns, it was failed and returned error: Registration of DNS records failed: not enough storage is available to complete this operation. However, it seems that we have enough memory
Cause: Dynamic Update was enabled in the server
Solution: Disabled Dynamic Update from server registry.
registry for **HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\Parameters**
If the value of DisableDynamicUpdate = 1, change it to 0 and reboot your machine.
Comments