Alright guys I need some help here with itunes and my music files

     Basically, I've had two apple accounts in the past like 4 years.  One day I connect my Ipod touch to my computer and downloaded an update from Itunes, not knowing that it erases all your content.  I didnt have my music files backed up either, so I ended up losing over $300 worth of music and apps.  Ever since then I never updated my touch, from the fear of losing my music.  Now that I have my own apple account, I have music files from the first account and my account.  My question is how can I back both of these groups of files up and update my ipod without losing any of this content!?  I would really appreciate a step by step process etc.  Thanks guys for helping me out!
-Colin Wagner

You can always redownload iTunes purchases by:
Downloading past purchases from the App Store, iBookstore, and iTunes Store
You can transfer iTunes purchases to your computer by:
iTunes Store: Transferring purchases from your iOS device or iPod to a computer

Similar Messages

  • Hey Guys, I need some help here

    Im doing some create view and create procedures for my work.
    In creating view, its just done perfectly.
    However with create procedures work, I got some problem with the result.
    So here is the coding:
    create or replace
    PROCEDURE "USP_EDW_CASH_MARGIN"
    result_cursor          OUT     TYPES.cursor_type
    AS
    CURSOR v_cursor IS
    SELECT
    to_char (CM100,'99999999999999.99'),
    to_char (CM101,'99999999999999.99'),
    to_char (CM200,'99999999999999.99'),
    to_char (CM300,'99999999999999.99'),
    to_char (CM301,'99999999999999.99'),
    to_char (CM310,'99999999999999.99'),
    to_char (CM320,'99999999999999.99'),
    to_char (CM400,'99999999999999.99'),
    to_char (CM401,'99999999999999.99'),
    to_char (CM402,'99999999999999.99'),
    to_char (CM500,'99999999999999.99'),
    to_char (CM720,'99999999999999.99'),
    to_char (CM730,'99999999999999.99'),
    to_char (CM740,'99999999999999.99'),
    to_char (CM999,'99999999999999.99')
    FROM VW_CASH_MARGIN a;
    v_id varchar2(100);
    v_row varchar2(4000);
    v_clob CLOB;
    v_buffer varchar2(10000);
    BEGIN
    v_id := 'EDW_CASH_MARGIN';
    DELETE FROM TBL_INTERFACE_DATA WHERE cd = v_id;
    INSERT INTO TBL_INTERFACE_DATA (CD,INT_DATA,DT_CREATED)
    VALUES (v_id,EMPTY_CLOB(),(SELECT CURR_PROC_DATE FROM TBL_PROC_DATE));
    SELECT INT_DATA INTO v_clob
    FROM TBL_INTERFACE_DATA
    WHERE CD = v_id
    FOR UPDATE;
    OPEN v_cursor;
    v_buffer := '';
    dbms_output.put_line(LENGTH(v_buffer));
    LOOP
    FETCH v_cursor INTO v_row;
    EXIT WHEN v_cursor%NOTFOUND;
    if (length(v_buffer) + length(v_row)) < 10000 or v_buffer is null then
    v_buffer := v_buffer || v_row;
    else
    DBMS_LOB.WRITEAPPEND(v_clob, LENGTH(v_buffer), v_buffer);
    v_buffer := v_row;
    end if;
    END LOOP;
    if LENGTH(v_buffer) > 0 then
    DBMS_LOB.WRITEAPPEND(v_clob, LENGTH(v_buffer)-1, v_buffer);
    end if;
    CLOSE v_cursor;
    OPEN result_cursor FOR
    SELECT 'success' AS status FROM dual;
    END;
    After i run this coding.
    I got these errors :
    1)Error(46,5): PL/SQL: SQL Statement ignored.
    2)Error(46,5): PLS-00394: wrong number of values in the INTO list of a FETCH statement
    It says that the error is with this code "FETCH v_cursor INTO v_row;"
    Can someone please help me.

    ok let me explain with emp table.
    DECLARE
    CURSOR c IS SELECT ename,sal FROM emp;
    v_ename VARCHAR2(2000);
    BEGIN
    OPEN c;
    LOOP
    FETCH c INTO v_ename;
    EXIT WHEN c%NOTFOUND;
    Dbms_Output.put_line(v_name);
    END LOOP;
    CLOSE c;
    END;Here i'm selecting 2 columns in the cursor and getting into one variable.
    So i'm getting error like this
    ORA-06550: line 7, column 1:
    PLS-00394: wrong number of values in the INTO list of a FETCH statement
    ORA-06550: line 7, column 1:
    PL/SQL: SQL Statement ignored
    DECLARE
    CURSOR c IS SELECT ename,sal FROM emp;
    v_ename VARCHAR2(2000);
    v_sal NUMBER(10);
    BEGIN
    OPEN c;
    LOOP
    FETCH c INTO v_ename,v_sal;
    EXIT WHEN c%NOTFOUND;
    Dbms_Output.put_line(v_ename||v_sal);
    END LOOP;
    CLOSE c;
    END;Here i'm selecting 2 columns in the cursor and getting into two different variables.so no error.
    DECLARE
    CURSOR c IS SELECT ename,sal FROM emp;
    v_row c%rowtype; -->record type declaration
    BEGIN
    OPEN c;
    LOOP
    FETCH c INTO v_row;
    EXIT WHEN c%NOTFOUND;
    Dbms_Output.put_line(v_row.ename||v_row.sal);---> Here i'm mentioning which column to be printed
    END LOOP;
    CLOSE c;
    END;Same thing i'm getting all columns variable into the records so no error.
    and also pls read this
    How to ask question
    SQL and PL/SQL FAQ

  • Really need some help here to try and get Fios services in my building

    I have been trying to convince my landlord for months to get Fios in the building.  Here is a recent email exchange with him.  Does anyone know if any of this is true, about the install damages?  If it is true, then Verizon needs to get their act together! 
    Here is the email exchange. 
    D-
    I am sorry but we have no plans to let Verizon in to this building. They do
    a lot of damage to the building and do not make the repairs after or pay for
    any damages they do.
    Thanks,
    Steven
    -----Original Message-----
    From: D
    Sent: Tuesday, April 24, 2012 12:19 PM
    To: {edited for privacy}
    Subject: Question
    Hey Steve,
    Could you please do me a favor and speak with the building owner once again
    about Fios?  I know you mentioned he wasn't to keen on the idea of them
    doing the install but it would really make a big difference.  As of right
    now my iPad's cellular connected internet is faster for $30/mo than the
    $120/mo I'm paying Time Warner.  On top of that, I can't even watch HD
    movies on demand.  I've had TWC out here twice in the last four months and
    every time they claim nothing is wrong.  Its very frustrating.  I'll do
    almost anything I can to assist in this.  Please let me know if you can do
    anything.
    Thank you as always!

    james211 wrote:
    I have been trying to convince my landlord for months to get Fios in the building.   
    If your landlord doesn't want FIOS in the building, then it's not going to happen.
    Vote with your wallet and move.

  • Hi, Someone Know why my charger is not working properly but always it was been working good but now when conect my iphone (3gs) shows a yellow triangle saying : Charging is not supported with this accessory. Please I need some help here. Thanks =D

    Hi Someone Know why my charger is not working properly but always it was been working good but now when conect my iphone (3gs) appears a golden triangle saying :Charging is not Supported with this accessory. Please I Need Some Help Here. Thanks =D

    sounds like the cable or the iphone connector are somehow damaged

  • Need some help here on the proper settings for quicktime exporting from imovie that won't degredate the footage from my handycam

    need some help here on the proper setting for quicktime exporting that won't denegrate my footage from handycam canon fs200

    What are the existing settings iMovie?
    Al

  • Cannot get slide show in full screen mode to come up on secondary monitor regardless of how I set up show it always opens on primary screen.  Need some help here.

    Slide show in PowerPosint for mac 2011 on iMac will not open full screen mode on secondary monitor.  Regardless of how I set the slide show preferences it always opens on primary monior with secondardy monitor having totally balck screen.  Need some help if anyone else has run into this problem.

    You should contact Microsoft for Mac Support  and/or post in their forums.

  • Hey I need a code for an Itunes 25$ gift card because when I scratched with a coin like it says it scratched the code right of and its unreadable. I need some help here.

    What I want is a code so I can buy my Lord of the Rings Extended Edition Videos because its upseting to see how easy it is to ruin these codes. The code was for 25$ for Itunes and now its ruined please help me its Christmas and I just got my Ipod Touch.

    iTunes Store: Invalid, inactive, or illegible codes
    http://support.apple.com/kb/TS1292

  • Need Some Help Here From The Pros....

    Hi all...Im new here you see. I have some questions here..
    1) May I ask if anyone could just tell me how to actually create a partition like Windows do in Mac OS? I need the partition to do my backups and save some of my important documents.
    2) Can we actually create a password to secure certain of my files so that anyone wants to browse it will have to enter the password? Is it possible to do that?
    3) Im also trying to use Visor(i cant remember the name, it's a software to enable Mac to run windows without the boot camp) but i tried on my friend's Macbook, I cant use the MSN camera function... Anybody have any idea??? Or it's not compatible with the camera built-in.
    4) I want to use "3D Studio Max", its it compatible with Mac OS??? and will it be laggish if i uses macbook 13" white?
    Please help....

    Hi!
    1) May I ask if anyone could just tell me how to actually create a partition like Windows do in Mac OS? I need the partition to do my backups and save some of my important documents.
    With your external drive attached, open Disk Utility, found in Applications/Utilities. Choose your drive on the left, and use the Partition tab to set up the number and type of partitions. Partitioning will delete all data on the drive.
    2) Can we actually create a password to secure certain of my files so that anyone wants to browse it will have to enter the password? Is it possible to do that?
    Don't forget that the Mac, just like Windows, is multi-user. You can set up a user for yourself and one for guests or specific people. Nobody can see anybody else's files. You can lock your computer when you go away from the desk if you want absolute privacy.
    Or, you can create an encrypted disk image (also using Disk Utility) to store private files if you really want to stick with one user account.
    3) Im also trying to use Visor(i cant remember the name, it's a software to enable Mac to run windows without the boot camp) but i tried on my friend's Macbook, I cant use the MSN camera function... Anybody have any idea??? Or it's not compatible with the camera built-in.
    Do you mean VMWare Fusion? I believe iSight support is included in the VMWare Tools - when you're running Fusion, there's a menu option to install/update those tools.
    4) I want to use "3D Studio Max", its it compatible with Mac OS??? and will it be laggish if i uses macbook 13" white?
    I believe it's Mac only, so you should check the Windows specs (RAM requirements, graphic card VRAM, etc) to see if you can run it within a virtual Windows on your Macbook.
    Matt

  • My new K7N2-Delta need some help here!

    Recently i bought a brand new k7n2 delta L and i need some advice on how to overclock with this new mobo, with the km2m it was piece of cake but this is a little bit more complete. I will appreciate the help and tips in this matter more over because my first attempt resulted on a non responsive system :P no post to be more clear.
    Thanks in advance.
    By the way my cpu is an athlon xp 2000+ tbred (i don't know if it is unlocked)

    read all this first
    https://forum-en.msi.com/index.php?threadid=40413&sid=
    https://forum-en.msi.com/index.php?threadid=32088&sid=
    https://forum-en.msi.com/index.php?threadid=38822&sid=

  • ITunes Match is driving me nuts! I need some help here please!

    iTunes Match hast been stuck in the Step 2 forever, 17286 out of 17287 Songs Checked, it will always get stuck there, and this is everything I've tried so far to solve the issue:
    1) Stopping the process, and turning it back on again.
    2) Updating iTunes Match in the Store Menu.
    3) Signing out of the iTunes Store and signing back in.
    4) Quiting iTunes and restaring the application.
    5) Restarting the Mac.
    6) Converting all the "Waiting" iCloud Status songs to ACC 256 VRB kbps Version, deleting the originals, keeping just the converted ones.
    But nothing seems to work, it will just stay there and do nothing.
    I've managed to Match 13193 songs and Upload another 2964 songs, but once it has stopped uploading and here I am.
    Guys, if something similar has happened to you, and you've figured it out by doing something I haven't tried yet, please let me know, it will be much appreciated.

    Try the dedicated iTunes Match forum: https://discussions.apple.com/community/itunes/itunes_match

  • Need some help here please

    My computer was sent away for repairs and among other things (it was a very sick computer) it was reformatted. When I got my computer back I downloaded iTunes and plugged my iphone in. It recognised that i had a iphone and an account but I cannot do anything with it on itunes - I cant move the apps around, I cant put music on - nothing. If anyone knows how to fix this little it would be greatly appreciated.
    P.S I am about as far from computer savvy as you can get so step by step instructions would be a bonus lol

    By design, the iphone will sync itunes content with one computer at a time. Any attempt to sync such content with a second computer will result in ALL itunes content being first erased from your phone & then replaced with the content from the second computer. This is a design feature and cannot be overridden. The itunes content sync is one way: computer to phone. If you have photos that were synced to your phone or music ripped on your own that were not backed up, you will first have to extract them from your phone using third party software:
    http://www.wideanglesoftware.com/touchcopy/index.php
    Once you've done that, do the following in the order specified:
    1. Disable auto sync when an ipod/iphone is connected under preferences in itunes, which in windows is under the edit menu.
    2. Make sure you have one contact & one event in whatever programs you use for that purpose on your computer. The entries can be fake, doesn't matter, the important point is that these programs not be empty.
    3. Connect your phone, itunes running, do not sync at this point.
    4. Store>Authorize this computer.
    5. File>Transfer Purchases(To make sure all purchased content on your phone will be in your itunes library).
    6. Right click in the device pane & select reset warnings.
    7. Right click again and select backup.
    8. Right click again & select restore from backup, select the backup you just made. When prompted to create another backup, decline.
    9. This MUST be followed by a sync to restore your itunes content, which you select from the various tabs, You'll get a popup regarding your contacts & calendars asking to merge or replace, select merge.
    That's as good as it gets without a backup of your itunes library.

  • Need some help getting my iTunes over to my new Mabook pro

    Hi:
    I am trying to populate the iTunes application on my new laptop with my song from my G5 desk top. I failed trying to burn the songs to a DVD. I needed three dvd's to hold all my songs. The process failed on disk one. But it did totally fill the disk with something as the is now worthless. it is not recognized by iDVD.
    Help need some ideas.
    Thanks
    Dan Page
    Maui, Hawaii

    Hi:
    Thank you for the reply, most appreciated.
    Did you burn as a data disc? Yes, I used iTunes "file/back up to disc".
    Why are you using iDVD to import you music?
    I had to use a DVD because I have many songs.
    The only error I got was that the first of three DVD's was not usable. I did not burn the next two.
    Thanks
    Dan Page

  • Need basic Help - SG300 with vlan and routing

    Hi,
    i need some basic help with configuring vlan/routing.
    Situation:
    DSL Router - Cisco 300 - XenServer
    192.168.1.253 - 192.168.1.19 - 192.168.1.10 (mgmt ip)
    goal is, to reach from inside xenserver vms the internet.
    vms = 192.168.2.x
    gateway ip = 192.168.2.1
    what i did:
    - configured vlan 102, tagged, with the xenserver port
    - configured on xenserver a network with vlan id 102, attached to the vm
    - this network is conntected to an external bond
    - configured ipva4 interface: vlan102 - Static - IP 192.168.2.1 (this is the gateway ip of the vms)
    - automatic configured IPv4 Route: 192.168.2.0/24 next hop 0.0.0.0, Directly connected
    So at the moment i cant ping from inside a vm to the DSL Router (192.168.2.2 to 192.168.1.253)
    any ideas what i misconfigured or whats wrong?
    cheers,
    -Marco

    Hi Tom,
    ok, that make sense. I can ping the router now inside vms from 192.168.2.x network.
    But i cant ping external adresses, error: Destination net unreachable.
    My other problem i have, i cant reach any server from outside over router portforwarding.
    How do i have to configure the upload port to the dsl router? Is it a access port or a trunk
    port with all vlans (tagged or untagged?) At the moment ive a tagged Trunkport with all vlans.
    IPv4 Interface Table
    Interface
    IP Address Type
    IP Address
    Mask
    Status
    VLAN 1
    Static
    192.168.1.19
    255.255.255.0
    Valid
    Should the VLAN1 ip adress not the router ip adress ? Do i need an additional vlan for
    the router ? At the end i like to change the switch ip from dhcp to static (change automaticly
    when switching to layer 3 mode), but ive to look for the ios commands first.
    What else do i missing ?
    Thanks a lot,
    Marcus

  • Desperately need some help!! iTunes/Quicktime/iChat/Sound problems....

    So, yesterday, I was online, on google video, and when I pressed play on the video, there was no sound, but the video worked...the same was true on every video site i checked. My computer volume was at max, and I even tested the speakers to make sure they were on, and they indeed were.
    I thought that was odd...but then the problems really started.....
    After that, I clicked on my iChat icon. It bounced once, and did not open. The same thing happened when I clicked on iTunes. 1 bounce, and then nothing. I checked to make sure all of my iTunes mp3 files were on my computer....they indeed are all still here, bit nothing I can do opens iTunes. I've run disc utilities, and disc repair...according to that, everything is peachy-keen on my computer.....but iChat and iTunes STILL will not open, and there is still no sound on anything.
    Now, i'm leaning towards the archive and install option....or even just backing up what I want to save, wiping the drive, and starting from scratch.....but i'd really like to not have that happen.
    (and, as a side question, if all I want to save are images, several documents, and many mp3 files, would everything be okay if I just backed them up on an external drive, and then loaded them back on to my computer after reinstalling OS X?)
    Sorry about the length of this, but I am at my wit's end, and I have no idea what to do.

    by third-party, do you mean things I installed that are not manufactured by mac? If that is the case, I have microsoft office, Smart Music, Flip4mac, and Senuti.
    I got rid of Flip4Mac to see if that affected my sound problems, but it did not. So, as of now, my problem remains the same...

  • Problem with iTunes and iPhone Music organization. PLEASE READ AND HELP!

    Hello All!
    I have this problem concerning iTunes and my iPhone. When I add music, and I update the Artist title to organize it in my iPhone, It shows EDITED on my mac in iTunes, but not my iPhone. I took a screen shot of what It shows. The TOP is iTunes showing "Arie Dixon" and "Arie Dixon & Olivia Cipolla" two seperate CD's, yet different Artist Titles, just the way I want it. The BOTTOM shows how the file was originally, in 3 seperate titles, "Bebe Boohgz" "The Jackmove 3" and "Arie Dixon 'Bebe Boohgz' and Olivia Cipolla". The problem is that iTunes shows it in the correct title, but my iPhone won't. This is my 2nd iPhone 4 I have that has this problem. I'm not sure if it's the settings or encoding, can someone help me out? I can't be the only person with this problem. Apple rep looked at me like o_O
    I also have music that won't appear in my iPhone, I manually have to search for, but appears on my iTunes in the correct title.
    I also have everything updated, and have the new os x release.

    kcinokc wrote:
    I have a 3GS and the ios is 4.3.4.   I am trying to load the latest version so I can then get the icloud.
    So plug the device into the computer and upgrade.
    Are you getting a specific error message when trying to do this?
    As for the message about the media disappearing, of course it will.  This is how iOS upgrades work.  The device is wiped and the newest version of iOS for the device is installed as a "new" device then the device is restored using the backup created prior to the upgrade.
    All the content on the device should already exist in iTunes on the computer.
    If you want to move your iTunes library to a different drive for capacity reasons, do the following:
    Close iTunes
    Copy or Move the ENTIRE iTunes folder from the C drive to the other drive.
    While holding SHIFT launch iTunes.  iTunes will then prompt the user to select a library or create a new one.  Point iTunes to the new iTunes folder location.

Maybe you are looking for