ERROR :3242

  • ERROR:3242 THE FILE ON DEVICE 'D:/MYDATA' IS NOT A VALID MICROSOFT TAPE FORMAT BACKUP SET. RESTORE FILELIST IS TERMINATION ABNORMALY.

     

    GIVE ERROR MSG WHILE RESTORING BACKUP

  •  I have gotten this error before in SQL 2000 as well. The file is either corrupt or was transferred in an incorrect format that is no longer readable via SQL Server.

  • Have u used virtual back up device and trying to restore db from that? If so.. check the status of the device if it is ok or broken...

  • Have you tried these options ???  Try either or both. You will be able to tell if SQL Server can read the backups at least. If it cannot read them then I think you are dead in the water. But, maybe MSFT can help. If the backups and getting the data is critical I'd call Microsoft.

     

    restore filelistonly from disk = 'c:\dbnamehere_db_200412081805.BAK'

     

    AND/OR

    restore verifyonly from disk....

  •  You should get an error stating it is not a microsoft backup file or something to that effect.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic. Login to reply