SOLVED: Error -50 during backup if trying to update to iOS 5

Hi there!
Issue:
As I would update my iPhone and iPad 2, I got the following error, while iTunes was trying to save the backup:
"Beim Backup der Daten dieses iPhones / iPads ist ein Fehler aufgetreten (-50). Möchten Sie mit der Aktualisierung des iPhones / iPads fortfahren?"
=> no, you shouldn't ;-)
Issue solved:
Since I couldn't find a solution for my problem while searching the Internet, I'd like to share the solution, which I could find myself. :-)
Reason for the issue:
The point is, that I redirect the iTunes backup to an iSCSI drive on my NAS. This works usualy without any problem, exept during updating to iOS 5.
Solution:
I temporarily replaced the link 'backup' in the MobileSync which redirects the backup to iSCSI network drive with a folder named 'backup' for iOS 5 installation:
  /Users/<USER>/Library/Application Support/MobileSync/backup
So the backup will be created local to the Mac instead to the iSCSI drive.
After installing iOS 5 I could replace the folder again with the link and all works perfect.
Bug report to Apple:
This behavor should be corrected. It seams to be a bug in iOS 5 upgrade process in iTunes in my opinion.
Howsoever, it's easy to solve the issue, if you know the reason.
Maybe I can help someone with this hint.
Sincerely

THANK YOU. Saved me a few hours, this did.
This is stil not fixed in the latest iTunes, MobileSync, or iOS 6. Whichever piece has the problem is still badly broken, and in this age of 64 GB flash drives in MacBook Air models, surely we're not the only two that have moved that monstrous folder out to an external drive....

Similar Messages

  • I am getting an error message when I am trying to update to iOS 7.0.6

    I am getting an error message on my iPad when I am trying to update to IOS 7.0.6

    What is the error message and number?

  • I keep receiving an unknown error (-1) when i am trying to update my ios

    i keep receiving an unknown error (-1) when i am trying to update.  My iPad is not even a year old and it saying that it may be a hardware issue?  what gives?

    Error -1
    Attempt to restore your iOS device two more times. If the issue is still unresolved, the device may need service.
    The "device may need service" means a hardware problem. In that case make an appointment at the Genius Bar of an Apple store.
    Apple Retail Store - Genius Bar
    Also see:
    -1 error
    -1 error too

  • HT4623 why do iget error message whenever i am trying to update to iOS 6.0.1 via iTunes and over OTA

    I am trying to update my iPhone 4 with iOS 6.0.1 but an error shows up saying "The iPhone 'xxxxxx' cannot be updated at this time because the iPhone software update server could not be contacted or is temporarily unavailaible. Please try again later"
    I tried it many times, I have searched over internet for solutions, and I have got this everywhere, editing the host file with some ip address, but nothing helped,
    I even could not upgrade OTA over wifi, its shows the same error.

    KayaBooi wrote:
    ... gives me an error massage.
    And this Error message would be...?
    KayaBooi wrote:
    Can anyone help me with updating from iOS 5.1.1 to 6.1.3. ...
    Why not use iTunes on the computer you regularily Sync and backup to...
    See the Using iTunes Section Here...
    How to update your iPhone, iPad, or iPod touch

  • 1611 Error on iTunes 10.5 Trying to update to iOS 5 Please HELP!!!

    1st off i had an ipod touch 4th gen which was determinted by apple to be hardware defectived. They gave me a new iPod touch 4G no questioned asked. The issue i'm having is my new device is having the same issue my old one was having with the 1611 error. I can not restore at all. Not even in DFU mode which doesn't do anything unless you want a custom firmware which i dont. When i begin the restore process everything seems normal up until it says "preparing ipod for restore" at the point its stuck there until the 1611 error shows up. I've done pretty much everything from uninstalling all parts of itunes, quick time, bonjour, device support, etc. I also changed the host file deleteing the last line. Changing the USB cable. And updating all drivers and software and disabling all security. The only thing i am unable to do is change computers because my older desktop is currently down. If anyone can tell me if the Apple Severs are down? or if there are others having these errors or issues please email me at [email protected] or replying to this post. I would greatly appricate it i've been trying to figure this out for weeks. Thank you, Randy.

    Thank you for all of your suggestions. I was able to restore my phone and none of my data was lost. For some reason, all I did was plug in the USB in another location on my laptop after I restarted, reinstall and trouble shooted all of the suggestions given on the iSupport screens. It was a time-consuming effort, but well-worth it not to lose my data. Thumbs up to the iCommunity! Love you guys!

  • Error while trying to update to ios 5

    I keep getting an error while trying to update to iOS 5. I update iTunes this morning to the lastest version so I know that isn't the problem. I have tried restarting both my computer and my phone, but contine getting "The iPhone could not be restore. An unknow error occurred (3194)." PLease help! Thanks in advance

    I am also getting the error 43 when the update tries to back the phone up. Im using the latest version of itunes. This is on an iphone4, I am in the UK.
    I tried deleting all of the historical backups to see if a fresh backup folder helps. It did not.
    Ive tried running iTunes in 'administrator' mode on my Windows 7 machine. This made no difference.
    Ive tried putting the phone in airplane mode. No difference.
    I tried getting it into restore mode just to see if it worked on a iphone4. However it did not seem to want to do it.
    Im not not too sure about proceeding with this update as I done want to loose any of the apps I have. (or 3 my 3 stars in every angry birds level on all 3 versions of the game!!)
    Please someone, HELP !! !!

  • Getting error message when i am trying to update the excel file using script task in ssis package

    Hi Guys,
    I am getting error message when I am trying to update the excel. Please find the error messages as below
    Error at Update File [Update File]: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors.
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Application' is not defined., ScriptMain.vb, 32, 32
    Error at Update File [Update File]: BC30002 - Type 'Microsoft.Office.Interop.Excel.Workbook' is not defined., ScriptMain.vb, 33, 25
    Error at Update File [Update File]: The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.
    Warning at Update File [Update File]: Found SQL Server Integration Services 2008 Script Task "ST_050fcae972904039b4f0fe59b7528ece" that requires migration!
    and the code that   I am using is
    Dell - Internal Use - Confidential
    ' Microsoft SQL Server Integration Services Script Task
    ' Write scripts using Microsoft Visual Basic
    ' The ScriptMain class is the entry point of the Script Task.
    Imports System
    Imports System.Data
    Imports System.Math
    Imports Microsoft.SqlServer.Dts.Runtime
    Imports Microsoft.Office.Interop.Excel
    <System.AddIn.AddIn("ScriptMain", Version:="1.0", Publisher:="",
    Description:="")> _
    <System.CLSCompliantAttribute(False)> _
    Partial
    Public Class ScriptMain
    Inherits Microsoft.SqlServer.Dts.Tasks.ScriptTask.VSTARTScriptObjectModelBase
    Enum ScriptResults
                Success = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Success
    Failure = Microsoft.SqlServer.Dts.Runtime.DTSExecResult.Failure
    End Enum
    Public Sub Main()
            Dts.TaskResult = ScriptResults.Success
    'Dim proc As System.Diagnostics.Process
    'kill all instances of excel
    'For Each proc In System.Diagnostics.Process.GetProcessesByName("EXCEL")
    ' proc.Kill()
    'Next
    Dim excelnacomm As
    New Microsoft.Office.Interop.Excel.Application
    Dim wbnacomm As Microsoft.Office.Interop.Excel.Workbook
            wbnacomm = excelnacomm.Workbooks.Open("http://test.xlsx")(renamed
    the excel)
            wbnacomm.RefreshAll()
            wbnacomm.Save()
            wbnacomm.Close()
            excelnacomm.Quit()
            Runtime.InteropServices.Marshal.ReleaseComObject(excelnacomm)
    End Sub
    End
    Class
    Please let me know what could be the reason
    Smash126

    Download:
    Microsoft Office 2010: Primary Interop Assemblies Redistributable
    How to: Add or Remove References By Using the Add Reference Dialog Box  /  How to:
    Add and Remove References in Visual Studio (C#)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • I am getting an error message when trying to update to iOS 7

    I am trying to update to iOS 7 on my iphone 5 and every time I click to install it, I am getting an error message that iOS 7 cannot be installed. I have restarted my phone about 5 times..

    What is the error message and number?

  • Error 1603 after trying to update to ios 5 now phone is bricked stuck in recovery mode

    Error 1603 after trying to update to ios 5 now phone is bricked stuck in recovery mode

    Try this - download a program called rec boot. follow the instructions to kick it out of recovery mode. and does itunes recognise
    or hold the power and home button together until you see a "connect to itunes" pic on the screen
    hope it helps

  • HT1338 I'm trying to update to ios 7 and it sends me an error message that says

    I'm trying to update to ios 7 and it sends me an error message that says "Software update not available at this time please try again later."

    Apple's servers are busy. Check again in a few hours or tomorrow.
    (89445)

  • Today I tried to update to IOS 8 on my ipad 4. I thought I was doing everything right. I did it through itunes. I backed up before starting. It now is frozen. itunes says it's in recovery mode.get error 3014. HELP!

    Today I tried to update to IOS 8 on my ipad 4. I thought I was doing everything right. I did it through itunes.  I updated iTunes to 11.4.  I backed up before starting. It now is frozen. itunes says it's in recovery mode. The only options it gives me is to Restore so I say ok... after a few seconds  I get get error 3014.  It says this ipad can not be restored.  It has a button to click for more info which leads me to this page:  Error 3194, Error 17, or "This device isn't eligible for the requested build"
    Please help, I have a back up I just can't get to it.  Why did this happen!!!
    HELP!

    I have since tried a few more things... suggestions found online...
    I tried using another computer, same house same internet link though... it downloaded the update again, took about an hour & a half but as soon as it finished it said it could not restore because "device could not be found".  I unplugged my ipad then plugged it back in so it would "see"  it but it just went right back to the "ipad in recovery mode needs to be restored"... then the same error 3014.
    I don't know if the computer can sense the ipad or what's going on.  On the screen when it wants to do the restore it has an icon of an ipad & it says "Serial Number: n/a
    The next thing I tried...  was right clicking iTunes & choosing "Run as Administrator".  It started another hour & a half download of the update... but then when it was done it went right back to the error 3014.
    Is there nothing that can help?!?

  • Error 3200 while trying to update to iOS 5! Help??

    I'm trying to update to iOS 5, and every time it reaches as far as extracting the software and prepping the phone for the update. Then it stops and gives me an error 3200. Any fixes to this?

    It worked for me after I disabled the Passcode, turned off WiFi and Cell networks, closed all apps (hit the home button twice and then hold on an app to bring up the close button). After all that power down and power up. Worked for me then.
    However it is probably more related to as others have said the sheer volume of hits.

  • TS3274 Error message 5000 received when trying to update ipad software

    How do I resolve this error message 5000 received when trying to update ipad software from my computer?

    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
     Cheers, Tom

  • TS3694 Hello. I have an iphone 3gs 8gb factory unlocked. Currently its running on ios 5.0.1 and I am trying to update it ios 5.1.1 but its not updating. The itunes downloads the ios 5.1.1and gives back unknown error(3194). Please help.

    Hello. I have an iphone 3gs 8gb factory unlocked. Currently its running on ios 5.0.1 and I am trying to update it ios 5.1.1 but its not updating. The itunes downloads the ios 5.1.1and gives back unknown error(3194). Please help.

    Unable to contact the iOS software update server gs.apple.com
    Error 1004, 1013, 1638, 3194: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Install the latest version of iTunes.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. FollowiTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • HT201210 error 3194 when trying to update to ios 5.1.1

    i can not update my iphone 4, when i try to update on i tunes it extracts the software but when it gets to verifying iphone i get the error code 3194,
    i have tried to update also on the phone through the iphone and get a message saying not enough free space you need at least igb of free space.
    i have also tried turning of norton security and firewall but no joy.

    I have fixed this now by clicking on the fit it for me button, on this link http://support.microsoft.com/kb/972034 it fixes the host file for you, Happy Days

Maybe you are looking for

  • WAN Remote Office Network Setup with VOiP using AX

    Dear All, I am setting up our new office and I love the USB Backup and Print capability of the Airport Extreme (AX) - that's the easy part. I would also like to use VOiP. Ontop of this we are pinching the broadband connection from our sister company

  • What is the Bluetooth device in the HP Touch Smart TX2-1275 DX ?

    Friends, I want to know what is the Bluetooth device in the HP Touch Smart TX2-1275 DX ? Im asking the manufacturer brand and model number  such as Ralink xxx, Broadcom xxx and so on for this laptop not the Software Support for HP Integrated Module

  • Cant access my Apex installation remotely

    Tried to login in into my Apex application using http://pcname.networkname.com:7777/pls/htmldb/f?p=101:1 from another machine on the same LAN and returned "Page Can Not be Displayed" having contacted the Apex installed machine and displaying its IP a

  • How to update camara Raw?

    I have Photoshop CS6 installed. I want to use my new camara Canon 6D , and I can`t open the raw files: How do I update camara raw?

  • Properties - automatic menu creation

    Hi there, I'm currently working on a project that is frequently being changed and therefore I require a method to facilitate the creation of its menu. I am hoping to use a properties file to describe the contents of the menu and also which Actions ea