Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Symarray error

Author  Topic 

franco
Constraint Violating Yak Guru

255 Posts

Posted - 2001-07-23 : 08:18:15
SQL 7.0 SP1 - NT 4 EE - Cluster

Sometimes, when a SQL differential backup is taken,and even if the job is always successfull, I receive the following "red" error from NT Event log:

The description for Event ID ( 18 ) in Source ( symarray ) could not be found. It contains the following insertion string(s): \Device\Harddisk5\Partition0.

and

The description for Event ID ( 11 ) in Source ( symarray ) could not be found. It contains the following insertion string(s): \Device\Harddisk5\Partition1.

What could be the reason?
Where should I look to find some reason?
Can it be SQL Server that cause this problem or maybe we have some problem with the Raid 1 disk array?

The differential backup is taken thru this command:

BACKUP DATABASE [MulteDisciplinari] TO DISK = N'J:\MSSQL7\BACKUP\MulteDisciplinari\MulteDisciplinari.DIF' WITH INIT , NOUNLOAD , DIFFERENTIAL , NAME = N'MulteDisciplinari backup', SKIP , STATS = 10, NOFORMAT

Something wrong?

Thank you
Franco
   

- Advertisement -