I have a DB maintenance plan for a SQL 2005 server that first runs full backups of all the DBs on the server.
The backups run everynight ok but the backups older than 5 days never delete. If I try to run the job manually i get the following error messages in the SQL Logs.
07/11/2008 11:04:11,,Error,[298] SQLServer Error: 3621<c/> The statement has been terminated. [SQLSTATE 01000] (ConnIsLoginSysAdmin),
07/11/2008 11:04:11,,Error,[298] SQLServer Error: 15404<c/> Could not obtain information about Windows NT group/user 'WHOST\whostadmin'<c/> error code 0x5. [SQLSTATE 42000] (ConnIsLoginSysAdmin)
I have tried running the jobs using different accounts but the error message continues to happen... any suggestions?
Thanks,
Jon
The backups run everynight ok but the backups older than 5 days never delete. If I try to run the job manually i get the following error messages in the SQL Logs.
07/11/2008 11:04:11,,Error,[298] SQLServer Error: 3621<c/> The statement has been terminated. [SQLSTATE 01000] (ConnIsLoginSysAdmin),
07/11/2008 11:04:11,,Error,[298] SQLServer Error: 15404<c/> Could not obtain information about Windows NT group/user 'WHOST\whostadmin'<c/> error code 0x5. [SQLSTATE 42000] (ConnIsLoginSysAdmin)
I have tried running the jobs using different accounts but the error message continues to happen... any suggestions?
Thanks,
Jon