Event ID 4. Microsoft-Windows-Security-Kerbero s cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component o
Hi,
I have recently built the following in VM.
Server 2008 R2, SCCM SP2 with R2 and SQL Server 2008 SP1 (all on the same server)
Clients - Windows 7
I've been getting loads of Event ID 4 errors. My event log is below:
Log Name: System
Source: Microsoft-Windows-Security-Kerberos
Date: 25/11/2010 10:32:19
Event ID: 4
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer: Net-SCCM
Description:
The description for Event ID 4 from source Microsoft-Windows-Security-Kerberos cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on
the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
pc043$
DomainName
RPCSS/PC266
DomainName
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-Security-Kerberos" Guid="{98E6CFCB-EE0A-41E0-A57B-622D4E1B30B1}" EventSourceName="Kerberos" />
<EventID Qualifiers="16384">4</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-11-25T10:32:19.000000000Z" />
<EventRecordID>5317</EventRecordID>
<Correlation />
<Execution ProcessID="0" ThreadID="0" />
<Channel>System</Channel>
<Computer>Net-SCCM</Computer>
<Security />
</System>
<EventData>
<Data Name="Server">pc043$</Data>
<Data Name="TargetRealm">DomainName</Data>
<Data Name="Targetname">RPCSS/PC266</Data>
<Data Name="ClientRealm">DomainName</Data>
<Binary>
</Binary>
</EventData>
</Event>
I've been getting these errors alongside error 1009: Microsoft-Windows-DistributedCOM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component
on the local computer.
I've logged this is in a previous question.
Please help!
Yvette
November 25th, 2010 6:49am
Hello,
even if you have multiple event errors use only one posting for one machine as this belongs together:
http://social.technet.microsoft.com/Forums/en/winservergen/thread/9f6bef17-d92e-46d9-89b8-42a431ba3a9eBest regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
November 25th, 2010 11:36am
Hi,
This event error means that Kerberos cannot authenticate the Web program user because the server cannot verify the Kerberos authentication request sent
by the client. This usually happens when there is an account in the target domain with the same name as the server in the client's domain. If so, the ticket is issued for the server in the client's domain and it cannot be decrypted by the recipient server
in the target domain.
To fix this issue, please search the client domain for accounts with the same name as the target server, and then either rename the duplicate account
or remove it. For more information, please refer to the following TechNet article:
Event ID 4 — Kerberos Client Configuration
http://technet.microsoft.com/en-us/library/cc733987(WS.10).aspx
For more troubleshooting information, please also refer to the following article:
Event ID 4 Source Kerberos
http://www.eventid.net/display.asp?eventid=4&eventno=1968&source=Kerberos&phase=1
Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this
information.
Regards,Please remember to click Mark as Answer on the post that helps you, and to click Unmark as Answer if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.
November 25th, 2010 10:21pm
Very helpfull. Thanks.
I deleted a server account that was added at the wrong server. Until now the error has disappeared.
Free Windows Admin Tool Kit Click here and download it now
October 26th, 2012 5:51am