I have an alert that runs a job when ever a specific log files grows to a certain size and it is working fine. Every time the job runs it writes an error message to the windows application log in Event Viewer. The job is set up to write to application log when the job succeeds, which it does.I have checked the job and it shows that it has completed successfully. Here is an example of the messages I get in the application log.
ERROR
Event
Date: 8/21/2002 Source: MSSQLSERVER
Time: 9:09 Catagory (6)
Type: Error Event ID: 17055
Description:
18278:
Database log truncated: Database: DBName.
That error is followed up by:
INFORMATION:
Date: 08/21/2002 Source: SQLSERVERAGEMT
Time: 9:09 Catagorey: Job Engine
Type: Information EnventID: 208
Description:
SQL Server Schedluled Job Truncate DBName Log
Status Succedded .... The Job Succeeded.....
So again why would it write an error message to the application log and then write the succeeded message. I know the second message is the option I have checked say write to log when succeeded.
Anyone have any ideas??????
ERROR
Event
Date: 8/21/2002 Source: MSSQLSERVER
Time: 9:09 Catagory (6)
Type: Error Event ID: 17055
Description:
18278:
Database log truncated: Database: DBName.
That error is followed up by:
INFORMATION:
Date: 08/21/2002 Source: SQLSERVERAGEMT
Time: 9:09 Catagorey: Job Engine
Type: Information EnventID: 208
Description:
SQL Server Schedluled Job Truncate DBName Log
Status Succedded .... The Job Succeeded.....
So again why would it write an error message to the application log and then write the succeeded message. I know the second message is the option I have checked say write to log when succeeded.
Anyone have any ideas??????