(ID 30101 Details: Data error (cyclic redundancy check) (0x80070017)) _More information

Hi,
Can anyone please help with this?  Our Tape Drive died and we got a new one from our Maintenance Company. Since then large backups to tape are failing.  When the jobs are small they seem to go through OK but when the job is greater than around
200GB then it fails with the error below.
I tried updating the tape drive driver but Windows said that the drive wasn't functioning properly any more.
The only difference between the old faulty drive and the new drive is the firmware.  We used to have A422 in the old drive.  The new drive has  D8D5.  Can someone please help as it's driving me crazy.
"Affected area:
IBM TotalStorage 3573 Tape Library
Occurred since: 03/03/2015 10:19:37
Description: Library drive IBM ULTRIUM 5 HH 3580 TAPE DRIVE (1068006186) in IBM TotalStorage 3573 Tape Library is not functioning and library jobs may fail until the drive is repaired.
 The drive is not functioning for the following reason:
 (ID 3303)
DPM encountered a critical error while performing an I/O operation on the tape Physical Servers-LT-MonthlyBackup-00000235 (000086L4) (Barcode - 000086L4) in Drive IBM ULTRIUM 5 HH 3580 TAPE DRIVE (1068006186).
(ID 30101 Details: Data error (cyclic redundancy check) (0x80070017))
More information
Recommended action:
Retry the operation. If the problem persists, contact your hardware vendor.
No action required
Resolution: To dismiss the alert, click below
Inactivate"
Regards
Willie

Hi,
It sounds like another faulty drive - You can try to reproduce the problem outside of DPM using some external utilities.   If you get an error before the tape fills you can use net helpmsg errorcode to see what the error was.
Download the DPMerasetape.zip file from the following link and extract to c:\temp folder.
https://onedrive.live.com/?cid=b03306b628ab886f&id=B03306B628AB886F%21524&sc=documents
The utilities are not that user friendly, but here are the basics.
Always Stop DPMLA Service prior to running MCT.EXE Commands.
  NET STOP DPMLA
C:\> mct-x64.exe -p
Opening changer \\.\Changer0
     ********** Changer Parameters **********
         Number of Transport Elements : 1
         Number of Storage Elements : 50
         Number of Cleaner Slots : 0
         Number of of IE Elements : 0
         Number of NumberDataTransferElements : 6
         Number of Doors : 0
         First Slot Number : 0
         First Drive Number : 0
         First Transport Number : 0
         First IEPort number : 0
         First Cleaner Slot Address : 0
         Magazine Size : 0
         Drive Clean Timeout : 600
  Flags set for the changer :
         CHANGER_BAR_CODE_SCANNER_INSTALLED
         CHANGER_POSITION_TO_ELEMENT
         CHANGER_STORAGE_DRIVE
         CHANGER_STORAGE_SLOT
         CHANGER_DRIVE_CLEANING_REQUIRED
         CHANGER_VOLUME_IDENTIFICATION
         CHANGER_VOLUME_SEARCH
         CHANGER_SERIAL_NUMBER_VALID
 Changer can move from Slot to :
                 Slot
                 Drive
 Changer can move from Drive to :
                 Slot
                 Drive
 Changer is Capable of positioning transport to Slot.
 Changer is Capable of positioning transport to Drive.
C:\> mct-x64.exe -d
Opening changer \\.\Changer0
Product Data for Medium Changer device :
  Vendor Id    : STK
  Product Id   : L180
  Revision     : 030
  SerialNumber : 3077520000
For MCT utility we have the  -m [MOVE] command to move media around inside the library.
-m [ElemType-T] Transport# [ElemType-Source] S_lot#/D_rive# [ElemType-Destination] S_lot#/D_rive#
Get / view command syntax for –m (move) command for changer 0
C:\>mct-x64 0 -m
Opening changer \\.\Changer0
MoveMedium : mct -m t N s\d N s\d N   [Where s/d means Slot or Drive and N is ZERO based].
Some Examples:
mct-x64 -m t 0 s 0 d 0    (Using transport-0, move media from slot-0  to drive-0)
mct-x64 -m t 0 d 0 s 0    (Using transport-0, move media from drive-0 to slot-0)
mct-x64 -m t 0 s 0 s 100  (Using transport-0, move media from slot-0  to slot-100)
mct-x64 -m t 0 d 0 d 1    (Using transport-0, move media from drive-0 to drive-1)
mct-x64 -m t 0 s 0 ie 0   (Using transport-0, move media from slot-0  to IEPort 0)
Once you move a tape into a drive, use mytape commands Loadtape, taperewind, locktape, Disable hardware compression, Set block size to 65536 (64K), writeforspanning.
You need the symbolic name for the tape drive you loaded media into - look in the DPM console by clicking the tape drive and look at the details for
\\.\tape########.  use that in the following command.
Mytape.exe \\.\Tape2147483638
Status: Getting the handle for \\.\Tape2147483638...Success
TapeConsole_1.0>taperewind">\\.\Tape2147483638>TapeConsole_1.0>taperewind
Status: Rewinding Tape ...Success
TapeConsole_1.0>setdriveinfo">\\.\Tape2147483638>TapeConsole_1.0>setdriveinfo
Hardware error correction  [y]-Enable / [n] Disable : y
Hardware data compression  [y]-Enable / [n] Disable : N   (BE SURE TO DISABLE)
Data padding  [y]-Enable / [n] Disable : n
Setmark reporting   [y]-Enable / [n] Disable : n
Number of bytes between the end-of-tape warning and the physical end of the tape: 0
Status: Setting Drive Information...Success
TapeConsole_1.0>writeforspanning">\\.\Tape2147483638>TapeConsole_1.0>writeforspanning
Status: Writing onto tape...Failed !!!
Error_ID reported: 1100                 (net helpmsg 1100
= The physical end of the tape has been reached.
Number of bytes written: 983040     (Ignore bytes written, we'll get physical tape position later)
Giving up
Time taken: 15788ms
TapeConsole_1.0>taperewind">\\.\Tape2147483638>TapeConsole_1.0>taperewind
Status: Rewinding Tape ...Success
REPEAT
TapeConsole_1.0>erasetape">\\.\Tape2147483638>TapeConsole_1.0>erasetape s
Short erase / Long Erase [s/l]:Status: Erasing the tape...Success
\\.\Tape2147483646...Success
c:\>mct-x64.exe -m t 0 d 0 s 0
Opening changer \\.\Changer0
Source is a Drive
Destination is a Slot
Move : Transport - 0, Src - 0, Dest - 0
Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.

Similar Messages

  • DPM (ID 30101 Détails : data error ( cyclic redundancy check) 0x80070017)

    Dear all,
    We are running DPM 2010 with a virtual tape library "firestreamer"
    Sometime for no reason we get this error on DPM ( none on firestreamer ):
    DPM a rencontré une erreur critique lors d'une opération d'E/S sur la bande Travail-LT-1Jours-Copier0-00000060 (J1K38E14N1H_TR3000000023W) (code-barres - J1K38E14N1H_TR3000000023W) dans Drive Firestreamer Tape Drive (L2TD0386E7E0C13805E1118F3E806E6).
    (ID 30101 Détails : data error ( cyclic redundancy check) 0x80070017).
    Sorry for the frenchy touch, I have just translated the famous cyclic redundancy check.
    It is very anoying, We reload a new library and it works vell for a few day and suddenly ....
    Cristalink says that Microsoft knows the bug and are not responsible for this matter as firestreamer have no error in log.

    Hi Wilson
    I am having this issue on my DPM 2010 server. I use HP Ultrium LTO 5 tape library. I get this error
    DPM encountered a critical error while performing an I/O operation on the tape AB1234L5 (ID 30101 Details: Data error (cyclic redundancy check) (0x80070017). The error remains the same for this one particular tape. Should I remove thattape? I logged in to
    the library UI which does not report any error.
    Please help.
    Regards
    Pavit

  • The operating system returned error 23(Data error (cyclic redundancy check).)

    My Stored Procedures and Jobs Showing this Error. Even though i can able to access the data throgh SSMS in Database Engine.Please help on this.
    Executed as user: RMS\Administrator. The operating system returned error 23(Data error (cyclic redundancy check).) to SQL Server during a read at offset 0x000006684a2000 in file 'F:\RMSLiveData\RMS.mdf'. Additional messages in the SQL Server error log and
    system event log may provide more detail. This is a severe system-level error condition that threatens database integrity and must be corrected immediately. Complete a full database consistency check (DBCC CHECKDB). This error can be caused by many factors;
    for more information, see SQL Server Books Online. [SQLSTATE HY000] (Error 823).  The step failed.
    Thanks 
    RehaanKhan. M

    DBCCCHECKDB('DBNAME',REPAIR_ALLOW_DATA_LOSS)
    For crying out loud! Don't you have any shame!
    There are situations where you may have to run DBCC CHECKDB with the option REPAIR_ALLOW_DATA_LOSS, but it is not the first thing you shold try if the database seems to be corrupt. Particularly, you should first make sure that you work on a copy of the database
    files. REPAIR_ALLOW_DATA_LOSS means that DBCC CHECKDB has carte blanche to throw all pages it can piece together - which could be about all data pages if it is that bad.
    Corruption siuations are very difficult to assist with in forums, because there can be a lot of stake. The only advice I can give is to restore the database from a clean backup. If you don't have a clean backup, you have a problem. The database may still
    be saved, but you need an expert on site to help you, if you have never worked with this before. Advice given in this forum applied haphazardly can result in more damage that you already have.
    But, oh, one thing: this type of corruption are always due to hardware errors like bad disks or bad memory sticks. So just restoring the database is not enough. Finding new hardware is important too.
    Erland Sommarskog, SQL Server MVP, [email protected]
    Actually on the same disk there are other Databases Stored and they work Properly and Backup also can be taken for that Databases. But, for this particular database only this error is happening when iam trying to take backup. But data retrieval and access to
    front end application happening as usual.  Please help on this.
    RehaanKhan. M

  • I am using Windows 8.1 i have an External Hard Disk and one drive is now inaccessible due to sudden power failure few days ago. Now it shows "Data error (Cyclic redundancy check)". I want all my important files and Pics. How ?

    Hi,
    I am using Windows 8.1
    I have an External Hard Disk i have partitioned it to 4 parts.
    One drive is now inaccessible due to sudden power failure while listening Music from that drive few days ago.
    Now it shows "Data error (Cyclic redundancy check)".
    I tried all the procedures provided here like
    chkdsk /f, diskpart, rescan etc
    but no result :( (i mean all processes failed. They could not detect the drive).
    Please help me to get those data, pictures and project files.
    thank you

    Then why aren't you posting this in the Windows 8 forums found @
    http://social.technet.microsoft.com/Forums/windows/en-US/home?category=w8itpro
    This is a Windows 7 forum for discussion about Windows 7.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Data error (cyclic redundancy check) when installing windows xp..

    hi guys.. i'm new here.. just switched to macdom a few days ago but unfortunately, i have been having problems trying to install windows xp with sp 2 on my system using boot camp. everytime i install it, i get to the setup screen ("39 minutes till setup rah rah rah", "windows xp is awesome because it has this cool interface etc... rah rah rah") and then the error of doom comes out -_-
    the error given is;
    an eror has been encountered that prevents setup from continuing
    one of the components that windows needs to continue setup could not be installed
    data error (cyclic redundancy check)
    if you are installing from a cd, there might be a problem with the disc; try cleaning the disc or using another disc
    if you are installing from the network, it is possible that not all of the files were copied correctly to your disk drive. run the disk checking utility on your installation drive from the recovery console and start setup again
    press ok to view the setup log file
    i have tried numerous times without fail and it is getting to my head.. gah.. if someone could help me out, it would be massive and i would sell my soul to you! (kidding).. thanks for reading!
    p/s: my setup is;
    Macbook
    2.1ghz
    1gb ram
    120gb hard disk
    dvd/cd-rw combo drive
    the basic setup pretty much.. again.. any help would be greatly appreciated. thank you so much guys!

    I guess there is a problem with your XP CD, probably scratched or did not burn successfully. Have you tried it with another installation cd?

  • Help - "Cannot copy file: Data error (Cyclic Redundancy Check)"

    Hey there,
    I'm having problems with my Zen Mosaic EZ00. Up until a few weeks ago it has been working fine however, since then, has begun to show the error message? "Cannot copy file: Data error (Cyclic Redundancy Check)" whenever I try to copy files on to it. I have tried the recovery software available and it only updated the firmware. Some files do occasionally (and very occasionally) copy but usually it shows the error message and cancels the copy.
    I would really appreciate if anyone could help me with this?
    Many thanks :smileytongue:

    sorry for the double post!
    ive just realised that my ipod isnt actually charging, its just got the orange light blinking!
    not too sure what is going on now!
    lol

  • Java.io.IOException: Data error (cyclic redundancy check)

    Dear everyone,
    I have a utility that copys a file, using streams.
    It has always worked fine, but I ran into an
    exception this morning:
    java.io.IOException: Data error (cyclic redundancy check)
    from the call:
    int bytes = fileInputStream.read(byteBuffer);
    Would you know what this exception is about? I
    haven't seen that exception after that, though.
    So it's a bit puzzling. Any help, or clue towards
    solving this problem is appreciated.
    Thanks a lot!
    George

    It's like the data stream is getting messed up...so I would think of a few things:
    1) Bad memory?
    2) Bad connections?
    3) Bad disk?
    4) Viruses
    Anything that can screw up the data steam.
    Other than that....maybe as simple as reinstall the JVM and put new compiled code out there and see if it behaves.

  • StorE steel 640GB - data error (cyclic redundancy check) message

    Hi
    I have had the StorE drive for a few months, so lots of data on it.
    Today windows detects it as a local drive and when I attempt to access it I get a message telling me the disk needs to be formatted, when I select no, I get a message saying *data error (cyclic redundancy check*) message.
    Help.
    I have tried two other laptops, both give same response.
    Thanks
    Guy

    Hi, thx for the reply.
    I ran chkdsk see below.
    C:\Users\DADDIO>chkdsk/f
    The type of the file system is NTFS.
    Cannot lock current drive.
    Chkdsk cannot run because the volume is in use by another
    process. Would you like to schedule this volume to be
    checked the next time the system restarts? (Y/N)
    help!
    Guy

  • Windows Data Error (cyclic redundancy check) on USBSTOR - Exclamation Point

    Hi, folks, hooking my friends' video iPod to a Windows XP PC that has all of the latest patches, and when I go into the Device Manager, the iPod is listed with an exclamation point...says there is an error with the device driver (USBSTOR)...and when I try to update, it gives me a Data Error (cyclic redundancy check). Any ideas?
    dell   Windows XP Pro  

    I guess there is a problem with your XP CD, probably scratched or did not burn successfully. Have you tried it with another installation cd?

  • Photoshop save optomized as = data error (cyclical redundancy check)

    anyone kow what this means?
    in photoshop using "save optomized as" = data error (cyclical redundancy check)

    I am trying to save a png via "save optomized as" from my master PSD and after thinking for a minite I get a dilaog window that just gives the path and file
    e.g.
    D:path/file.png
    data error (cyclical redundancy check)
    photoshop 64 bit 12.0
    windows 7 64 bit al updates intalled
    note: the only thing I am doing differntly is running photoshop in admin mode. not sure if that related. i tried doing it after wathcing a tuitloal that said Adobe apps run better in admin mode

  • Data error: cyclic redundancy check

    I have downloaded and installed CS6 Master Collection. I created DVDs for recovery purposes and got the following error when testing the DVDs:
    Adobe Flash 12.0-mul    Cannot copy Assets1_1 : Data error (cyclic redundancy error)
    I tried copying the Collection onto another set of DVDs but got the same error when copying the files onto my laptop.
    When I copy the Assets1_1 zip file from the download by network connection, rather than DVD, it seems to copy just fine, and the CS6 Collection has loaded just fine also.
    Does anyone have any ideas as to how I might create a fully operational set of back-up discs? Many thanks in advance.
    Best regards,
    Glenn Clarkson

    That is what I am doing in effect. I downloaded the Collection from the trial page on the Adobe site. Then created DVDs from that download. It is when copying the files from the DVD that I get the error message. Could there be a problem with my download? If so how do I check?

  • "Data Error (cyclic redundancy check)" when trying to uninstall/reinstall

    I get this error message when trying to delete the iTunes and quicktime folders from Program Files. The programs appear uninstalled except these folders cannot be deleted. I have opened the folders and deleted everything inside that I could delete without receiving the same error message... but I'm still left with files on my computer and still cannot reinstall the latest iTunes/quicktime properly.
    This seems to be the step that is preventing any of the suggested fixes for my iTunes problems from working.

    I guess there is a problem with your XP CD, probably scratched or did not burn successfully. Have you tried it with another installation cd?

  • I'm trying to install Acrobat XI Standard and keep getting  "data error: cyclic redundancy check".

    I've already tried restarting computer and there are no other programs open while I am trying to install. I'm using Windows Vista Home Basic.

    if you're using a dvd to install, copy its contents to a desktop directory.
    otherwise, redownload the installation files.
    Downloadable installation files available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4, CS4 Web Standard | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 |12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3 | 2.7(win),2.7(mac)
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.
    window using the Lightroom 3 link to see those 'Important Instructions'.

  • Archiving Error - Cyclic Redundancy Check

    Hey there,
    My inbox is full again. I went to archive and I get the below message after the archive is finished:
    Error while archiving folder "Inbox" in store "[email protected]". The file C:\Users\XXX\AppData\Local\Microsoft\Outlook\[email protected] cannot be accessed. Data error (cyclic redundancy check).
    That file is in it's proper location, it's currently 6.5 gigabytes. 

    Hi,
    It might be that your data file (.ost) got corrupted while archiving. Please first check your hard disk for errors, then try to repair your data file by using Inbox Repair tool (scanpst.exe):
    http://office.microsoft.com/en-us/outlook-help/repair-outlook-data-files-pst-and-ost-HA010354964.aspx
    For detailed steps, please refer to this KB article:
    http://support.microsoft.com/kb/319128 (It refers to .pst in the article, should also apply to .ost file).
    Hope this helps and feel free to post back.
    Thanks,
    Ethan Hua CHN
    TechNet Community Support

  • Cannot copy 2010NT_Disk1[1]: Data error (cyclic redunancy check).

    Hi,
    I have now twice tried to dl the Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP. With the file 92010NT_Disk1.zip I get the Error message as indicated below. The dl itself takes about 3hrs with my connection, so I rather not try it again unless I know for sure it is going to work.
    - Server name: http://otn.oracle.com/software/products/oracle9i/htdocs/winsoft.html
    - Filename: 92010NT_Disk1.zip
    - Date/Time: June 27, ~6am CET
    - Browser + Version: IE5
    - O/S + Version: Win 2000
    - Error Msg: Cannot copy 2010NT_Disk1[1]: Data error (cyclic redunancy check).
    What to do?
    /Claes

    That is what I am doing in effect. I downloaded the Collection from the trial page on the Adobe site. Then created DVDs from that download. It is when copying the files from the DVD that I get the error message. Could there be a problem with my download? If so how do I check?

Maybe you are looking for