Link to home
Create AccountLog in
Avatar of Teavana
TeavanaFlag for United States of America

asked on

Windows System File Checker

I am getting this error message when one of my backups are running:

Failed to read SFC files list. (\\MYSERVERNAME\ADMIN$\complusbackup\sfcfiles.lst)

I ran the System file checker but the results is the same.

The server is running Windows server 2008 operating system.

Any thoughts?
SOLUTION
Avatar of jcimarron
jcimarron
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of Haresh Nikumbh
What is vss writers status?

to check vss writer status run following command

vssadmin list writers

if all writers are in stable state then verify is system writer is listed or not.
if writers are not stable or system writers is missing then re-register vss dlll

refer below link to register vss dll

http://www.zensoftware.co.uk/kb/KnowledgebaseArticle10416.aspx
Avatar of Teavana

ASKER

Thank you for your response, I tried these solutions but the issue still continues.... I am not sure why .....


I am still doing some more research on this error message.

Thanks
run check disk on the volume which you are backing up .. and see if any file system corruption is there..

you mean to say all writers are in stable state ?

what is OS ? which backup software you are using?
Avatar of Teavana

ASKER

Yes, all the listed writers are in stable state. I ran the chkdsk command on the C: drive and it did not find any problems.

I am running Windows server 2008

Is there a way to flush SFC files list ?

I double check the output of the vssadmin and I did not see a any writers by the name "system writers"
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Teavana

ASKER

Thank you for your help.... I will try these possible solutions and report back the results.
Avatar of Teavana

ASKER

Thank you both for your help..... the system writer was causing this issue.  Thanks
I had the same issue however in my case it was caused by Windows Firewall. I had to enable Remote Scheduled Tasks in the inbound rules on the server I was trying to backup.