Hi,
I am getting the following error in Windows 2008 R2 cluster with sql 2008 event logs...can anybody haelp me resolving the same.
Log Name: System
Source: Microsoft-Windows-FailoverClustering
Date: 9/26/2013 7:25:16 AM
Event ID: 1207
Task Category: Network Name Resource
Level: Error
Keywords:
User: SYSTEM
Computer: NODEDB1.NODE.COM
Description:
Cluster network name resource 'SQL Network Name (SQLNODE)' cannot be brought online. The computer object associated with the resource could not be updated in domain 'NODE.COM' for the following reason:
Unable to update password for computer account.
The text for the associated error code is: Access is denied.
The cluster identity 'NODECLUSTER$' may lack permissions required to update the object. Please work with your domain administrator to ensure that the cluster identity can update computer objects in the domain.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft-Windows-FailoverClustering" Guid="{BAF908EA-3421-4CA9-9B84-6689B8C6F85F}" />
<EventID>1207</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>19</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2013-09-26T01:55:16.483346600Z" />
<EventRecordID>18934</EventRecordID>
<Correlation />
<Execution ProcessID="4068" ThreadID="6400" />
<Channel>System</Channel>
<Computer>NODEDB1.NODE.COM</Computer>
<Security UserID="S-1-5-18" />
</System>
<EventData>
<Data Name="ResourceName">SQL Network Name (SQLNODE)</Data>
<Data Name="DomainName">NODE.COM</Data>
<Data Name="FailureString">Unable to update password for computer account</Data>
<Data Name="Status">Access is denied.
</Data>
<Data Name="ClusterIdentity">NODECLUSTER$</Data>
<Data Name="BinaryParameterLength">4</Data>
<Data Name="BinaryData">05000000</Data>
</EventData>
</Event>