Cause: Event Viewer obtains event description and category information from the computer that contains the log. The event log might have been copied from the computer on which it was generated, to another computer, on which the service that logged these events is not installed.
Solution: Open Event Viewer from the command-line using mmc.exe, and use the /auxsource=computername parameter. The /auxsource=computername parameter enables Event Viewer to obtain the information about events from a computer on which the event log service is installed. This can be the computer which generated the log or another computer on the network. You can use the /auxsource=computername parameter on computers running a Windows XP or later operating system. To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
Syntax
mmc.exe X:\WINDOWS\system32\eventvwr.msc /auxsource=
computername
Where X:\WINDOWS\System32 is the default path to eventvwr.msc, and X is the drive where Windows is installed.
Note
-
To run a command-line utility, click Start, and then click Run. In the Open box, enter the command-line utility and parameters, and then click OK.
-
If category information is not available, you will also see a number instead of text in the Category field in the Event Viewer details pane for an event listing.
See also: Mmc; Managing event logs from the command line
Cause: You are attempting to view a log on a remote computer and are not a member of the Administrators group, or have not been delegated the appropriate authority on the remote computer.
Solution: To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
You might also be able to obtain the same information from a different computer on your network. To do this, run Event Viewer at a command prompt (Eventvwr.msc) with the auxsource=ComputerName parameter. You can use this parameter to enable Event Viewer to obtain information from a computer on which the service is installed. This can be either the computer that generated the log or another computer on the network.
Cause: You are attempting to view a log on a remote computer and the Remote Registry service on the remote computer is stopped. If the remote computer is running a Windows XP or later operating system, the Remote Registry service must be started for you to be able to see the Description or Category fields in the property page for an event log.
Solution: On the remote computer, start the Remote Registry Service. You can manage the Remote Registry service through the Services and Applications snap-in in Computer Management.
To start the Remote Registry service
-
In Computer Management, verify that you are in the console for the remote computer.
-
In the console tree, under Services and Applications, click Services.
-
In the details pane, double-click Remote Registry.
-
In the General tab, under Service status, click Start. Click OK.
You might also be able to obtain the same information from a different computer on your network. To do this, run Event Viewer at a command prompt (Eventvwr.msc) with the auxsource=ComputerName parameter. You can use this parameter to enable Event Viewer to obtain information from a computer on which the service is installed. This can be either the computer that generated the log or another computer on the network.
Notes
-
To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
-
This parameter is available on computers running Windows XP or a product in the Windows Server 2003 family.
See also: Remote Administration;Computer Management; Microsoft Management Console
Cause: The computer on which you are running Event Viewer is unable to translate the GUID or SID into the user name.
Solution: Run Event Viewer on the computer on which the event log was generated.
Cause: The user account referenced by the event has been deleted.
Solution: You will not be able to retrieve this information through Event Viewer.
Cause: You are not a member of the Administrators group, or have not been delegated the appropriate authority on the target computer.
Solution: To perform this procedure, you must be a member of the Administrators group on the local computer, or you must have been delegated the appropriate authority. If the computer is joined to a domain, members of the Domain Admins group might be able to perform this procedure. As a security best practice, consider using Run as to perform this procedure.
See also: Use the Security Log
Cause: The Remote Registry service is not running on the remote computer.
Solution: Ensure that the Remote Registry service is started on the remote computer. For more information, see Start, stop, pause, resume, or restart a service. You need appropriate permissions on the remote computer to start the service.
Note
-
You might also receive this error message if the remote computer is running Windows 95. Computer Management does not support remote access to computers that are running Windows 95.