Event ID 518 — WDSServer Provider Availability

Applies To: Windows Server 2008

The Windows Deployment Services server service (WDSServer) provides basic service functions to support its hosted subcomponents, known as providers (or plug-ins). The providers provide the true functionality associated with the service. There are five providers included with the default (Deployment Server) installation:

  • PXE server
  • PXE provider
  • Image server
  • Multicast server
  • TFTP server

Event Details

Product: Windows Operating System
ID: 518
Source: WDSServer
Version: 6.0
Symbolic Name: E_WDSSERVER_PROV_REQUIRED_CALLBACK_NOT_REGISTERED
Message: Provider %1 was loaded from %2 and initialized successfully but provider did not register required callback functions. These callback functions are used to notify the provider when requests are received and to shutdown the provider. Windows Deployment Services server will unload the provider but since no callback has been registered, it may lead to unstable service.

Resolve

Examine the code or contact the vendor of the provider

Custom providers must meet the requirements defined in the software development kit (SDK). To resolve this issue, examine the code to ensure that it meets these requirements, or contact the vendor for further support. To download the Microsoft Windows Software Development Kit (SDK) for Windows Server 2008 and .NET Framework 3.5 at https://go.microsoft.com/fwlink/?LinkId=104661.

Verify

To perform this procedure, you must either be a member of the local Domain Admins group or have been delegated the appropriate authority.

To verify that the providers are working correctly:

  1. Open the Command Prompt window (Click Start, point to All Programs, click Accessories, and then click Command Prompt.)
  2. At the command prompt, run net stop wdsserver and then run net start wdsserver.
  3. Open Event Viewer (Click Start, type Event Viewer in the Start Search box**,** and then press ENTER.)
  4. In the left pane, expand Custom Views, expand Server Roles, and then click Windows Deployment Services.
  5. Click the Date and Time column heading to sort the events based on date and time.
  6. Ensure that you receive WDSServer event 517 for each of your providers (look in the event log message for each event, and make sure that each provider initializes.) Note: There are five providers included with the default installation of Deployment Server: WDSPXE, BINLSVC, WDSIMGSRV, WDSMC, and WDSTFTP.

WDSServer Provider Availability

Windows Deployment Services