DRS Restore error in TFTP .tar file

  I have made a backup of CUCM 8.0.2c, but when I do a restore on another vmware server with the same specs, I get an error in the logs that the TFTP tar file was partly restored, everything else is restored. I think the error has something to do with a truncated file issue. How important is the TFTP tar file for the restore? My main concern is the actual configurations as I want to upgrade to version 9.1.2. Will new TFTP files be installed when I upgrade? How can I repair the file?
----> BEGIN Standard Error
gunzip: stdin: invalid compressed data--format violated
error writing output file
/bin/tar: Unexpected EOF in archive
/bin/tar: Unexpected EOF in archive
/bin/tar: Error is not recoverable: exiting now
Traceback (most recent call last):
File "/common/drf/scripts/tftp/tftp_do_restore.py", line 51, in ?
logFile.write(msg)
NameError: name 'msg' is not defined
----> END Standard Error
Regards,
Marcus

I have done numerous backups but same error when I restore. My question is will new Firmware/IP Phone loads be copied into CUCM when I upgrade thus over writing existing TFTP folder with new Firmware/IP phone load files? Is it absolutely critical that the TFTP .tar is fully restored with no errors? Will an upgrade not install new files to the TFTP? I have logged a TAC case but I am running out of time.
Regards,
Marcus

Similar Messages

  • Error ,opening a  tar file created by TarOutputStream

    Iam trying to create a tar file using TarOutputStream with the code below :
    try {
    TarOutputStream tout = new TarOutputStream(out);
    for (int i = 0; i < files.length; i++) {
    if (files.getPath() == null) {
    continue;
    File f = new File(wsdir, files[i].getPath());
    if (!f.exists()) {
    continue;
    TarEntry te = new TarEntry(files[i].getPath());
    size += f.length();
    te.setSize(size);
    tout.putNextEntry(te);
    try {
         FileInputStream in = null;
         try {
              in = new FileInputStream(f);
              byte buf[] = new byte[1024];
              int n;
              while ((n = in.read(buf)) > 0) {
              tout.write(buf, 0, n);
         } finally {
              if (in != null) {
              in.close();
         } catch (IOException e) {
         e.printStackTrace();
    tout.close();
    } catch (IOException e) {
    e.printStackTrace();
    return false;
    The above code succcessfully creates the tar file but while opening the tar file Iam getting the error - Error reading header after processing 1 enries

    I created a zip file by providing the relative paths
    of the files using the java.util.zip package.I
    downloaded it through a web application.It was
    downloaded successfully and the zip file is showing
    100 kb.When i tried opening zip file from windowsXP
    SP2 and i am not able to view or extract the
    contents.It says 'Windows has blocked access to these
    files to help protect your computer'. Go and complain to Microsoft. It's a Windows XP SP2 security feature. Read the manual or help about how to deal with it. It's not a Java problem.

  • Cisco AIR-CAP26021-A-K9 || Error opening tftp:// ... /ap3g2-k9w7-tar.default

    Hi everyone:
    I have a problem with two Cisco AIR AP's ... I have configured already eight of them (in lightweight mode), but those two send me the next error, right now.
    ap: %Error opening tftp://255.255.255.255/ap3g2-k9w7-tar.default (connection timed out)
    And when I boot to the AP, it says:
    %Error opening flash
    IOS Bootloader - Starting system.
    flash is writable
    FLASH CHIP:  Numonyx Mirrorbit (0089)
    Xmodem file system is available.
    flashfs[0]: 11 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 7245824
    flashfs[0]: Bytes available: 24752128
    flashfs[0]: flashfs fsck took 15 seconds.
    Reading cookie from SEEPROM
    Base Ethernet MAC address: c0:67:af:6f:31:25
    Ethernet speed is 100 Mb - FULL Duplex
    button is pressed, wait for button to be released...
    button pressed for 21 seconds
    process_config_recovery: set IP address and config to default 10.0.0.1
    process_config_recovery: image recovery
    image_recovery: Download default IOS tar image tftp://255.255.255.255/ap3g2-k9w7-tar.default
    examining image...
    DPAA Set for Independent Mode
    DPAA_INIT = 0x0
    %Error opening tftp://255.255.255.255/ap3g2-k9w7-tar.default (connection timed out)ap:
    ap:
    ap:
    IOS Bootloader - Starting system.
    flash is writable
    FLASH CHIP:  Numonyx Mirrorbit (0089)
    Xmodem file system is available.
    flashfs[0]: 10 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 7245824
    flashfs[0]: Bytes available: 24752128
    flashfs[0]: flashfs fsck took 14 seconds.
    Reading cookie from SEEPROM
    Base Ethernet MAC address: c0:67:af:6f:31:25
    Ethernet speed is 100 Mb - FULL Duplex
    Loading "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-mx"...###########################
    File "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-mx" uncompressed and installed, entry point: 0x2003000
    executing...
    Secondary Bootloader - Starting system.
    Xmodem file system is available.
    flashfs[0]: 10 files, 2 directories
    flashfs[0]: 0 orphaned files, 0 orphaned directories
    flashfs[0]: Total bytes: 31997952
    flashfs[0]: Bytes used: 7245824
    flashfs[0]: Bytes available: 24752128
    flashfs[0]: flashfs fsck took 7 seconds.
    Base Ethernet MAC address: c0:67:af:6f:31:25
    Boot CMD: 'boot  flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-xx'
    Loading "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-xx"...#####################
    File "flash:/ap3g2-rcvk9w8-mx/ap3g2-rcvk9w8-xx" uncompressed and installed, entry point: 0x2003000
    executing...
    Initializing flashfs...
    flashfs[2]: 10 files, 2 directories
    flashfs[2]: 0 orphaned files, 0 orphaned directories
    flashfs[2]: Total bytes: 31739904
    flashfs[2]: Bytes used: 7245824
    flashfs[2]: Bytes available: 24494080
    flashfs[2]: flashfs fsck took 8 seconds.
    flashfs[2]: Initialization complete.
    flashfs[3]: 0 files, 1 directories
    flashfs[3]: 0 orphaned files, 0 orphaned directories
    flashfs[3]: Total bytes: 11999232
    flashfs[3]: Bytes used: 1024
    flashfs[3]: Bytes available: 11998208
    flashfs[3]: flashfs fsck took 0 seconds.
    flashfs[3]: Initialization complete.
    Copying radio files from flash: to ram:
    %Error opening flash:/ap3g2-rcvk9w8-mx/E2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/B2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/V2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/X2.bin (No such file or directory)
    %Error opening flash:/ap3g2-rcvk9w8-mx/Y2.bin (No such file or directory)
    Uncompressing radio files...
    File not found: flash:/ap3g2-rcvk9w8-mx/8004.img
    File not found: flash:/ap3g2-rcvk9w8-mx/E5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/B5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/V5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/X5.bin
    File not found: flash:/ap3g2-rcvk9w8-mx/Y5.bin
    ...done Initializing flashfs.
    Press RETURN to get started!
    *Mar  1 00:00:11.335: %LWAPP-3-CLIENTERRORLOG: Config load from flash failed. Initialising Cfg
    *Mar  1 00:00:13.071: %LINK-6-UPDOWN: Interface GigabitEthernet0, changed state to up
    *Mar  1 00:00:13.663: %SYS-5-RESTART: System restarted --
    Cisco IOS Software, C2600 Software (AP3G2-RCVK9W8-M), Version 15.2(4)JA1, RELEASE SOFTWARE (fc2)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2013 by Cisco Systems, Inc.
    Compiled Tue 30-Jul-13 23:08 by prod_rel_team
    *Mar  1 00:00:13.795: %LWAPP-3-CLIENTERRORLOG: Config load from flash failed. Initialising Cfg
    *Mar  1 00:00:13.795: %CAPWAP-3-ERRORLOG: Failed to load configuration from flash. Resetting to default config
    *Mar  1 00:00:13.799: %PARSER-4-BADCFG: Unexpected end of configuration file.
    lwapp_crypto_init: MIC Present and Parsed Successfully
    *Mar  1 00:00:14.751: %LINEPROTO-5-UPDOWN: Line protocol on Interface BVI1, changed state to up
    *Mar  1 00:00:16.467: DPAA Initialization Complete
    *Mar  1 00:00:16.467: %SYS-3-HARIKARI: Process DPAA INIT top-level routine exited
    *Mar  1 00:00:16.915: %LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0, changed state to up
    no bridge-group 1 source-learning
                       ^
    % Invalid input detected at '^' marker.
    %Default route without gateway, if not a point-to-point interface, may impact performance
    *Mar  1 00:00:47.151: %CDP_PD-4-POWER_OK: All radios disabled - NEGOTIATED inline power source
    *Mar  1 00:00:49.515: %DHCP-6-ADDRESS_ASSIGN: Interface BVI1 assigned DHCP address 10.1.44.221, mask 255.255.255.0, hostname APc067.af6f.3125
    Translating "CISCO-CAPWAP-CONTROLLER.asf.gob.mx"...domain server (10.1.1.2)
    *Mar  1 00:01:00.403: %CAPWAP-3-ERRORLOG: Did not get log server settings from DHCP.
    *Mar  1 00:01:00.451: %CAPWAP-3-ERRORLOG: Could Not resolve CISCO-CAPWAP-CONTROLLER.asf.gob.mx
    The thing is, I've been applying the instruction:
    capwap ap controller ip address 10.4.13.2
    'cause I want them to communicate with a remote controller, and the past eight did it fine, but this two didn't.
    As for the things I've already tried, I have reset it's parameters to it's initial settings, I've tried to load a new IOS image, I've cleared the flash memory, but nothing works, it keeps communicating with the old controller.
    How can I fix this? (I mean, changing or adapting the AP to a lightweight AP)
    Thanks in advance

    Its fine to try to apply it from the console...but if you really want to clear the AP, you need to clear the nvram.  so if changing the primary from the GUI that the AP has joined didn't work, then try this:
    debug capwap console cli
    erase /all nvram
    Example:
    Entered the username and password
    debug capwap console cli
    erase /all nvram:
    [confirm]
    undebug all
    reload
    [confirm]
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • Failed to find/read tar file:02 error loging in to my mobile bank

    Hello
    When I try to log into my online account on DNBNor bank (Norwegian Bank) using BankID Mobile I get this error for the last week:
    "Failed to find/read tar file:02"
    I have iPhone 3GS with iOs 4.2.1, and I have tried restore twice, same error.
    This have worked earlier, and I'm sure it have worked after I upgraded to iOS 4.2.1.
    Anyone have any ideas what can be wrong, where to look?
    Thanks
    Kjell Arne

    What is the path and start page that you have specified on
    the first page of the FlashHelp layout dialog?
    --Ben

  • LMS 3.2 - Backup-Error -- ERROR(908): Cannot create or back up tar file

    Hello again,
    with performing backup (LMS 3.2 on Solaris 9) the following errors will arise.
    dbbackup.log
    /opt/CSCOpx/bin/tar: Removing leading `/' from absolute path names in the archive Apps file : /opt/CSCOpx/backup/manifest/upm/upminfo/datafiles.txt
    [Tue Dec  8 08:56:54 2009] Archiving the contents of the following directories into /enbw/backup/files/cw_db_backup/0/upm/filebackup.tar
    [Tue Dec  8 08:56:54 2009] /opt/CSCOpx/hum/conf/upm-snmp.properties
    /opt/CSCOpx/hum/thresholdscript /opt/CSCOpx/MDC/tomcat/webapps/upm/reports
    /opt/CSCOpx/MDC/tomcat/webapps/upm/WEB-INF/classes/com/cisco/nm/upm/properti
    es/common/UPM.properties
    /opt/CSCOpx/bin/tar: Removing leading `/' from absolute path names in the archive
    /opt/CSCOpx/bin/tar: Cannot add file
    /opt/CSCOpx/MDC/tomcat/webapps/upm/reports/virt32841308_657_658_-718594975:
    No such file or directory
    /opt/CSCOpx/bin/tar: Cannot add file
    /opt/CSCOpx/MDC/tomcat/webapps/upm/reports/virt32841308_658_659_1465769167:
    No such file or directory
    /opt/CSCOpx/bin/tar: Error exit delayed from previous errors [Tue Dec  8 09:07:30 2009]  ERROR(908): Cannot create or back up tar file. Backup cancelled. Verify that you have write-access to this directory. [Tue Dec  8 09:07:30 2009]  Backup failed: 2009/12/08 09:07:40 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
    Is seems to be problem related to maximal filesize handling of GNUtar implemented in CW2000.
    The problem is with tar'ing HUM-Reports in /opt/CSCOpx/MDC/tomcat/webapps/upm/reports, and with reaching
    tarfile-size of 2,9GByte error is thrown.
    </exxx/backup/files/cw_db_backup/0/upm># ls -lh
    total 6126448
    -rw-r-----   1 casuser  casusers    2.9G Dec  8 09:07 filebackup.tar
    </exxx/backup/files/cw_db_backup/0/upm># ls -al
    total 6126452
    drwxr-x---   2 casuser  casusers     512 Dec  7 14:30 .
    drwxr-x---  11 casuser  casusers     512 Dec  7 14:30 ..
    -rw-r-----   1 casuser  casusers 3135201280 Dec  8 09:07 filebackup.tar
    GNUtar-Version
    # /opt/CSCOpx/bin/tar --version
    tar (GNU tar) 1.13
    Copyright (C) 1988, 92,93,94,95,96,97,98, 1999 Free Software Foundation, Inc. This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    Written by John Gilmore and Jay Fenlason.
    Is this a know problem?
    Thanks for any thoughts.
    Best Regards
    Lothar

    Hi Joe,
    thanks for your feedback.
    These files to be tarred aren't there directly after backup stops with error.
    It seems that some process stores data about reports in that file and when trying to
    pack these reports via tar they are delete by any cleanup method.
    Does this help.
    P.S. Backup usually takes about more than 1hour

  • Backup failed with tar file write error (10054)

    Hi
    I have got the issue with the online backup.
    Database: Oracle 9.2.0.7
    SAP : 4.7
    Backup Server: Netbackp
    When ever i trigger the backup on few of my SAP Servers, it runs for a while and then at a point just get struck.
    Where for other systems it is running fine.
    Error:
    Incident:1
    http://80.00 18:52:28 INF - Waiting for mount of media id A00201 on server mk2sapp001-b.
    http://80.00 18:53:42 INF - Beginning backup on server mk2sapp001-b of client mk1sap01-b.
    http://80.00 18:55:10 FTL - tar file write error (10054)
    Incident:2
    http://80.00 12:05:50 BKR - G:\oracle\VWD\sapdata1\btabd_41\
    http://80.00 12:05:53 INF - Beginning backup on server mk2sapp001-b of client mk1sap01-b.
    http://80.00 12:08:13 FTL - tar file write error (10054)
    http://80.00 12:08:13 INF - Client completed sending data for backup
    After the step mentioned in bold it just get struck,
    There is no issue with the space at OS level
    I can see all process will still be running in task manager
    such as backint.exe, brbackup.exe, brconnect.exe
    But
    I don't find bpbkar32.exe Process, after the backup got struck.
    I have asked Network guys as well and they said every thing is fine from their side(such as Speed, Full Duplex)
    Its very important, please assist.
    Thanks in advance

    yes , i am using symantec netbackup,
    but every thing is fine from their side as well(settings).
    i have reinstalled the client as well.
    it runs for 1 hr and then it throws error.
    yesterday i scheduled two backup at two different time(at the interval of 1 hr) but they both failed (struck) at the exact same time(even seconds were same).
    So what do you say??

  • Error 2 - No Such File or directory when trying to unarchive tar files

    Hi there,
    I'm getting the aforementioned error when I try to unarchive .tar files using the Finder. They unarchive fine using Stuffit, but a bunch of people need to get them and they don't all have stuffit. The files have the expected "zipper" icon with "tar" at the bottom and the Finder tries to open it, but fails.
    Any help would be appreciated.
    Thanks,
    Jeff

    I don't know how to solve your problem with the Finder but Stuffit Expander is free and is cross platform. Give everybody the Stuffit Expander installer with the .tar file.
    http://www.apple.com/downloads/macosx/systemdiskutilities/stuffitexpander.html

  • CUCM 6 and BARS...Multiple .tar files on backups

    On my old 4.X box, when I did a backup I would get a single .tar file for that backup instance.
    Now, on 6.x, I get 8 or so .tar files per server in my cluster.  Is this normal?  The backup still comes back stating successfull, but wondering if I need to do a restore, what file is it looking for?

    Hi there,
    For 5.x and 6.x versions this is the expected result
    Yes, those are the files required to do a CUCM restore. As shown below;
    DRS Supported Features and Components
    Feature  Components
    CCM (CCM/CAR/CDR Repository Manager)
    Cisco Unified Communications Manager database (CCMDB) includes Cisco Unified Communications Manager/CDR Analysis and Reporting/Call Detail Records)
      Platform
      (MOH) Music On Hold Audio Files
      BAT Bulk Provisioing Service(BPS)
      CCMPREFS Preference files
      TFTP (TFTP Phone device files)
      SYSLOGAGT SNMP (SNMP syslog component)
      CDPAGT SNMP (SNMP cdp subagent)
      TCT(trace collection tool)
      CLM cluster Manager
    http://www.cisco.com/en/US/docs/voice_ip_comm/cucm/drs/6_1_2/DRS_CUCM/drsag612.html
    Hope this helps!
    Rob

  • Error 2 - No such File or Directory

    I was trying to restore an a time machine archive onto a new drive, as it come to the end I got the following message
    Unable to archive 'Name.tar' into 'Time Machine Drive'
    (Error 2 - No such file or directory)
    I am unfamiliar with time machine so any assistance would be useful.
    thanks

    Thank you for the reply.
    I was helping a friend with their back up and it has just been revealed that its not actually a time machine .tar file im now trying to find research the truth behind the original archiving application.
    Thank you for the time

  • Left side touch note working - took back up with PC companions - repaired with SUS - restore of contacts etc failed - restore error - touch still not working ..... Experts can i get some help ?

    Hi Guys / Experts / Arnab,
    The left side touch of my phone screen was not working. Was not able to type numbers 1, 2 and alphabets Q, W etc.
    I repaired with SUS after taking back up with PC companion.
    While restoring the backup, i got RESTORE ERROR, and almost everything got restore except few apps and CONTACTS, which is the most important thing in a mobile .
    ---> TOUCH IS STILL NOT WORKING <----
    Guys can i expect some help here ?
    Regards,
    Sush
    Solved!
    Go to Solution.

    I see
    this might help
    http://talk.sonymobile.com/message/448070#448070
    https://github.com/nelenkov/android-backup-extractor
    SO HERE IS HOW YOU CAN RESTORE YOUR DATA:
    Get your Fullbackupdata-Contactfile.
    1.  First go to your backupfile: (C:\Users\YourUserName\Documents\Sony\Sony PC Companion\SomeNameDependsOnLanguage\
    2. Make a Copy of your backup-File (crtl+c, crtl+v)
    3. We want to change the file extension, so make sure you see it. If you don't see a .dbk at the end of your file, go in the explorer window in the left upper corner on organise -> Folder and search options. Change to view and then deselect "Hide extensions for known File types"
    4. Rename (F2) the file to backup.zip
    5. Open the zip with 7zip or something similar.
    6. Navigate to Applications\com.sonyericsson.android.contactsimport and get the fullbackupdata file which is lying in this folder.
    7. Put this file on your Desktop.
    8.Download this jar-File: http://ge.tt/64TJmne/v/0?c
    9. Put the .jarFile also on your desktop.
    10. Doubleclick the .jar-File. After a few seconds a new file with the name "restore.tar" should show up (If not check if your fullbackupdata-File really has the name "fullbackupdata" and is on the desktop)
    11. Open the .tarfile with 7Zip
    12. Navigate to restore.tar\apps\com.sonyericsson.android.contactsimport\f\
    13. Copy full_backup_vcard.vcf to the Desktop.
    If everything worked you're finished, you can open this .vcf File via Windows-contacts -> import or put it directly on your phone and import it there (open Contacts. Settingsbutton -> impot)
    If you don't trust my .jar file, you can also download the github-project follow their orders and compile it yourself.
    Don't forget to mark the Correct Answers & Helpful Answers
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • IPAD 2 Restore errors 4005, 4013

    I have tried three different computers ( W7 en W8 ), fresh install itunes on one computer, latest version update on other two, different cables.
    After reading some forums:
    Running Itunes as administrator.
    Also manually downloading ipsw files and with shift key trying to restore from file.
    Itunes continually gives errors 4005 or 4013.
    Sometimes I get a screen:
    (FTL:MSG) APPLE NAND DRIVER (AND) RW
    (FTL:MSG) FIL_INIT            OK
    (FTL:MSG) BUF_INIT            OK
    (FTL:MSG) FPART INIT            OK
    read new style signature 0x43313141 ( line:389 )
    (FTL:MSG) VSVFL REGISTER        OK
    (WMR:MSG) METADATA WHITENING IS SET IN NAND SIGNATURE
    (FTL:MSG) VFL INIT            OK
    (FTL:MSG) VFL_OPEN            OK
    (FTL:MSG) YAFTL REGISTER        OK
    (FTL:MSG) FTL_OPEN            OK
    (NAND) _publishServices:642 FTL capabilities: 0x00000000

    If you are getting the same error codes with different cables and computers then contact Apple, it may have a hardware problem : iOS: Restore errors 4005, 4013, and 4014 :
    If you continue to see error 4005, 4013, or 4014 when you restore your device, contact Apple for support.

  • Ipod Restore Error

    Hi all,
    Sorry to make my first post here a cry for help, but desperate times call for desperate measures.
    For the past day or 2, my iPod has been stuck on the loading screen (apple logo) when turned on, and it is not being picked up by iTunes. From reading other threads, I decided to put it into restore mode and reinstall the firmware.
    The problem arises now, during the restore, the iPod seems to leave restore mode and go back to the loading screen. Windows indicates that a usb device has disconnected.
    At this point the restore will fail with Error: 6, and in one occasion Error:13.
    I'm at my wits end with this one and cannot think of a solution thus far. Any help any of you can provide would be greatly appreciated.
    Using: Windows XP
    iTunes: 8.0.2.20
    Firmware: 1.2.1
    Cheers,
    Rodg3

    HERE IS MY ERROR LOG IF IT HELPS ANYONE:
    2008-11-24 17:55:32.296 iTunes.exe[4752:1708]: restore library built Oct 24 2008 13:46:43
    2008-11-24 17:55:32.296 iTunes.exe[4752:1708]: iTunes: iTunes 8.0.2.20
    2008-11-24 17:55:32.296 iTunes.exe[4752:1708]: iTunes: Software payload version: 5G77a
    2008-11-24 17:55:32.562 iTunes.exe[4752:e40]: AMDeviceIoControl: GetOverlappedResult failed
    2008-11-24 17:55:32.562 iTunes.exe[4752:e40]: ProcessOverlappedIoRequest: failed, error 31, usbd status c0000004
    2008-11-24 17:55:33.062 iTunes.exe[4752:e40]: AMDeviceIoControl: GetOverlappedResult failed
    2008-11-24 17:55:33.062 iTunes.exe[4752:e40]: ProcessOverlappedIoRequest: failed, error 31, usbd status c0000004
    2008-11-24 17:55:33.562 iTunes.exe[4752:e40]: AMDeviceIoControl: GetOverlappedResult failed
    2008-11-24 17:55:33.562 iTunes.exe[4752:e40]: ProcessOverlappedIoRequest: failed, error 31, usbd status c0000004
    2008-11-24 17:55:34.062 iTunes.exe[4752:e40]: USBControlTransfer: error 0, usbd status c0000004
    2008-11-24 17:55:34.062 iTunes.exe[4752:e40]: AMDeviceIoControl: GetOverlappedResult failed
    2008-11-24 17:55:34.062 iTunes.exe[4752:e40]: ProcessOverlappedIoRequest: failed, error 31, usbd status c0000004
    2008-11-24 17:55:34.562 iTunes.exe[4752:e40]: AMDeviceIoControl: GetOverlappedResult failed
    2008-11-24 17:55:34.562 iTunes.exe[4752:e40]: ProcessOverlappedIoRequest: failed, error 31, usbd status c0000004
    2008-11-24 17:55:35.062 iTunes.exe[4752:e40]: AMDeviceIoControl: GetOverlappedResult failed
    2008-11-24 17:55:35.062 iTunes.exe[4752:e40]: ProcessOverlappedIoRequest: failed, error 31, usbd status c0000004
    2008-11-24 17:55:35.562 iTunes.exe[4752:e40]: USBControlTransfer: error 0, usbd status c0000004
    2008-11-24 17:55:35.562 iTunes.exe[4752:e40]: radio-error not set
    2008-11-24 17:55:35.562 iTunes.exe[4752:e40]: unable to open device_map.txt: No such file or directory
    2008-11-24 17:55:35.562 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress -1
    2008-11-24 17:55:35.656 iTunes.exe[4752:e40]: bootstrapping restore with iBEC
    2008-11-24 17:55:35.656 iTunes.exe[4752:e40]: WinDFU::OpenDFUDevice: path: \\?\USB#VID05AC&PID1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#502e595d
    2008-11-24 17:55:35.656 iTunes.exe[4752:e40]: WinDFU::OpenDeviceByPath: \\?\USB#VID05AC&PID1281#{B8085869-FEB9-404B-8CB1-1E5C14FA8C54}\0000#502e595d
    2008-11-24 17:55:35.656 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 4
    2008-11-24 17:55:35.656 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 8
    2008-11-24 17:55:35.656 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 12
    2008-11-24 17:55:35.671 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 16
    2008-11-24 17:55:35.671 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 20
    2008-11-24 17:55:35.671 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 24
    2008-11-24 17:55:35.671 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 28
    2008-11-24 17:55:35.687 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 32
    2008-11-24 17:55:35.687 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 36
    2008-11-24 17:55:35.687 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 40
    2008-11-24 17:55:35.687 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 44
    2008-11-24 17:55:35.703 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 48
    2008-11-24 17:55:35.703 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 52
    2008-11-24 17:55:35.703 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 57
    2008-11-24 17:55:35.703 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 61
    2008-11-24 17:55:35.718 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 65
    2008-11-24 17:55:35.718 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 69
    2008-11-24 17:55:35.718 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 73
    2008-11-24 17:55:35.718 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 77
    2008-11-24 17:55:35.734 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 81
    2008-11-24 17:55:35.734 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 85
    2008-11-24 17:55:35.734 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 89
    2008-11-24 17:55:35.734 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 93
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 97
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::UploadData: EOF, cbRead: 2212
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 4 progress 100
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::UploadData: ZLP
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 6
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::ProcessUpdateState: status.bState == DFUSTATE_MANIFESTSYNC
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 7
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::ProcessUpdateState: status.bState == DFUSTATEMANIFEST
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::FinalizeDfuUpdate: GetStatus: status: 0, state: 8
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::ProcessUpdateState: status.bState == DFUSTATE_MANIFEST_WAITRESET
    2008-11-24 17:55:35.750 iTunes.exe[4752:e40]: WinDFU::ResetDevice: resetting...
    2008-11-24 17:55:36.140 iTunes.exe[4752:e40]: WinDFU::FinalizeDfuUpdate: success
    2008-11-24 17:55:36.140 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: operation 31 progress -1
    2008-11-24 17:55:37.140 iTunes.exe[4752:e40]: <Recovery Mode Device 01DC8D08>: Recovery mode succeeded
    2008-11-24 18:00:39.093 iTunes.exe[4752:1708]: iTunes: Restore error 1604

  • IPod restore error AND iTunes won't redownload. HELP.

    So I managed to let my battery die completely on my iPod by playing too much scrabble, but when I plugged it into the computer it said that my iPod was in recovery mode and I should restore it. I've tried to restore it 100 times but I get the iPod restore error {14} every time. I know there's another topic about this, but when I went through each and every single step that was offered, I uninstalled my iTunes, and when I went to download it my computer tells me there's something wrong with the setup file and won't allow it through, no matter how low the security settings are. I'm about to lose my mind here. When I plug my iPod into another computer it's not recognized at all. It won't charge with a regular just charge cable, nothing. Save me please.
    Message was edited by: Chloe W

    I fixed the iTunes part. But even after all that I did get it redownloaded, my iPod still doesn't restore.

  • IPod Touch 1st Gen 1013 Restore Error Code

    So I have my iPod touch that I treat with the utmost care and it got stuck in the apple logo on startup. I tried restoring in the iTunes(hold home button and plug in USB) and DFU mode and I always get the 1013 error code. So yesterday I brought it into the Apple Store and they attempted to restore it and it gave them the 1013 error code. He told me that it was a generic error code and it would cost $250 to get a new 3rd Gen iPod Touch, which isn't a very ideal result. So I spent some time thinking about this and I thought why is it my problem that Apple can't fix their iPod especially if it's a generic error code. I take great care of my iPod and have nothing wrong so why should I be paying $250 for a new one? So today I called Apple Care support and after complaining to them they told me that the $250 would be the cost to *JUST REFURBRISH IT!* So I said "so if I am going to pay $250 dollars then shouldn't I just buy a new 32GB 3rd Gen iPod Touch?" The man said he agreed with me and that he was sorry there was nothing else he could do. I then asked if there was a way to see if the iPod had a software or hardware error and he asked if the genius at the store had run a diagnostics test. I said no because all I had was a restore done and I was sent on my way. He said that the store should have run a diagnostics test because it was protocol. So now I have to go back into the Apple Store and get a diagnostics test run on my iPod because the initial genius didn't follow protocol and just insisted that the iPod touch had a hardware failure so it was out of warranty. I highly doubted it was a hardware failure because restoring the firmware is a software issue. And nobody can give me solid facts why it's not, other than the genius thinking he really is a "genius" and telling me it's not because he didn't follow protocol.
    So tell me what else you think I should do other than get the diagnostics test run. Any comments or input would be much appreciated.
    My overall goal would be to have my iPod replace or fixed for free because that would be the reasonable thing to do. Especially because all the trouble Apple has cause me thus far.

    as directed by referenced guide followed steps below
    recovery mode method
    connect ipod device shows usb i tunes screen
    dectected by itunes as ipod in recovery mode must restore to use
    select restore/update to factory settings
    Extracting then preparing ipod to restore
    powers off after white screen flash disconect sound is heard, powers on black screen with apple connect sound heard, powers off to black screen diconect sound heard
    error 1603 could not restore
    DUF mode method
    same as before except black screen due to duf mode
    error 1604 (not 1603)
    Manual Install method
    Downloaded appropriate files
    connected device itunes recognizes as in recovery mode
    selected software with the shift+restore method
    preparing to restore
    white screen disconect connect black screen with apple logo then dicnnect black screen
    could not restore error 1603
    any other recomendations?

Maybe you are looking for