Home   |   Asp.Net 2.0   |   .Net Framework 2.0   |   IIS 6.0   |   Sql Server 2005   |   Visual Basic 2005   |   c# 2005   |   VS 2005   |   Visual Source Safe 2005

MS Dynamics CRM 3.0

SharePoint Portal Server 2003
SharePoint Server 2007
Dynamics NAV
Dynamics CRM
SharePoint Designer 2007
SharePoint Portal Server 2001
Windows SharePoint Services
Windows SharePoint Services 3.0
Project Server 2003
Project Server 2007
Dynamics – Point of Sale
Dynamics AX
Dynamics GP
Dynamics Retail Management System (RMS)
Dynamics SL
SQL Server 2000
Visual Basic .NET 2003
Visual C# .NET 2003
Visual C++ .NET 2003
Visual C++ 2005
Visual SourceSafe 6.0
Windows Server 2003
Windows Server 2003
Outlook 2003
ADO.NET 1.1
ASP.NET 1.0
Visual Studio Team Foundation Server
Visual Studio 2005 Team Edition
Windows Internet Explorer 7
BizTalk Server 2000
BizTalk Server 2002
BizTalk Server 2004
BizTalk Server 2006
Visual Studio 6.0
Access 2000
Access 2002
Access 2003
Access 2007
Access 97
Collaboration Data Objects 2.0
Commerce Server 2002
Content Management Server 2001
Commerce Server 2007
Content Management Server 2002
Data Access Components 2.7
Data Access Components 2.8
DirectX 9.0b
Office Small Business Accounting 2006
Accounting 2007
ActiveSync 4.1
Class Server 2.0
Groove 2007
Windows Vista
Outlook 2007
OneNote 2003
OneNote 2007
Office X for Mac
Zune software
Zune Live
Zoo Tycoon 2
Flight Simulator 2002
Dungeon Siege II

Cervo Technologies
The Right Source to Outsource

Oracle Database FAQS

Sharepoint Portal Server KB

Outlook 2007 Knowledge Base Articles

SQL Server 2005 Knowledge Base Articles

You cannot specify a USB-based tape drive as a backup device in SQL Server 2005 and in SQL Server 2000


When you use a universal serial bus (USB)-based tape drive as a backup device on a computer that is running Microsoft SQL Server 2000 or Microsoft SQL Server 2005, you cannot specify the USB-based tape drive as a backup device in SQL Enterprise Manager or in SQL Server Management Studio.

CAUSE

This issue occurs because the xp_get_tape_devices stored procedure does not recognize the registry key of the USB device. The xp_get_tape_devices stored procedure checks for usable tape devices.

The xp_get_tape_devices stored procedure accesses the following backup device registry subkey:
HKEY_LOCAL_MACHINE\HARDWARE\DEVICEMAP\Scsi
The USB backup device is stored under the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB

RESOLUTION

To work around this issue, follow these steps:
1.Use the following Transact-SQL statement to register the USB-based tape device:
USE master
go
EXEC sp_addumpdevice 'tape', 'tapedump1','\\.\Tape0'
Note "tapedump1" is registered as a \\.\Tape0 physical name.
2.Use a Backup Database Transact-SQL statement to back up a database. For example, use a Backup Database Transact-SQL statement such as the following:
USE <myDatabase>
go
Backup Database <myDatabase>
TO tapedump1
Note <myDatabase> is a placeholder for the database to back up.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Steps to reproduce the problem

SQL Server 2005

1.In SQL Server Management Studio, expand Server Objects.
2.Right-click Backup Devices, and then click New Backup Device.
Notice that you cannot select the Tape option under Destination.

SQL Server 2000

1.In SQL Server Enterprise Manager, expand Management.
2. Right-click Backup, and then click New Backup Device.
Notice that you cannot select Tape drive name in the Backup Device Properties dialog box.


APPLIES TO
Microsoft SQL Server 2005 Developer Edition
Microsoft SQL Server 2005 Enterprise Edition
Microsoft SQL Server 2005 Standard Edition
Microsoft SQL Server 2005 Workgroup Edition
Microsoft SQL Server 2005 Express Edition
Microsoft SQL Server 2005 Enterprise X64 Edition
Microsoft SQL Server 2005 Standard X64 Edition
Microsoft SQL Server 2000 Developer Edition
Microsoft SQL Server 2000 Enterprise Edition
Microsoft SQL Server 2000 Standard Edition
Microsoft SQL Server 2000 Personal Edition Service Pack 3
Microsoft SQL Server 2000 Developer Edition
Microsoft SQL Server 2000 64-bit Edition

Keywords: 
kbtshoot kbprb kbbackup kbexpertiseinter KB927797

Copyright © 2004 - 2007 Gridview.org, Inc. All rights reserved. Powered by Smart Web Content Management System