ICloud uploads fail

Keynote/Powerpoint uploads run a minute or two then I get ...presentation failed to upload..... Happens in both Safari and Firefox. Speed check with my SP is good. Files range in size from 25-250MB. No diagnostic tools, not even a hint on what could be wrong.

I am having a similar problem except that now it is affecting both my iphone 5s and my ipad Air. both 64gb and both on 7.1.
Have tried all the steps suggested including turning off icloud completely and deleting all backups. If I watch in xcode I see varying errors related to:
<Warning>: WARNING: Error putting item into chunk store: /var/mobile/Library/SMS/sms.db
But the file itself varies. I have also tried turning off imessage and turning off all apps in the icloud backup.
I've tried creating a new icloud account and the same failure applies.
Have tried on various WIFI networks to rule out a network issue. The kicker is sometimes it will work and will back up. However even if I change nothing on the phone after getting a successful backup, the next one will always fail.
So even if I can get a backup to work, immediately after I click Back Up Now and it fails with some varying error.
Have also tried the backing up to itunes and then restoring, setting up as new and trying an icloud backup and it still fails. Yes I am able to get to a secure website on both devices.

Similar Messages

  • Photo upload to iCloud fails with the error message 'Upload failed due to network error'. Ideas?

    I am trying to get my photos on my Mac Mini onto my iPad 2 via iCloud. I have tracked the problem down to upload failure from Mini to iCloud. 1St (&every) photo upload fails with the message 'Upload failed due to network error'. Any ideas?

    I doubt this issue is related to the Mac Mini specifically.
    I have 44 photos shot with an iPhone 3G that will not upload to iCloud Photo Library. I try and drag-and-drop them onto the web interface and I get the same error message you did:
    Upload Failed
    44 items were not uploaded due to a network error.
    However, I have another 62 photos shot with the same iPhone 3G that upload without issue. And I just uploaded 440 photos from an iPhone 4 without issue.
    I thought it may have something to do with certain EXIF tags missing on the photos that would not upload but I have not been able to figure out a pattern when comparing photos that work and photos that don't work.
    The photos that won't upload open fine in QuickLook, Preview, and Pixelmator so I doubt the image is corrupted in some way.
    I can AirDrop the photo to my iOS device and it will upload to iCloud Photo Library, the photo/video count will be incremented on the iOS device and iCloud Photo Library but the photo will never be displayed in iCloud Photo Library. When I delete the photo on the iOS device the photo/video count will decrement on the iOS device but will remain the same in iCloud Photo Library. When this occurred the following error was thrown in the iCloud Photo Library web interface:
    Expanding Details shows the following log:
    https://gist.github.com/jameswthorne/757e319b9fee63119890

  • Everytime I go to turn on my iCloud backup I get "iCloud Backup Failed" any ideas as to what to do

    Everytime I go to turn on my iCloud backup I get "iCloud Backup Failed"  what to do

    Gail from Maine,
    Thank you so much in your continued efforts to help me out. Much appreciated.
    Here is what I see..
    Can't select the backup =  I go to Settings>iCloud>Backup (shows off).  I select > Backup(off)> and see iCloud Backup grayed out (not selectable).
    I have plenty of storage available: Settings>iCloud>Storage shows 195GB Available
    When I select: Settings>iCloud>Storage>Manage Storage>  My iPhone does not show up under the backup list. I use this iPhone with iTunes (if that matters).
    When I select: Settings>iCloud>Photos(On)> iCloud Photo Library (Beta) is selected on and shows "Uploading 1,131 items".  But does not start upload and the message always remains the same.  Tried shutting the Photo Library (Beta) on an off and no change. Also tried it after the reset and sow no difference.
    On that same Settings>iCloud>Photos page there is a selection Upload to My Photo Stream.  Prior to installing iOS 8, pictures I took with my phone would automatically copy over to the photo stream on the other 3 devices on my account when in the presence of WiFi.  The other 3 still do it and are all running iOS 8.  This iPhone stopped doing it after the iOS 8 Update and installation of iCloud. It was working before on iOS 7.
    The only different app that this iPhone has is a WirWatch, which is used to receive pushed e-mails from work onto my computer. This App was there when I was running iOS 7.  Don't know if it could be the reason. But none of the other devises have this feature.
    Thanks,
    Dan R.

  • Upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy

    Hi All,
    upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy button.
    This is the issue which I am facing while working with SharePoint 2010. In a sharePoint 2010 document library I am having an excel file and I am trying to open it from Windows 7 and is office 2010.
    I cam e across few suggestion as mentined below but unable to find the location where to do
    Go to Resource Policies > Web >
    Rewriting > Custom Headers > (if 'Custom Headers' is not visible, click
    Customize on the right top to enable the view).
    Create a new policy with the Resource as <fully qualified domain name of the SharePoint server:*/*> (for example https://sharepoint.juniper.net:*/* ).
    Create the action as Allow Custom Headers.
    Apply the settings to the required roles.
    Please suggest.

    Hi rkarteek
    All things you have to do is as follows:
    1. Open regedit.exe
    2. Naviagate to following key:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
    3. Click Edit Menu -> New -> DWORD with name of "FSSHTTPOff"
    (without quotes)
    4. Click on "FSSHTTPOff" and enter value of 1
    5.
    Close any Office Applications and browser sessions
    6. Try to reopen your document (no more read only or failure to upload)
    have a nice day!

  • ADFDi Excel upload failed in a new session

    ADFDi Excel upload failed when a change was made in a locally saved ADFDi Excel file.  This should be a very common disconnected scenario.  I must miss something.  Here are high-level steps that I have done.
    1. Open a ADFDi Excel from a ADF page.
    2. Download data to Excel
    3. Modify a row in ADF table component in the Excel, then save the Excel file locally.  (If I clicked the 'Save' button instead of saving the file locally, the change was uploaded to the server correctly).
    4. Open the locally saved Excel, and accept the option to connect to the server and login.  A new session should be created in the ADF web application.
    5. Click 'No' in the popup window of "Do you want to discard the pending change?"
    6. The 'changed' indicator is shown on the changed row in the Excel.  Click 'Save' button, which has two actions - Upsync and ADFTable.upload
    7. On the server, a 'Row not found' exception is thrown from DCJboDataControl.setCurrentRowInRSI().  In this method, it tries to find the row in the ViewObject instance using the uploaded row's key.  The code is rsi.findByKey(key, 1).  I checked the value of key.  It looks correct. But no row is return from findByKey() call.  Then 'No row found' exception is thrown.
    My JDev version 11.1.1.7
    Greatly appreciate any suggestion on what could be wrong?

    HI
    I am facing the same issue. Are you able to resolve this issue or any solution around ?
    Thanks

  • PAR upload failed

    Hi All,
            I am just trying to deploy my sample Portal Project Application from NWDS through Quick PAR upload into Portal Server, this is the first time i am getting this error, i don't know why
    The error is like below
    PAR upload failed:
    i did all settings also, if i miss any settings let me know.
    Thanks in advance.
    Thanks and Regards,
    Abhi.

    HI Abrahim..
    There r various ways of deploying a par file:
    As thread shows u r deploying it with NWDS. U can also deploy it with SDM and through admin consloe.
    Steps : Through Admin Console
    you should have system admin role to upload it from portal.
    go to system administration-support-portal runtime-administration console from there you can upload par files
    With the help of SDM:
    http://help.sap.com/saphelp_nw70/helpdata/EN/22/a7663bb3808c1fe10000000a114084/frameset.htm
    One another way:
    well for redeployin a par file the easiest way would be:
    1. open a browser
    2. go to http://<your portal host>/irj/servlet/prt/portal/prttarget/PortalAnywhere.default
    3. Upload the PAR file
    That's it, changes take effect immediately.
    if have any querry pls revert back:
    Thanks
    Mayank Kumar saxena
    Dont forget to give rewards if usefull
    Edited by: Mayank  Saxena on Sep 17, 2008 7:23 AM

  • PAR File upload Failed in NWDS

    Hi ,
    i.While i m trying to deploy PAR file from NWDS it showing Error like this"<b>PAR Fileupload Faild Please Check the user Name And Password</b> " .Also I tried this with admin Userid and Password,it showing the same error.
    ii.I can able to Login in to the Portal,But i cant deploy the PAR File.
    Help me to get through this .
    Regards,
    Malini.V

    Hello Malini,
    There is no configuration on server side for uploading PAR files. Please check your EP Server settings they can be the only cause of error. In NWDS please go to Windows->prefrences->SAP Enterprise Portal. Provide all the necessary details over there.
    You should use a user id which is having super_admin role assigned to it.
    In case you still get error that upload failed, In NWDS please go to Windows->prefrences->Workbench->Proxy Settings. remove proxy if it is there.
    Also the upload can fail depending of the content of the file, please ensure that there is no error in the code you are using.
    Regards
    Atul Shrivastava
    PS:Award points for helpful answer.

  • Unable to submit form without attachment if file upload fails

    Hi All,
    I have a form, in which I have a input file component.
    Scenario 1 - If i don't attach anything and submit the form, it is successful.
    Scenario 2 - If I attach a file of size less than 2 MB and then submit, it is successful.
    Scenario 3 - If I attach a file of size greater than 2 MB and then submit, ADF gives an error message saying " File is large" which is expected.
    3.1 - In the scenario 3, after file upload fails, I want to submit the form without attaching any file. But the form isn't submitted and the warning message always pops up.
    3.2 - If I upload file of size less than 2MB again and then submit, it is successful.
    Please help me in resolving the issue.
    Thanks,
    Harini.

    Try clearing the error messages
    <af:resource type="javascript">
    function clearMessagesForComponent(evt){
    AdfPage.PAGE.clearAllMessages();
    evt.cancel();
    </af:resource>Now all yo uneed to do is to call this javascript method e.g. using a <af:clientListener method="clearMessagesForComponent" type="focus"/>on a button or any other field.
    Timo

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • File upload fails

    File upload fails when the file is larger than about 50kb. The upload returns a blank page when it fails. I have searched the world over and cannot find an answer to this problem. Does anyone have any suggestion of what to do?
    Thank you,
    Chris

    What mechanism are you using to handle uploaded files? Some libraries place a configurable limit on the size of the file.

  • Hi Guys, Im trying to send a 80pages IPhoto book to the store but the uploading fails, I tried several times and always a message "an error occurred" without clarification, can you help me?

    Hi Guys, Im trying to send a 80pages IPhoto book to the store but the uploading fails, I tried several times and always a message "an error occurred" without clarification, can you help me?
    Is there any size limit? or a limit of time to upload? (as it takes more than one hour!!!)

    Preview the book -
    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    if it is good boot into safe mode, preview again (only limited fonts are loaded in safe mode) and upload
    LN

  • Upload failed "network failure"

    Why is it that I get upload failed "network failure" msg on folio builder, immedieatly hit retry and it goes thru, or after several trys it goes thru? Or sometimes it goes on the first try, and then I make a small change and the upload will not work again? My upload speed is 20 Mbps.

    I am getting the same error message - I just updated the Folio producer tools that were released on OCT 10 for 5.5

  • IPhoto book upload failed using iPhoto 9.4.3 and Mountain Lion

    Hi
    I have tried to upload iPhoto book several times but the upload failed.  I have tried rebooting my iMac in Safe Mode but this results in iPhoto closing when I try to buy my book.  I have uploaded books in the past using Snow Leopard with no issues.

    I hope this helps, thank you for taking an interest in this problem.
    Process:         iPhoto [233]
    Path:            /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier:      com.apple.iPhoto
    Version:         9.4.3 (9.4.3)
    Build Info:      iPhotoProject-720091000000000~1
    App Item ID:     408981381
    App External ID: 15017489
    Code Type:       X86 (Native)
    Parent Process:  launchd [140]
    User ID:         501
    Date/Time:       2013-07-09 21:39:12.757 +1000
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          24555 sec
    Crashes Since Last Report:           3
    Per-App Interval Since Last Report:  21232 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      1BE54ADD-87CC-3C04-8164-249B4EFBBE28
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** +[NSString stringWithUTF8String:]: NULL cString'
    Application Specific Backtrace 1:
    0   CoreFoundation                      0x0184ce8b __raiseError + 219
    1   libobjc.A.dylib                     0x04e5052e objc_exception_throw + 230
    2   CoreFoundation                      0x017ac60b +[NSException raise:format:] + 139
    3   Foundation                          0x049f2cf1 +[NSString stringWithUTF8String:] + 90
    4   iLifePageLayout                     0x033d71c7 -[KHPDFGenerator _retrieveGPUInfo] + 83
    5   libobjc.A.dylib                     0x04e5d5d3 -[NSObject performSelector:withObject:] + 70
    6   Foundation                          0x04a35326 __NSThreadPerformPerform + 395
    7   CoreFoundation                      0x0172304f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    8   CoreFoundation                      0x01722a79 __CFRunLoopDoSources0 + 233
    9   CoreFoundation                      0x01748826 __CFRunLoopRun + 934
    10  CoreFoundation                      0x0174801a CFRunLoopRunSpecific + 378
    11  CoreFoundation                      0x01747e8b CFRunLoopRunInMode + 123
    12  HIToolbox                           0x06bd2f5a RunCurrentEventLoopInMode + 242
    13  HIToolbox                           0x06bd2cc9 ReceiveNextEventCommon + 374
    14  HIToolbox                           0x06bd2b44 BlockUntilNextEventMatchingListInMode + 88
    15  AppKit                              0x054da93a _DPSNextEvent + 724
    16  AppKit                              0x054da16c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    17  AppKit                              0x0572d210 -[NSApplication _realDoModalLoop:peek:] + 667
    18  AppKit                              0x0572d354 -[NSApplication _doModalLoop:peek:] + 67
    19  AppKit                              0x0572d515 -[NSApplication runModalForWindow:] + 198
    20  iLifePageLayout                     0x033ed7f8 -[KHLightboxOverlayView lightboxViewFinishedEnterAnimation:] + 125
    21  iLifePageLayout                     0x033ee578 -[KHLightboxEnvelopeView animationDidStop:finished:] + 230
    22  QuartzCore                          0x03606184 _ZN2CA5Layer23run_animation_callbacksEPv + 276
    23  libdispatch.dylib                   0x05077c82 _dispatch_client_callout + 46
    24  libdispatch.dylib                   0x0507d2e3 _dispatch_main_queue_callback_4CF + 223
    25  CoreFoundation                      0x01748c29 __CFRunLoopRun + 1961
    26  CoreFoundation                      0x0174801a CFRunLoopRunSpecific + 378
    27  CoreFoundation                      0x01747e8b CFRunLoopRunInMode + 123
    28  HIToolbox                           0x06bd2f5a RunCurrentEventLoopInMode + 242
    29  HIToolbox                           0x06bd2bf5 ReceiveNextEventCommon + 162
    30  HIToolbox                           0x06bd2b44 BlockUntilNextEventMatchingListInMode + 88
    31  AppKit                              0x054da93a _DPSNextEvent + 724
    32  AppKit                              0x054da16c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    33  AppKit                              0x054d05cc -[NSApplication run] + 855
    34  AppKit                              0x054735f6 NSApplicationMain + 1053
    35  iPhoto                              0x000460b9 iPhoto + 65721
    36  iPhoto                              0x00045705 iPhoto + 63237
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.CoreFoundation                0x0184d6a7 ___TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION___ + 7
    1   libobjc.A.dylib                         0x04e5052e objc_exception_throw + 230
    2   com.apple.CoreFoundation                0x0184cd21 -[NSException raise] + 17
    3   com.apple.AppKit                        0x0572d557 -[NSApplication runModalForWindow:] + 264
    4   com.apple.iLifePageLayout               0x033ed7f8 -[KHLightboxOverlayView lightboxViewFinishedEnterAnimation:] + 125
    5   com.apple.iLifePageLayout               0x033ee578 -[KHLightboxEnvelopeView animationDidStop:finished:] + 230
    6   com.apple.QuartzCore                    0x03606184 CA::Layer::run_animation_callbacks(void*) + 276
    7   libdispatch.dylib                       0x05077c82 _dispatch_client_callout + 46
    8   libdispatch.dylib                       0x0507d2e3 _dispatch_main_queue_callback_4CF + 223
    9   com.apple.CoreFoundation                0x01748c29 __CFRunLoopRun + 1961
    10  com.apple.CoreFoundation                0x0174801a CFRunLoopRunSpecific + 378
    11  com.apple.CoreFoundation                0x01747e8b CFRunLoopRunInMode + 123
    12  com.apple.HIToolbox                     0x06bd2f5a RunCurrentEventLoopInMode + 242
    13  com.apple.HIToolbox                     0x06bd2bf5 ReceiveNextEventCommon + 162
    14  com.apple.HIToolbox                     0x06bd2b44 BlockUntilNextEventMatchingListInMode + 88
    15  com.apple.AppKit                        0x054da93a _DPSNextEvent + 724
    16  com.apple.AppKit                        0x054da16c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    17  com.apple.AppKit                        0x054d05cc -[NSApplication run] + 855
    18  com.apple.AppKit                        0x054735f6 NSApplicationMain + 1053
    19  com.apple.iPhoto                        0x000460b9 0x36000 + 65721
    20  com.apple.iPhoto                        0x00045705 0x36000 + 63237

  • Trying to order my photobook. Assembly fine.Upload fails. 3 times. Tried "retry". Now can't cancel, can't close computer Very frustrated

    What do I do if upload fails for my photobook? now frozen - have hit retry, started then failed again, now whole system seems frozen - won't cancel, can't close computer as it says close iphoto first and can't close iphoto. Never had a problem with another type of photobook

    Force quit, launch iPhoto and preview your book to be sure it is ok and correct as the printed book will exactly match the preview - if it still will not upload then boot into Safe mode, preview again (safe mode has less fonts so things might change) and if it is good order while in safe mode
    LN

  • ICloud backup failed message

    Trying to enable iCloud on my new iPhone, I keep getting a message that states:  iCloud Backup Failed: There was a problem enabling iCloud storage.  Why is this?  Also, I can't seem to sync my Address book contacts to iPhone as well.  Any advice?
    Thanks,
    Richard

    Same problem here...
    I just upgraded my 3GS to iOS5 and signed into iCloud using my Apple ID...
    Every time I click "Back Up Now" in the iCloud preferences on the iPhone, I get "There was a problem completing the backup.  Please try again later."
    On my wife's iPhone 4, I just performed a back up and there were no errors.  I tried this also on my wife's iPad 2 and it worked perfectly.
    I have tried the following:
    1. In iTunes, when my phone is connected, I selected "Back up to iCloud" on the summary tab
    2. Reset my phone using the steps in the above post
    3. Deleted the iCloud account on my iPhone and logged in again
    4. Tried to backup from 3 different wireless networks
    None of the steps above fixed the issue which has been going on all day for me...
    Any other help would be great - thanks!

Maybe you are looking for

  • Problem with NSU & Win7 !!

    Hi, I am installed NSU v2.4.3 from Nokia beta labs site,and it must run on Win.7 as site said, but i can't Who can help me pleas ?

  • Problem in Overall Result of querie

    Hello Guys, Iu2019m in trouble and need your help. Iu2019m creating a simple query over the Standard Material Stocks Infocube. The requirement is to have 4 column and drill down in lines: 1 u2013 Stock quantity issued in Specific date (from begin dat

  • Yet another LE 8/LP 8 comparison questions

    Good morning ! When I learned about Logic 8 this morning, I've browsed all the posts in this forum to learn about what differs between LE 8 and Logic Studio, to see which one best suits my needs. I still didn't see a clear answer to my interrogation,

  • Finding difficulty in using Acrobat Editor, need some tutorials or online help in editing pdf's

    finding difficulty in using Acrobat Editor, need some tutorials or online help in editing pdf's

  • SFG cost same as the Raw Material price consumed

    Hi all, Is it possible for us to have the SFG price same as the price we consume? Reason being is that they want to carry the same cost to the next stage, let say consumption cost is RM 500, the SFG produced need to be RM500. Say RM->SFG1->SFG2->FG,