Event Information | According to Microsoft : Cause : This event is logged when the time service is configured to use one or more input providers, however none of the input providers are available. Resolution : Configure one or more reliable input providers The configuration of the time source (also known as the time provider) is not valid, or the time source is no longer accessible. Check the time source configuration, and configure a different time source, if necessary. Perform the following procedure on the computer that is logging the event to be resolved. To perform this procedure, you must have membership in Administrators or you must have been delegated the appropriate authority. To configure a different time source:- Open a command prompt as an administrator. To open a command prompt as an administrator, click Start. In Start Search, type Command Prompt. At the top of the Start menu, right-click Command Prompt, and then click Run as administrator. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
- To verify that the time source name or address is correct, at the command prompt, type w32tm /query /source, and then press ENTER. If the name is not correct, enter a valid time source name or address. If the name is correct, check for network connectivity issues, and then verify that the time source is functioning correctly.
- To configure a new time source, at the command prompt, type w32tm /config, and then press ENTER. For complete command syntax, at the command prompt, type w32tm /?, and then press ENTER.
Verify : To perform this procedure, you must have membership in Administrators or you must have been delegated the appropriate authority. To verify that the Windows Time service is synchronizing correctly:- Open a command prompt as an administrator. To open a command prompt as an administrator, click Start. In Start Search, type Command Prompt. At the top of the Start menu, right-click Command Prompt, and then click Run as administrator. If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue.
- At the command prompt, type W32TM /resync, and then press ENTER.
- At the command prompt, type W32TM /query /status, and then press ENTER. The command displays the status of the Windows Time service synchronization. The Last Successful Sync Time line of the output displays the date and time that you ran the W32TM /resync command in the previous step. Also, check the computer name that is shown as the Source. This should be the name of a domain controller (or administrator-configured time server).
To confirm that the Windows Time service was synchronized successfully with its time source when you ran the W32TM /resync command, verify that Event ID 35 appears in the Event Viewer. |