Troubleshooting Event 18456

BusinessCommunityEventsSharePointTechnology

In some MOSS environments you may encounter this error. The Event is noted on the event log as:

Event Type:    Failure Audit Event Source:    MSSQLSERVER Event Category:    (4) Event ID:    18456 Date:        20/02/2008 Time:        12:43:00 p.m. User:        NT AUTHORITY\SYSTEM Computer:    MOSS-WLGWFE001 Description: Login failed for user ‘NT AUTHORITY\SYSTEM’. [CLIENT: ]

](https://www.chandima.net/Blog/Lists/Posts/Attachments/115/AuditFailure.jpg)

The reason for this as I found out is a redundant SQL job related to the SSP database. The SQL server had been used previously to install and test a MOSS pilot and the error was related to a SQL Server Agent Job that was running against a non existent database related to the SSP.

Checking the SQL Log showed me that it was trying to connect to a non existing database.

](https://www.chandima.net/Blog/Lists/Posts/Attachments/115/SQL18456.jpg)

To get rid of the Error you can disable the Job via SQL Server Agent Jobs or simply delete it.

](https://www.chandima.net/Blog/Lists/Posts/Attachments/115/SQL18456AgentJob.jpg)

← Back to blog