RE: Short 8.3 file names on restore from NTBackup
- From: v-kzhao@xxxxxxxxxxxxxxxxxxxx ("Ken Zhao [MSFT]")
- Date: Mon, 21 Aug 2006 05:51:04 GMT
Hello,
Thank you for using newsgroup!
Based on my research, Ntbackup in Windows 2000 does not back up short file
names when you back up files. Only way to do this is to copy the files from
one place to another. There is not programmatically way to traverse through
all files, and add the short file attribute. This has been fixed in Windows
XP and Windows 2003 Server in which we added the function
SetFileShortName(). This allows applications (in this case NTBACKUP) to
explicitly set the short name on a file. In other words, we do backup up
the 8.3 short file names.
Besides the workarounds in KB814848, you could modify the registry entries
that use the 8.3 short file names to point to the new short file names. The
following registry keys may use the 8.3 short file names:
A default instance of SQL Server
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLSERVER (value
ImagePath)
-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLSERVER\Performance
(value Library)
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SQLSERVERAGENT
(value ImagePath)
A named instance of SQL Server
- HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQL$instance_name
(value ImagePath)
-
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQL$instance_name\Per
formance (value Library)
- HKEY_LOCAL_MACHINE\SYSTE
More Reference:
===============
240240: Programs Do Not Work After Restoring Computer with Backup
http://support.microsoft.com/kb/240240/en-us
814848: SQL Server 2000 may not start after you use the Windows Backup
system tool
http://support.microsoft.com/kb/814848/en-us
Hope the information can address your concern.
Thanks & Regards,
Ken Zhao
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
=====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
=====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| Thread-Topic: Short 8.3 file names on restore from NTBackup
| thread-index: AcbEtDD7C76LA9cfRS6R6QESwnchzA==
| X-WBNR-Posting-Host: 24.218.218.243
| From: =?Utf-8?B?Q2hhcmxpZQ==?= <baboon@xxxxxxxxxxxxxx>
| Subject: Short 8.3 file names on restore from NTBackup
| Date: Sun, 20 Aug 2006 16:56:02 -0700
| Lines: 11
| Message-ID: <ADFB11FF-2D69-4A7D-8564-91CF19EFFBE3@xxxxxxxxxxxxx>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="Utf-8"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| Content-Class: urn:content-classes:message
| Importance: normal
| Priority: normal
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.1830
| Newsgroups: microsoft.public.windowsxp.security_admin
| Path: TK2MSFTNGXA01.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.windowsxp.security_admin:188853
| NNTP-Posting-Host: TK2MSFTNGXA01.phx.gbl 10.40.2.250
| X-Tomcat-NG: microsoft.public.windowsxp.security_admin
|
| I had to use NT Backup on an XP machine to back up and restore a large
amount
| of data on a Windows 2000 SP4 server. The user data on the server was
full
| of files with really long names with unusual characters. Upon restore I
got
| the following message in the restore log for many of the files:
| Warning: Unable to set the short 8.3 name for "<FILENAME>".
| Reason: The parameter is incorrect.
| I understand that this shouldn't be a problem as long as there are no 16
bit
| programs trying to access the files. Is that correct and should I be
| concerned?
|
| Thanks.
|
.
- Prev by Date: Re: Administrator Priviledges
- Next by Date: Re: Administrator access denied
- Previous by thread: Re: Short 8.3 file names on restore from NTBackup
- Next by thread: Re: Short 8.3 file names on restore from NTBackup
- Index(es):
Relevant Pages
|