Robert, This is a known problem who has a simple solution : regedit. Just point to the key HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup, then double click on "DRM" to open the key, and immediately close it (no modification needed) ! Your problem is now solved ...
Cheers. Arnaud ************************************************************************ ****** Panalpina Management Ltd., Basle, Switzerland, CIT Department Viadukstrasse 42, P.O. Box 4002 Basel/CH Phone: +41 (61) 226 11 11, FAX: +41 (61) 226 17 01 Direct: +41 (61) 226 19 78 e-mail: arnaud.br...@panalpina.com ************************************************************************ ****** -----Original Message----- From: ADSM: Dist Stor Manager [mailto:ads...@vm.marist.edu] On Behalf Of Robert Ouzen Ouzen Sent: mercredi 21 janvier 2009 13:27 To: ADSM-L@VM.MARIST.EDU Subject: error ANS5280E ... Please help Hi to all I have a new issue now baking the systemstate with the error ANS5280E enumeration from a file set or file listed failed ????? My TSM client is 5.5.1.10 on a Windows 2003 SP2 system. I search the web for the error ANS5280E and found a paper with instructions as: HOW TO REPAIR THE REGISTRY KEY - METHOD 2 This method uses the reg.exe utility from a Windows OS command prompt. 1. Confirm the invalid DRM data value by running the following command: reg query HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup /v DRM Note: This is one long command even though it might appear in this article on multiple lines. The output look will look something like this: ! REG.EXE VERSION 3.0 HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesN otToBackup DRM REG_MULTI_SZ C:\Documents and Settings\All Users\DRM\* /s\0 The important part is the very last line. Breaking it into 3 parts: * DRM is the registry value, and should appear as shown above. * REG_MULTI_SZ is the value type. This should also be exactly as shown above. * C:\Documents and Settings\All Users\DRM\* /s\0 is the interesting part. If it ends with /s\0\0, then it is unaffected (in which case ANS1009W would not be expected). However, if it ends with /s\0 as shown above, then it is subject to the ANS1009W message. 2. Use reg.exe to repair the value: reg add HKLM\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesNotToBackup /v DRM /t REG_MULTI_SZ /d "C:\Documents and Settings\All Users\DRM\* /s" /f Note: This is one long command. Do not put the \0\0 part in the command. When the value is placed in the registry, it will automatically be terminated properly. After running the above command, you can repeat step 1. to confirm that the data is correct. The data value should now end with /s\0\0 I did on my server but when I run a query I got it without any 0 at all !!!!!! HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\BackupRestore\FilesN otToBackup DRM REG_MULTI_SZ C:\Documents and Settings\All Users\DRM\* /s I check in an another server with the same configuration , TSM client 5.5.1.10 windows 2003 SP2 who the systemstate is working fine. There too when I run the query I got without the 0 Can anybody suggest what I can do to fix this error ANS5280E T.I.A Advance Robert Thanks for any replies! Rob