Event ID 150 — DNS Server Configuration
Applies To: Windows Server 2008 R2
The DNS server configuration consists of the settings that determine how the DNS server will function on a network and how those settings are stored and retrieved when they are needed.
Event Details
Product: | Windows Operating System |
ID: | 150 |
Source: | Microsoft-Windows-DNS-Server-Service |
Version: | 6.1 |
Symbolic Name: | DNS_EVENT_PLUGIN_INIT_FAILED |
Message: | The DNS server could not load or initialize the plug-in DLL %1. The event data is the error code returned by the plug-in DLL load or initialization attempt. Please correct the plug-in error that is causing this condition or remove the plug-in from the DNS server configuration. |
Resolve
Correct the plug-in problem
The event data is the error code that is returned by the plug-in dynamic-link library (DLL) load or initialization attempt. Correct the plug-in error or use the dnscmd /Config /ServerLevelPluginDLL command to remove the plug-in from the DNS server configuration.
To perform this procedure, you must have membership in Administrators, or you must have been delegated the appropriate authority.
To remove a plug-in DLL:
On the DNS server, open a command prompt. To open an elevated Command Prompt window, click Start, point to All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
Type the following command, and then press ENTER:
dnscmd /Config /ServerLevelPluginDLL
Verify
To verify that the Domain Name System (DNS) configuration is correct, verify that all configuration settings are correct, check the event log for events that indicate continuing problems, and then verify that DNS client computers are able to resolve names properly.
To verify DNS configuration settings:
- On the DNS server, start Server Manager. To start Server Manager, click Start, click Administrative Tools, and then click Server Manager.
- In the console tree, double-click Roles, double-click DNS Server, and then double-click DNS.
- Right-click the DNS server, and then click Properties.
- Review the settings on each tab, and verify that they contain the intended values.
- Expand the DNS server.
- Expand a zone folder, right-click a zone, and then click Properties.
- Review the settings on each tab, and verify that they contain the intended values.
- Repeat steps 6 and 7 for each zone.
To verify that DNS client computers can resolve names properly:
- On a DNS client computer, open a command prompt. To open a command prompt, click Start, click Run, type cmd, and then click OK.
- At the command prompt, type pinghostname (where hostname is the DNS name of a computer with a known IP address), and then press ENTER.
If the client can resolve the name, the ping command responds with the following message:
Pinginghostname [ip_address]
Note: The name resolution is successful even if the ping command reports that the destination is unreachable.
If the client cannot resolve the name, the ping command responds with the following message:
Ping request could not find hosthostname