netnut1234
Technical User
Hi,
I have a couple of db maintenance plans set on my SQL 2000 database server. The first plan runs OK with out any errors. The other plan I am having issues with, the plan executes and runs OK, it backs up 3 other database, but fails on the master, northwind and pubs database. I have check the service account, and that is running a domain admin account, both the MSSQLSERVER and SQLSERVERAGENT are using this account. I have checked folder permissions and this account has full control on all folders. I just cant understand why it back ups some of the databases and not the other, below is a copy of the script:
EXECUTE master.dbo.xp_sqlmaint N'-PlanID 182B4960-3FC6-45B8-9F09-C0997CF675FC -To "Helpdesk" -Rpt "e:\Microsoft SQL Server\MSSQL\LOG\DB Maintenance Plan16.txt" -DelTxtRpt 4WEEKS -WriteHistory -VrfyBackup -BkUpOnlyIfClean -CkDB -BkUpMedia DISK -BkUpLog -UseDefDir -DelBkUps 2DAYS -BkExt "TRN"'
I have seen the thing on the Microsoft website about the "S" being used in the path, I took this out, still didn't make any difference.
Can anyone help us out with this error.
Thanks
Tim
I have a couple of db maintenance plans set on my SQL 2000 database server. The first plan runs OK with out any errors. The other plan I am having issues with, the plan executes and runs OK, it backs up 3 other database, but fails on the master, northwind and pubs database. I have check the service account, and that is running a domain admin account, both the MSSQLSERVER and SQLSERVERAGENT are using this account. I have checked folder permissions and this account has full control on all folders. I just cant understand why it back ups some of the databases and not the other, below is a copy of the script:
EXECUTE master.dbo.xp_sqlmaint N'-PlanID 182B4960-3FC6-45B8-9F09-C0997CF675FC -To "Helpdesk" -Rpt "e:\Microsoft SQL Server\MSSQL\LOG\DB Maintenance Plan16.txt" -DelTxtRpt 4WEEKS -WriteHistory -VrfyBackup -BkUpOnlyIfClean -CkDB -BkUpMedia DISK -BkUpLog -UseDefDir -DelBkUps 2DAYS -BkExt "TRN"'
I have seen the thing on the Microsoft website about the "S" being used in the path, I took this out, still didn't make any difference.
Can anyone help us out with this error.
Thanks
Tim