|
sql
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Backup fail on msllockdb & pwe filesWe use Arcserve for our backup software. Everynight, we get errors that
msllockdb.mdf, msllockdb_ldf, pwe.mdf, & pwe_log.ldf cannot be accessed because they are being used by another process. Does anyone know what is causing this and how to correct it? -- Thanks! You are obviously not using the SQL Server plugin for Arcserver. It is
trying to copy the files directly and that is always a no no for SQL Server. You need to invoke the SQL Server backup command thru Arcserves SQL Server specific extensions. -- Show quoteAndrew J. Kelly SQL MVP Solid Quality Mentors "Saucer Man" <saucerman@nospam.com> wrote in message news:4742f3fc$0$27025$cc2e38e6@news.uslec.net... > We use Arcserve for our backup software. Everynight, we get errors that > msllockdb.mdf, msllockdb_ldf, pwe.mdf, & pwe_log.ldf cannot be accessed > because they are being used by another process. Does anyone know what is > causing this and how to correct it? > > -- > > Thanks! > |
|||||||||||||||||||||||