dbTalk Databases Forums  

Problems with restore and backup database sql 2000 on W3K

microsoft.public.sqlserver.clustering microsoft.public.sqlserver.clustering


Discuss Problems with restore and backup database sql 2000 on W3K in the microsoft.public.sqlserver.clustering forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
hmendez
 
Posts: n/a

Default Problems with restore and backup database sql 2000 on W3K - 01-28-2004 , 11:36 AM






Hello,

I have sql 2K on cluster Windows 3K but when i do a backup report this message on eventlo

Event Type: Erro
Event Source: MSSQLSERVE
Event Category: (2
Event ID: 1705
Date: 1/26/200
Time: 9:21:33 A
User: N/
Computer: JUPITE
Description
18204
BackupDiskFile::OpenMedia: Backup device 'F:\BD Migracion\stone_20040126' failed to open. Operating system error = 32(The process cannot access the file because it is being used by another process.)
an
Event Type: Erro
Event Source: MSSQLSERVE
Event Category: (6
Event ID: 1705
Date: 1/26/200
Time: 9:21:33 A
User: N/
Computer: JUPITE
Description
3041
BACKUP failed to complete the command BACKUP DATABASE [Stone] TO DISK = N'F:\BD Migracion\stone_20040126' WITH NOINIT , NOUNLOAD , NAME = N'Stone backup', NOSKIP , STATS = 10, NOFORMAT

thanks for help m

HM


Reply With Quote
  #2  
Old   
Linchi Shea
 
Posts: n/a

Default Re: Problems with restore and backup database sql 2000 on W3K - 01-30-2004 , 04:03 PM






Well just as the error message says, the backup file was
in use by another process. You should find out what this
other process was so that you can prevent it from locking
your backup file and causing the backup to fail.

The simplest way to find out what process may be holding
your backup file open -- when the backup job starts -- is
to use the command line utility nthandle.exe from
www.sysinternals.com. Add a step before the backup step in
the same job to run

cmd>nthandle.exe <yourBackupFileName>,

and make sure that the output report is specified for the
step so that you can review it to see what process is
putting a handle on the file, if the backup step fails
again.

With nthandle.exe, you don't need to specific the whole
backup file name. The some leading portion of it would
suffice.

Linchi

Quote:
-----Original Message-----
Hello,

I have sql 2K on cluster Windows 3K but when i do a
backup report this message on eventlog

Event Type: Error
Event Source: MSSQLSERVER
Event Category: (2)
Event ID: 17055
Date: 1/26/2004
Time: 9:21:33 AM
User: N/A
Computer: JUPITER
Description:
18204 :
BackupDiskFile::OpenMedia: Backup device 'F:\BD
Migracion\stone_20040126' failed to open. Operating system
error = 32(The process cannot access the file because it
is being used by another process.).
Quote:
and
Event Type: Error
Event Source: MSSQLSERVER
Event Category: (6)
Event ID: 17055
Date: 1/26/2004
Time: 9:21:33 AM
User: N/A
Computer: JUPITER
Description:
3041 :
BACKUP failed to complete the command BACKUP DATABASE
[Stone] TO DISK = N'F:\BD Migracion\stone_20040126' WITH
NOINIT , NOUNLOAD , NAME = N'Stone backup', NOSKIP ,
STATS = 10, NOFORMAT
Quote:
thanks for help me

HMZ

.


Reply With Quote
  #3  
Old   
Hmendez
 
Posts: n/a

Default Re: Problems with restore and backup database sql 2000 on W3K - 02-05-2004 , 09:21 AM



HI , i tested moving the resources to anothet node and i tried to do backup and no problems reported and the backup ended OK, and too, reviewed the services and these are the same. The problem is only in one node.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.