I lost all my saved e-mails.  Can I recover?

I lost all my saved e-mails on my desktop and cannot send e-mails??

Do you have a backup you can restore from?
Troubleshooting sending and receiving email messages
Troubleshooting sending email messages

Similar Messages

  • I just updated my friends ipad 2 for the 1st time since he bought it, we lost all photos and videos. how can i recover them? he didn't had the chance to sync it on his itunes.thanks

    i just updated my friends ipad 2 for the 1st time since he bought it, we lost all photos and videos. how can i recover them? he didn't had the chance to sync it on his itunes.thanks

    If you have no backup:
    Download past purchase
    http://support.apple.com/kb/HT2519

  • I upgraded to OS X Mavericks and lost all my documents. How can I recover them?

    Tonight I upgraded to OS X Mavericks, it asked me to create an account and now it seems I have 2 users and I have lost all my documents, photos, music, etc.
    How can I switch to the previous user?
    or
    How can I recover all my lost files?
    Thank you for your help!

    THank you so much, this helped me as well! I was freaking out!

  • Firefox crashed last week and I've lost all my bookmarks, I've tried to recover them to no avail. Can you please help me? Many thanks

    Firefox crashed last week and I've lost all my bookmarks, I've tried to recover them to no avail. Can you please help me? Many thanks

    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    See also:
    *http://kb.mozillazine.org/Lost_bookmarks
    *http://kb.mozillazine.org/Backing_up_and_restoring_bookmarks_-_Firefox
    *https://support.mozilla.org/kb/Lost+Bookmarks

  • My e-mail address "@me" keeps bouncing all my incoming e-mails, can anybody help?

    my e-mail address "@me" keeps bouncing all my incoming e-mails, can anybody help?

    We can't help here. You probably want to contact iCloud support to ask what's going on.

  • Updating to iPhoto 9.5.1 lost all my photos. How can I retreive them?

    Updating to iPhoto 9.5.1 lost all my photos. How can I retreive them?
    I'm on a MacBook Pro using OS X version 10.9.5.
    When I attempted to edit a photo in the version I had at the time, I got a message that I must update to iPhoto 9.5.1 to use that function. So I did so. When I reopened iPhoto, all my photos were gone. I looked for them in finder but found none of my photos there in the iPhoto library either.
    My Time Machine backup, directs me back to iPhoto.
    I just want to re-load my photos. Can you help?

    What do you see when you launch iPhoto? How big is your iPhoto library? Where is it located?
    Directions for using Time Machine to restore are at the bottom of this article - Mac Basics: Time Machine backs up your Mac - Apple Support
    And note you NEVER use the finder to access your photos - you only access them using the proper tools - How to Access Files in iPhoto
    LN

  • HT4623 After I updated my iPad to iOS 6.1.3 from iTunes on my MacBookPro today, I lost all my apps. How can I get them back?

    After I updated my iPad to iOS 6.1.3 from iTunes on my MacBookPro today, I lost all my apps. How can I get them back?

    You can also download past purchase
    http://support.apple.com/kb/HT2519

  • When my photos were moved from iPhoto to Photos in the last system upgrade, they lost all their titles. How can I restore them?

    In the latest Yosemite upgrade, my photos were migrated from iPhotos to Photos and lost all their titles. How can I restore them?

    There is an Applescript, File Name to Title,  provided by user léonie that will put the file name of any selected photos into the Title field for that photo.  If there already is a title in that field under the thumbnail it will not replace it with the file name. 
    tell application "Photos"
      activate
      set imageSel to (get selection) -- get a list of selected images
      set counter to 1
      set currentfilename to ""
      if imageSel is {} then
      error "Please select an image."
      else
      repeat with im in imageSel
      set title to the name of im
      if not (exists (title)) then
      set currentfilename to the filename of im as text -- retrieve the filename of image "Im"
      set newname to currentfilename & "." & counter
      set counter to counter + 1 -- increment the counter
      set the name of im to newname -- write the newname to the title field
      end if
      end repeat
      end if
      return currentfilename -- return the filename of the last image
    end tell
    Copy the script above, open Applescript Editor and past it into the open window.  Compile and save as an Applescript application.  Put the app in the Applications folder and drag into the Dock. Now you can select images in Photos and launch the app from the Dock and it will do it's thing.  It is a bit slow so can take some time for a large number of images depending on the speed of your Mac.
    Just to be on the safe side create an album with a few titled and untitled photos and run it on them.

  • I've done a project on iMovie, after it finished finalising, i just closed iMovie, now i think i've lost all my work because i can't find it and when i found it, the movie was just black - please help

    I've done a project on iMovie, after it finished finalising, i just closed iMovie, now i think i've lost all my work because i can't find it and when i found it, the movie was just black - please help

    Hi
    More info please
    • Free space on - Start-Up (Mac OS) Hard Disk ? How much ?
    • Any other hard disks connected ? Formatted as ?
    Yours Bengt W

  • HT204053 I am using my Apple ID for me and for my wife. when I sync. the phones i lost all my wife contact. how do i recover the contact from i cloud?

    I am using my Apple ID for me and for my wife. when I sync. the phones i lost all my wife contact. how do i recover the contact from i cloud?

    While I have a few ideas, I think you'd have better luck troubleshooting this in the iCloud forum.

  • RMAN-05556: not all datafiles have backups that can be recovered to SCN

    Oracle 11.2.0.2 SE-One
    Oracle Linux 5.6 x86-64
    Weekly refresh of a test db from prod, using rman DUPLICATE DATABASE, failed with “RMAN-05556: not all datafiles have backups that can be recovered to SCN”
    Background Summary:
    Weekly inc 0 backup of production starts on Sunday at 0100, normally completes around 1050.  Includes backups of archivelogs
    Another backup of just archivelogs runs on Sunday at 1200, normally completes NLT 1201.
    On the test server, the refresh job starts on Sunday at 1325.  In the past this script used a set until time \"to_date('`date +%Y-%m-%d` 11:55:00','YYYY-MM-DD hh24:mi:ss')\"; -- hard-coded for ‘today at 11:55’.
    For a variety of reasons I decided to replace this semi-hard coding of the UNTIL with a value determined by querying the rman catalog, getting the completion time of the inc 0 backup.  This tested out just fine in my vbox lab, even when I deliberately drove some updates and log switches during the period the backup was running.  But the first time to go live I got the above reported error.
    Details:
    The key part of the inc 0 backup is this (run from a shell script)
    export BACKUP_LOC=/u01/backup/dbprod
    $ORACLE_HOME/bin/rman target=/ catalog rman/***@rmcat<<EOF
    configure backup optimization on;
    configure default device type to disk;
    configure retention policy to recovery window of 2 days;
    crosscheck backup;
    crosscheck archivelog all;
    delete noprompt force obsolete;
    delete noprompt force expired backup;
    delete noprompt force expired archivelog all;
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '$BACKUP_LOC/%d_%F_ctl.backup';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '$BACKUP_LOC/%U.rman' MAXPIECESIZE 4096 M;
    sql "alter system archive log current";
    show all;
    backup as compressed backupset archivelog all delete all input format "$BACKUP_LOC/%U.alog";
    backup as compressed backupset incremental level 0 database tag tag_dbprod;
    sql "alter system archive log current";
    backup as compressed backupset archivelog all delete all input format "$BACKUP_LOC/%U.alog";
    list recoverable backup;
    EOF
    The archivelog-only backup (runs at noon) looks like this:
    export BACKUP_LOC=/u01/backup/dbprod
    $ORACLE_HOME/bin/rman target=/ catalog rman/***@rmcat<<EOF
    configure backup optimization on;
    configure default device type to disk;
    configure retention policy to recovery window of 2 days;
    crosscheck backup;
    crosscheck archivelog all;
    delete noprompt force obsolete;
    delete noprompt force expired backup;
    delete noprompt force expired archivelog all;
    configure controlfile autobackup on;
    configure controlfile autobackup format for device type disk to '$BACKUP_LOC/%d_%F_ctl.backup';
    CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '$BACKUP_LOC/%U.rman' MAXPIECESIZE 4096 M;
    sql "alter system archive log current";
    show all;
    backup as compressed backupset archivelog all delete all input format "$BACKUP_LOC/%U.alog";
    list recoverable backup;
    EOF
    And the original refresh looked like this:
    >> a step to ftp the backups from the prod server to the test server, and some other housekeeping  <<, then
    cd /backup/dbtest
    echo "connect catalog rman/***@rmcat" >  /backup/dbtest/dbtest_refresh.rman
    echo "connect target sys/*******@dbprod" >> /backup/dbtest/dbtest_refresh.rman
    echo "connect auxiliary /"             >> /backup/dbtest/dbtest_refresh.rman
    echo "run {"                           >> /backup/dbtest/dbtest_refresh.rman
    echo "set until time \"to_date('`date +%Y-%m-%d` 11:55:00','YYYY-MM-DD hh24:mi:ss')\";"  >> /backup/dbtest/dbtest_refresh.rman
    echo "duplicate target database to DBTEST;"  >> /backup/dbtest/dbtest_refresh.rman
    echo "}" >> /backup/dbtest/dbtest_refresh.rman
    So, my mod to the refresh was
    bkup_point=`sqlplus -s rman/***@rmcat <<EOF1
    set echo off verify off feedback off head off pages 0 trimsp on
    select to_char(max(completion_time),'yyyy-mm-dd hh24:mi:ss')
    from rc_backup_set_details
    where db_name='DBPROD'
    and backup_type='D'
    and incremental_level=0
    exit
    EOF1`
    cd /backup/dbtest
    echo "connect catalog rman/***@rmcat"     > /backup/dbtest/dbtest_refresh.rman
    echo "connect target sys/*******@dbprod"    >> /backup/dbtest/dbtest_refresh.rman
    echo "connect auxiliary /"                >> /backup/dbtest/dbtest_refresh.rman
    echo "run {"                              >> /backup/dbtest/dbtest_refresh.rman
    echo "set until time \"to_date('${bkup_point}','YYYY-MM-DD hh24:mi:ss')\";"  >> /backup/dbtest/dbtest_refresh.rman
    echo "duplicate target database to DBTEST;" >> /backup/dbtest/dbtest_refresh.rman
    echo "}"                                  >> /backup/dbtest/dbtest_refresh.rman
    Now the fun begins.
    First, an echo in the refresh script confirmed the ‘bkup_point’:
    =======================================================
    We will restore to 2013-08-25 10:41:38
    =======================================================
    Internally, rman reset the ‘until’ as follows:
    executing command: SET until clause
    Starting Duplicate Db at 25-Aug-2013 15:35:44
    allocated channel: ORA_AUX_DISK_1
    channel ORA_AUX_DISK_1: SID=162 device type=DISK
    contents of Memory Script:
       set until scn  45633141350;
    Examining the result of LIST BACKUP (the last step of all of my rman scripts) the full backup shows this:
    BS Key  Type LV Size       Device Type Elapsed Time Completion Time    
    5506664 Full 61.89M     DISK        00:00:03     25-Aug-2013 02:11:32
            BP Key: 5506678   Status: AVAILABLE  Compressed: NO  Tag: TAG20130825T021129
    Piece Name: /u01/backup/dbprod/DBPROD_c-3960114099-20130825-00_ctl.backup
      SPFILE Included: Modification time: 24-Aug-2013 22:33:08
      SPFILE db_unique_name: DBPROD
      Control File Included: Ckp SCN: 45628880455   Ckp time: 25-Aug-2013 02:11:29
    BS Key Type LV Size       Device Type Elapsed Time Completion Time    
    5507388 Incr 0 206.03G    DISK        08:30:00     25-Aug-2013 10:41:30
      List of Datafiles in backup set 5507388
      File LV Type Ckp SCN    Ckp Time             Name
      1    0 Incr 45628880495 25-Aug-2013 02:11:38 +SMALL/dbprod/datafile/system.258.713574775
      >>>>>>>>> snip lengthy list <<<<<<<<<
      74   0 Incr 45628880495 25-Aug-2013 02:11:38 +SMALL/dbprod/event_i2.dbf
      Backup Set Copy #1 of backup set 5507388
      Device Type Elapsed Time Completion Time      Compressed Tag
      DISK        08:30:00     25-Aug-2013 10:41:36 YES        TAG_DBPROD
        List of Backup Pieces for backup set 5507388 Copy #1
        BP Key  Pc# Status      Piece Name
        5507391 1   AVAILABLE   /u01/backup/dbprod/eeoi55iq_1_1.rman
        >>>>>>>>>>>>> snip lengthy list <<<<<<<<<<<
        5507442 52  AVAILABLE   /u01/backup/dbprod/eeoi55iq_52_1.rman
    Notice the slight difference in time between what is reported in the LIST BACKUP and what was reported by my query to the catalog.
    Continuing with the backup list, the second archivelog  backup in the script generated six backupsets.  The fifth set  showed:
    BS Key Size       Device Type Elapsed Time Completion Time    
    5507687 650.19M DISK        00:02:18     25-Aug-2013 10:54:53
            BP Key: 5507694   Status: AVAILABLE  Compressed: YES  Tag: TAG20130825T104156
    Piece Name: /u01/backup/dbprod/ekoi643j_1_1.alog
      List of Archived Logs in backup set 5507687
      Thrd Seq     Low SCN    Low Time             Next SCN   Next Time
      1    1338518 45632944587 25-Aug-2013 05:58:18 45632947563 25-Aug-2013 05:58:20
        >>>>>>>>>>>>> snip lengthy list <<<<<<<<<<<
      1    1338572 45633135750 25-Aug-2013 10:08:21 45633140240 25-Aug-2013 10:08:24
      1    1338573 45633140240 25-Aug-2013 10:08:24 45633141350 25-Aug-2013 10:30:06
      1    1338574 45633141350 25-Aug-2013 10:30:06 45633141705 25-Aug-2013 10:41:51
      1    1338575 45633141705 25-Aug-2013 10:41:51 45633141725 25-Aug-2013 10:41:55
    Notice the availability of the archivelogs including the referenced scn.
    Investigation of the ftp portion of the refresh script confirmed that all backup pieces were copied from the prod server.
    So what am I overlooking?  Having reverted back to the original script to get the refresh completed,

    HemantKChitale wrote:
    So, technically, you only need the database and archivelogs backed up by the database script and not the noon run of the archivelog backup.
    backup as compressed backupset archivelog all delete all input format "$BACKUP_LOC/%U.alog";
    backup as compressed backupset incremental level 0 database tag tag_dbprod;
    sql "alter system archive log current";
    backup as compressed backupset archivelog all delete all input format "$BACKUP_LOC/%U.alog";
    Yet, why does backupset 5 of the noon archivelog backup show archivelogs from 10:30 to 10:40  if they had been deleted by the database backup script which has a delete input ?  It is as if the database backup script did NOT delete the archivelogs and the noon run was the one to backup the archivelogs (again ?)
    No, that is from the morning full backup.  Note the 'Completion Time" of 25-Aug-2013 10:54:53
    However, the error message seems to point to a datafile.  Why would reverting the recovery point to 11:55 make a difference, I wonder.
    As do I.
    Also puzzling to me are the times associated with the completion of the backups.  I don't recall ever having to scrutinize a backup listing this closely so I'm sure it's just a matter of filling in some gaps in my understanding, but I noticed this.  The backup report (list backup;) shows this for the inc 0 backup:
    BS Key  Type LV Size  
    Device Type Elapsed Time Completion Time
    5507388 Incr 0  206.03G
    DISK   
    08:30:00
    25-Aug-2013 10:41:30   ------- NOTE THE COMPLETION TIME ----
      List of Datafiles in backup set 5507388
      File LV Type Ckp SCN
    Ckp Time        
    Name
      1
    0  Incr 45628880495 25-Aug-2013 02:11:38 +SMALL/dbprod/datafile/system.258.713574775
    ------ SNIP ------
      74   0  Incr 45628880495 25-Aug-2013 02:11:38 +SMALL/dbprod/event_i2.dbf
      Backup Set Copy #1 of backup set 5507388
      Device Type Elapsed Time Completion Time 
    Compressed Tag
      DISK   
    08:30:00
    25-Aug-2013 10:41:36 YES   
    TAG_DBPROD   ------- NOTE THE COMPLETION TIME ----
    List of Backup Pieces for backup set 5507388 Copy #1
    BP Key  Pc# Status 
    Piece Name
    5507391 1   AVAILABLE   /u01/backup/dbprod/eeoi55iq_1_1.rman
    ------ SNIP ------
    5507442 52  AVAILABLE   /u01/backup/dbprod/eeoi55iq_52_1.rman
    Then the autobackup of the control file immediatly following:
    BS Key  Type LV Size  
    Device Type Elapsed Time Completion Time
    5507523 Full
    61.89M
    DISK   
    00:00:03
    25-Aug-2013 10:41:47   ------- NOTE THE COMPLETION TIME ----
    BP Key: 5507587   Status: AVAILABLE  Compressed: NO  Tag: TAG20130825T104144
    Piece Name: /u01/backup/dbprod/DBPROD_c-3960114099-20130825-01_ctl.backup
      SPFILE Included: Modification time: 25-Aug-2013 05:57:15
      SPFILE db_unique_name: DBPROD   
      Control File Included: Ckp SCN: 45633141671   Ckp time: 25-Aug-2013 10:41:44
    Then the archivelog backup immediately following (remember, this created a total of 5 backupset, I'm showing number 4)
    BS Key  Size  
    Device Type Elapsed Time Completion Time
    5507687 650.19M
    DISK   
    00:02:18
    25-Aug-2013 10:54:53   ------- NOTE THE COMPLETION TIME ----
    BP Key: 5507694   Status: AVAILABLE  Compressed: YES  Tag: TAG20130825T104156
    Piece Name: /u01/backup/dbprod/ekoi643j_1_1.alog
      List of Archived Logs in backup set 5507687
      Thrd Seq
    Low SCN
    Low Time        
    Next SCN   Next Time
      1
    1338518 45632944587 25-Aug-2013 05:58:18 45632947563 25-Aug-2013 05:58:20
    ------ SNIP ------
      1
    1338572 45633135750 25-Aug-2013 10:08:21 45633140240 25-Aug-2013 10:08:24
      1
    1338573 45633140240 25-Aug-2013 10:08:24 45633141350 25-Aug-2013 10:30:06
      1
    1338574 45633141350 25-Aug-2013 10:30:06 45633141705 25-Aug-2013 10:41:51
      1
    1338575 45633141705 25-Aug-2013 10:41:51 45633141725 25-Aug-2013 10:41:55
    and the controlfile autobackup immediately following:
    BS Key  Type LV Size  
    Device Type Elapsed Time Completion Time
    5507984 Full
    61.89M
    DISK   
    00:00:03
    25-Aug-2013 10:55:07   ------- NOTE THE COMPLETION TIME ----
    BP Key: 5508043   Status: AVAILABLE  Compressed: NO  Tag: TAG20130825T105504
    Piece Name: /u01/backup/dbprod/DBPROD_c-3960114099-20130825-02_ctl.backup
      SPFILE Included: Modification time: 25-Aug-2013 05:57:15
      SPFILE db_unique_name: DBPROD
      Control File Included: Ckp SCN: 45633142131   Ckp time: 25-Aug-2013 10:55:04
    and yet, querying the rman catalog
    SQL> select to_char(max(completion_time),'yyyy-mm-dd hh24:mi:ss')
      2  from rc_backup_set_details
      3  where db_name='DBPROD'
      4  and backup_type='D'
      5  and incremental_level=0
      6  ;
    TO_CHAR(MAX(COMPLET
    2013-08-25 10:41:38
    SQL>
    which doesn't match (to the second) the completion time of either the full backup or the associated controlfile autobackp.
    Hemant K Chitale
    I hope this posts in a readable, understandable manner.  I really struggeled with the 'enhanced editor', which I normally use.  When I pasted in blocks from the rman report, it kept trying to make some sort of table structure out of it .... guess I'll have to follow that up with a question in the Community forum ....

  • HT1863 Hi! I do have Apple care, but I have lost all the papers, is it possible to recover it by telling you my hardware number?  thank you!

    Hi! I do have Apple care, but I have lost all the papers, is it possible to recover it by telling you my hardware number?  thank you!Hi! I do have Apple care, but I have lost all the papers, is it possible to recover it by telling you my hardware number?  thank you!

    Try:
    <https://selfsolve.apple.com/agreementWarrantyDynamic.do>

  • Lost all my Sent Messages / How can I find them?

    I lost all my Sent Messages and I need them very much!! How can I recover them?
    CRISMADRI

    Hello and Welcome to Apple Discussions ...
    Are you using Mac Mail or internet based like Yahoo or GMail?
    If it's Mac Mail, with the Mail application open, from the Menu Bar click Mail/Preferences/Accounts/Mailbox Behaviors. You will see Drafts, Sent, Junk and Trash. Where it says Sent, do you have the button selected where it says: Store sent messages on the server. ???
    This from the Mac Mail Help Viewer:
    I can't find email messages stored on the mail server
    If you have an IMAP email account and you set the account preferences to store copies of messages (draft, sent, junk, or trash) on the IMAP mail server, you might experience situations in which your messages are not stored where you expected.
    When Mail attempts to store messages on the server, it looks for specific mailboxes, by name, in which to put the messages. If Mail doesn't find those mailboxes on the server, it tries to create them. If Mail can't create them on the server, it can't store the messages. For example, Mail looks on the server for a mailbox called Sent Messages in which to put the sent messages. If Mail can't find a Sent Messages mailbox on the server, it tries to create one. If it cannot, it doesn't save copies of messages you send. You might be able to address this issue if there is another mailbox on the IMAP server (for example, Sent Items) that contains the messages you're looking for. You can have Mail use that mailbox to store its sent messages. To do so, select that mailbox (listed under the account's name and icon) in the Mail viewer window, choose Mailbox > Use This Mailbox For and then choose Drafts, Junk, Sent, or Trash, as applicable. You can select any mailbox on your IMAP server to use to store draft, sent, junk, or deleted messages.
    If you change the account preferences to no longer store copies of messages on the mail server, you'll see that messages aren't where they used to be. To use sent messages as an example: If you were saving sent messages on the server and then change your settings to save those messages on your computer, the Sent mailbox will change to contain only messages stored on your computer; messages that were stored on the server will no longer appear in that mailbox. Instead, you'll see those messages are now located under the account's name and icon at the bottom of the list of mailboxes, in a mailbox called Sent Messages. Similarly, if you change from saving sent messages on your computer to saving them on the server, the Sent Messages mailbox will change to contain only messages stored on the server. You'll now see the messages that were saved on your computer in a mailbox called Sent Messages, followed by the account name in parentheses, such as Sent Messages (.Mac Account).
    Carolyn

  • Exchange synced and lost all email on MacBook (mail 4.6)

    Our company internal server died on Tuesday, internal web mail (exchange) / was a full loss. 
    I still had all emails and folders on my MacBook &amp; iPad.
    We switched to web hosted exchange Friday. Set up the new account to export all emails from MacBook but exchange synced first,I lost all emails &amp; folders etc. (I have a complete set on my iPad still though) 
    I understand that imap &amp; pop are saved to mail but exchange emails and folders are not. (unless you create a new mailbox, select all, copy and export to a file)
    I changed my default mail account to gmail on Tuesday to continue working &amp; I tried to forward exchange emails from my iPad using my gmail account as the default but it sits in the outbox.
    I tried to backup with time machine last week but my external is almost full &amp; it won't overwrite.
    Question:
    Are the emails still on my MacBook somewhere? Snow leopard 10.6.8
    can i recover the lost emails and folders somehow? (mail 4.6)
    or export from iPad to the MacBook or exchange? (Without losing them also.)
    Any help would greatly appreciated.

    Are the emails still on my MacBook somewhere?
    If the mail is still on your computer it would be in your user Library/Mail - your mailboxes are in that folder.
    can i recover the lost emails and folders somehow?
    Do you have a backup you can restore from?

  • Ok so we bought an ipodtouch for my daughter and when she connected to the computer all of a sudden she lost all her pics and she can no longer connect to the app store on  her ipod.. any suggestions why and what can be done?

    ok so we bought an ipod touch for my daughter and when she connected it to the computer after she downloaded itunes, she was asked if it was her ipod or a new one, so she clicked on her ipod and lost all her recent pics plus is unable to locate the app store on her safari on her ipod touch. any suggestions as to what went wrong or what should be done ? should we restore or what?
    much appreciated if there is anyone else who had this happen to them.

    - The iPod got erased since it sounds iTunes identified that the iPod has been synced with another computer and she said yes to making this computer her syncing computer. It could also she restored the iPod from the backup of another iPod, iPhone or iPad that was in iTunes. If in iTunes you go to Preferences>Devices is there a backup listed for her iPod with a date/time when she first connected the iPod to the computer. If so then restore the iPod from that backup.
    iOS: How to back up
    Note synced media like apps and music are not included in the backup,
    You can redownload iTunes purchases by:
      Downloading past purchases from the App Store, iBookstore, and iTunes Store
    - Regarding the App store. The App store is not in Safari. It is a separate app. Also, could the Apple store be hidden by Restrictions? Settings>General>Restrictions. Further, can you find the App store via the Spotlight search on the iPod?

Maybe you are looking for

  • Roles in Solar02

    Hi! In Solar02 transaction, under column ' type' I see a object name ' rolle'(roles). Has anyone used this feature? Does it help in building security roles and profiles. Thanks. Mike

  • I/O MODULE

    "In my project, i want to use FPGA and I/O Modules at the same time. But i dont want to use these modules under the FPGA target. I should use them under the cRIO chassis. First, i run them  without adding the FPGA target on the cRIO and i can observe

  • How do I put something from iPhoto into iCloud?

    I'm trying to put photos from iPhoto into iCloud and am not sure how to access iCloud?

  • Extracting file name from directory folder

    Hi, I need to loop a folder to retrieve out individual files. Is there any way to do it?? Thank You! Michelle

  • Illustrator CC Startet nicht

    Hallo liebe Community, hab ein großes Problem mit Illustartor cc und weiß mir nicht mehr zu helfen. Habe Windows 8.1 und habe mir Illustrator CC installiert. Das Problem besteht darin das nachdem ich das Programm gestartet habe, es sich sofort wieder