Troubleshooting "ANONYMOUS LOGON" Failure

I have what I think is an issue with Reporting Services. We have installed SQL Server 2005 Reporting Services on a Windows 2003 Server. Both SQL Server and Windows 2003 have been upgraded to SP1.

My SQL Server is set to report failed login attempts. My EventViewer isconstantly reporting the following error:

Event Type: Failure Audit
Event Source: MSSQLSERVER
Event Category: (4)
Event ID: 18456
Date: 07/28/2006
Time: 09:42:52
User: NT AUTHORITY\ANONYMOUS LOGON
Computer: YKCLNSC
Description:
Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. [CLIENT: 10.7.54.59]

For more information, see Help and Support Center athttp://go.microsoft.com/fwlink/events.asp.
Data:
0000: 18 48 00 00 0e 00 00 00 .H......
0008: 08 00 00 00 59 00 4b 00 ....Y.K.
0010: 43 00 4c 00 4e 00 53 00 C.L.N.S.
0018: 43 00 00 00 07 00 00 00 C.......
0020: 6d 00 61 00 73 00 74 00 m.a.s.t.
0028: 65 00 72 00 00 00 e.r...

IIS is also installed on this server, and anonymous access has beendisabled.

Here are the steps I have tried to resolve this error:

1) Grant the following accounts access to the instance of SQL Server:

"NT AUTHORITY\ANONYMOUS LOGON", "NT AUTHORITY\NETWORK SERVICE", "NT AUTHORITY\SYSTEM", "YKCLNSC\IUSR_YKCLNSC", "YKCLNSC\IWAM_YKCLNSC"

2) Grant these same accounts membership in the "public" role in the master database

3) Grant these accounts membership in the "db_datareader" role in the master database

4) Grant these accounts membership in the "db_datareader" and "db_datawriter" roles in the master database

4) Grant these accounts membership in the "db_datareader", "db_datawriter" and "RSExecRole" roles in the master database

5) Grant these accounts membership in the "db_owner" role in the master database.

None of these steps has stopped this error from occurring. Can anyone out there give me additional suggestions?

[2229 byte] By [KenPowers] at [2007-12-22]

SQL Server

Site Classified