I am getting the following event every minute in the event log:
UpdateUptimeRegKey: Operating system error 5(Access is denied.) encountered. Master
| | | | |
[ SystemTime] | 2012-07-07T10:55:22.000000000Z |
|
| | | Computer | ClinSQL.clinlogix.com |
|
| | | 9D420000100000000800000043004C0049004E00530051004C000000070000006D00610073007400650072000000 |
Binary data:
In Words
0000: 0000429D 00000010 00000008 004C0043
0008: 004E0049 00510053 0000004C 00000007
0010: 0061006D 00740073 00720065 0000
In Bytes
0000: 9D 42 00 00 10 00 00 00 B......
0008: 08 00 00 00 43 00 4C 00 ....C.L.
0010: 49 00 4E 00 53 00 51 00 I.N.S.Q.
0018: 4C 00 00 00 07 00 00 00 L.......
0020: 6D 00 61 00 73 00 74 00 m.a.s.t.
0028: 65 00 72 00 00 00 e.r...
-<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <ProviderName="MSSQLSERVER" />
<EventID Qualifiers="49152">17053</EventID>
<Keywords>0x80000000000000</Keywords>
<TimeCreatedSystemTime="2012-07-07T10:55:22.000000000Z" />
<EventRecordID>4171276</EventRecordID>
<Channel>Application</Channel>
<Computer>ClinSQL.domain.com</Computer>
</System>
<Data>UpdateUptimeRegKey</Data>
<Data>5(Access is denied.)</Data>
<Binary>9D420000100000000800000043004C0049004E00530051004C000000070000006D00610073007400650072000000</Binary>
</EventData>
</Event>
Appears to be with the Master database. I tried changing the SA password but did not correct the problem.
Any ideas?