Spreadsheet initially loads fine 'from iTunes' but crashes when reopening

I have a spreadsheet on my Mac using Numbers 2.0.5 and I am transferring it to my iPad using iTunes.
When I load it into Numbers 1.3.1 on my iPad, it loads perfectly. The spreadsheet has 62 sheets and all the data is loaded correctly, and I can make changes to it without any problems. Since it loads correctly initially, I don't suppose that it is the complexity of the spreadsheet that is causing the problem.
When I load the spreadsheet in the normal fashion I get "Opening spreadsheet..." then ten seconds later a black screen, and then the iPad goes back to the home page.
Completely rebooting the iPad does not fix the problem.
I had this same problem with the previous version of Numbers on iPad, and I had hoped that an update would fix the problem, but this mornings update to Numbers 1.3.1 has not fixed this problem.
Help please.
Paul

Same thing happens here.
However theglenlivet12 is correct. The files should be in your itunes folder. They may not show on your playlist listing or in your library however.
Go to the directory where your music is stored. Mine was listed under itunes media, under an 'unknown artist' folder. There were 3 copies of some of my voice memos since I tried to get past the 'processing' part 3 times.
I wish there was a 'cure' for the stuck processing part though.
Message was edited by: ChrisJ1982
Message was edited by: ChrisJ1982

Similar Messages

  • Stored procedure runs fine from SSMS but fails when called from the C# app

    I'm using SS Express 2012 so I doubt I have all possible debugging capabilities at my disposal, although I'm still trying to figure this out myself.
    The compiled C# application has logging to insure that the the SP is being invoked, the appropriate line of code is  definitely being reached. The logging always reports 'success' suggesting that the SP was successfully executed (and no exception is thrown
    to the C# app), but the indexes aren't getting rebuilt (I have a fragmentation query proving they are not rebuilt). Yet it runs successfully if I
        (1) set a breakpoint in the C# app and step through the code line by line OR
        (2) run the SP from the SSMS GUI.
    The fragmentation query confirms sucess for both 1 and 2.
    -I can't rely on the GUI because I want to run this overnight immediately after the C# app is finished inserting new records.
    - The SP loops through all the tables, and all the indexes in each table, checking for fragmentation and rebuilding any indexes over 7% fragmented.
    ALTER Procedure [dbo].[usp_RebuildIndexes]
    AS
    Declare @fetch_TableName NVARCHAR(256)
    DECLARE Cursor_Tables CURSOR FOR
    SELECT Name FROM sysobjects WHERE xtype ='U'
    OPEN Cursor_Tables
    While 1 = 1 -- Begin to Loop through all tables
    BEGIN
    FETCH NEXT FROM Cursor_Tables INTO @fetch_TableName -- fetches the next table
    if @@FETCH_STATUS <> 0 break
    print '---------' + @fetch_TableName
    Declare @fetch_indexName NVARCHAR(256) -- loops through al indexes of the current table
    DECLARE Cursor_Indexes CURSOR FOR -- Looking for indexes fragmented more than 7 percent.
    SELECT name as indexName
    FROM sys.dm_db_index_physical_stats (DB_ID(DB_Name()), OBJECT_ID(@fetch_TableName), NULL, NULL, NULL) AS a
    JOIN sys.indexes AS b ON a.object_id = b.object_id AND a.index_id = b.index_id
    Where Name is not null and avg_fragmentation_in_percent > 7
    OPEN Cursor_Indexes
    WHILE 1= 1 -- Begin to Loop through all Indexes
    BEGIN
    FETCH NEXT FROM [Cursor_Indexes] INTO @fetch_indexName
    if @@FETCH_STATUS <> 0 break
    Declare @SqL nvarchar(2000) = N'ALTER INDEX ' + @fetch_indexName + ' ON ' + DB_Name() + '.dbo.' + @fetch_TableName + ' Rebuild'
    print @Sql
    Begin TRy
    Execute sp_executeSQL @sql
    End Try
    Begin Catch
    Declare @err nvarchar(2000) = ERROR_MESSAGE();
    throw 51000, @err, 1
    End Catch
    End -- Ends looping through all indexes
    CLOSE [Cursor_Indexes]
    DEALLOCATE [Cursor_Indexes]
    End -- Ends looping through all tables
    CLOSE Cursor_Tables
    DEALLOCATE Cursor_Tables
    foreach (objDB DB in oUserPrefs.DBs) {
    report += DB.Real_Name;
    if (DB.cn == null) DB.cn = sqlCn(DB.Real_Name, SystemInformation.ComputerName);
    try {
    if (DB.cn.State != ConnectionState.Open) DB.cn.Open();
    } catch (Exception ex) {
    report += " - Failed because can't open a connection.\r\n";
    continue;
    DB.OpenedAConnection = true;
    DataTable dt = null;
    try {
    dt = oParam.fillDt("dbo.usp_RebuildIndexes", DB.cn, null);
    } catch (Exception ex) {
    report += " -failed because " + ex.Message + "\r\n\r\n";
    continue;
    report += " - success.\r\n";
    DB.LastTimeRebuiltIndexes = DateTime.Now;

    Your proc is a bit of a mess and hard to read. This should get you what you need though. I added a little logic in the middle that determines if the index should be reorged, or rebuilt.
    You were right that my script was too messy and I used your code/logic to rewrite mine. Thanks! I tried it this morning and it worked fine, but I will have to see how it runs overnight to be sure.
    Here's the weird thing. My original code should have worked. In fact I'm actually using it in 3 c-sharp apps each of which has 3 to 7  Express 2012 databases (about 10 million records per database). For about a month it's been working fine on two of the
    apps. Furthermore this morning I used a commercial file-comparison tool to verify that the 3rd app has been running an identical version of the SP. So I'm at a total loss as to what went wrong in the 3rd app.
    Here's my rewrite.
    Alter Procedure [dbo].[usp_RebuildIndexes]
    As
    Declare @Messages Table(Msg nvarchar(2000))
    Declare @IndexName nvarchar(256), @TableName NVARCHAR(256)
    DECLARE Cursor_Indexes CURSOR FAST_FORWARD FOR -- GEt a list of all indexes for all tables.
    select idxs.name as indexName, o.Name as TableName
    from sys.indexes idxs
    inner join sysobjects o on idxs.object_id = o.id
    inner join sys.dm_db_index_physical_stats (DB_ID(), NULL, NULL,NULL,NULL) as stats
    on stats.object_id = idxs.object_id and stats.index_id = idxs.index_id
    where xtype = 'u' and idxs.name is not null And avg_fragmentation_in_percent > 7
    OPEN Cursor_Indexes
    While 1 = 1
    BEGIN
    FETCH NEXT FROM Cursor_Indexes INTO @IndexName, @TableName
    if @@FETCH_STATUS <> 0 break
    Declare @SqL nvarchar(2000) = N'ALTER INDEX ' + @IndexName + ' ON ' + DB_Name() + '.dbo.' + @TableName + ' Rebuild'
    insert @Messages(Msg)VALUES(@sql)
    Execute sp_executeSQL @sql
    End
    CLOSE [Cursor_Indexes]
    DEALLOCATE [Cursor_Indexes]
    Select * From @Messages

  • .mov file loads into lightroom ok but crashes when playing

    Lightroom 4.1
    QT player 7.7.2 is installed
    Window 7
    H.264 HD video from Canon S100 camera
    .mov files plays fine in WMP
    First frame of video displays in LR library module.  In LR library view, click play.  Video advanced about 1 frame then hangs.  I get the "Adobe Photoshop Lightroom 64-bit has stopped working" pop-up window.  Programs has to be closed.  This happens every time. 
    None of the following processes are running before starting LR:
    dynamiclinkmanager.ex
    dynamiclinkmediaserver.exe
    amecommand.exe
    Adobe QT32 Server.exe.
    video also plays ok in QT player and WMP

    Problem solved. It was an authorization problem. The answer resides here: http://docs.info.apple.com/article.html?artnum=306424

  • I have a mac book air, and i bought a LG portable cd drive, which is suppose to burn cds. but they software cd that was included with the lg cd/dvd writer doesnt load. and i want to burn a cd from itunes but it says " burning software is not found"??

    so i bought a mac book air, and i had to buy the LG portable cd drive... which is supposed to burn cds? the lg cd/dvd writer came with a cd but it wont load onto my computer when i plug the usb cord in. all i want to do is burn a cd from itunes but it says " burning software not found" but the LG cd drive says it will burn cds?? im confused please help!

    You dont need ANY CD/DVD burning software on your Mac
    Just plug in your LG DVD/CD player and follow the below instructions
    http://support.apple.com/kb/HT1152

  • I purchased two albums from iTunes but neither properly loaded and I cannot play any of the songs.  I have prevously loaded other albums with no problems.  How do I delete these albums and reload them?  I don't see iTunes on iCloud.

    I purchased two albums from iTunes but neither properly loaded on my iPad Mini and I cannot play any of the songs.  I have prevously loaded other albums with no problems.  How do I delete these albums and reload them?  I don't see iTunes on iCloud.

    If the albums do appear in the Music app, hold down on the album icons and the X to delete will pop up on the icons. Tap the X to delete the albums.
    You don't see a anything in iCloud, you see your previous purchases in the purchased tab of the store that you bought the content in. So you find your music purchases in the purchased tab of the iTunes app on your iPad. Tap on Purchased and look for the albums in the Not on this iPad section - assuming that you are able to delete the albums from the device.

  • HT203180 I purchased a video from iTunes but it will not sync to my iPod.  I get a message stating that the video "was not loaded to the iPod because iyt cannot be played on this iPod."  I tried to use the "create an iPod version" but the command is graye

    I purchased a video from iTunes but it will not sync to my iPod.  I get a message stating that the video "was not loaded to the iPod because iyt cannot be played on this iPod."  I tried to use the "create an iPod version" but the command is grayed out

    I was refering to the "sample rate", normally 44.1 KHz, the iPod might not be able to play tracks with a non-standard rate. Otherwise I'm not sure what the issue might be.
    tt2

  • Ok....I have a 2012 MBP that has Yosemiti installed.  The airplay works from iTunes, but when I try to mirror from the desktop I get the "no device detected" message.  Airplay on all of my other devices work fine.  Has anyone else had this issue?

    Ok....I have a 2012 MBP that has Yosemiti installed.  The airplay works from iTunes, but when I try to mirror from the desktop I get the "no device detected" message.  Airplay on all of my other devices work fine.  Has anyone else had this issue?

    Hey Marco'96,
    Welcome to the Apple Support Communities! I understand that you are experiencing issues with AirPlay mirroring in OS X to your Apple TV. The following resource includes helpful troubleshooting steps towards the end of the article, which may resolve your issue:
    About AirPlay Mirroring in OS X - Apple Support
    http://support.apple.com/HT201343
    Thanks,
    Matt M.

  • HT1657 We just downloaded a movie from Itunes but the picture is completely scrambled. Audio is fine but all you can see are funny color pixels on the screen..how do we fix this?e

    We just downloaded a movie from Itunes but the picture is completely scrambled. Audio is fine but all you can see are funny color pixels on the screen..how do we fix this?

    The movie is from iTunes.   You would think that a download from iTunes to a MacBook could be watched on an HDTV using Apple TV without any headaches bit this does not appear to be the case. 

  • My laptop that i loaded my ipod onto when i bought it is not working, and i now have a mac, and recently purchased an album from itunes, but it won't load/ sync to my ipod. how do i fix this?

    just bought an album from itunes but it won't sync to my ipod. i was using a PC but am now using a mac. Is there anything i can do?

    iTunes & iPod Hints & Tips
    iPod: Frequently Asked Questions

  • Airplay works fine in iTunes but not from the menu why?

    Hi Guys,
    I have read so many answers to the question about Airplay not working both here and the internet.
    Can someone give me the definative answer why I can Airplay from iTunes but not from the Macbook Pro itself i.e. no menu icon or setting to mirror.
    Everyone seems to say its the age of the computer or its the firewall or the wind is blowing in the wrong direction.
    Why if I can do it oneway (iTunes), I can not do it directly?
    I am using a 2011 macbook pro 10.9.3 and a apple tv 3.
    Is there a hack or work around with out purchasing more software.
    Thanks

    Hey Beauvoir17,
    Thanks for the question. Based on the information you have provided, I can conclude that your MacBook is indeed compatible with AirPlay Mirroring, as outlined in the following resource:
    About AirPlay Mirroring in OS X
    http://support.apple.com/kb/HT5404
    AirPlay Mirroring in OS X takes advantage of the hardware capabilities of recent Macs to deliver high frame rates while maintaining optimal system performance. The following Mac models support AirPlay Mirroring when using OS X Mountain Lion or later:
    - iMac (Mid 2011 or newer)
    - Mac mini (Mid 2011 or newer)
    - MacBook Air (Mid 2011 or newer)
    - MacBook Pro (Early 2011 or newer)
    - Mac Pro (Late 2013 or newer)
    If you are experiencing issues with AirPlay mirroring, I would recommend the troubleshooting steps outlines at the bottom of the article.
    Thanks,
    Matt M.

  • My firefox has stopped working with my comcast email. It is loading fine on safari but it is no longer loading my email in a timely manner. Comcast says it is a firefox problem. They suggest I uninstall and reinstall firefox. Do I just drag everything to

    My firefox has stopped working with my comcast email. It is loading fine on safari but it is no longer loading my email in a timely manner on firefox. Comcast says it is a firefox problem. They suggest I uninstall and reinstall firefox. Do I just drag everything to the trash and download a new version? in English
    == URL of affected sites ==
    http://
    == User Agent ==
    Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/531.22.7 (KHTML, like Gecko) Version/4.0.5 Safari/531.22.7

    "Clear the Cache": Firefox > Preferences > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove the Cookies" from sites that cause problems: Firefox > Preferences > Privacy > Cookies: "Show Cookies"
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • Song works fine in itunes but when i transfer it to my phone it playes back brocken and begins to skip. any solutions??

    song works fine in itunes but when i transfer it to my phone it playes back brocken and begins to skip. any solutions??
    I have already restored my phone to the newest software and also completely uninstalled itunes and re downloaded it.

    Basic troubleshooting steps clearly outlined in the User Guide are restart, reset, restore from backup, restore as new device.
    If you have gone through ALL the above steps and are still having problems, then you'll need to bring your phone into Apple for evaluation.

  • I have downloaded the HD version of a movie from itunes, but when I sync it to my iPad 2 it will not play. It appears that it is on the iPad, but it will not play. Is this because it is HD, and if so is there a way to change it from being HD? Thanks

    I have downloaded the HD version of a movie from itunes, but when I sync it to my iPad 2 it will not play. It appears that it is on the iPad, but it will not play. Is this because it is HD, and if so is there a way to change it from being HD? Thanks

    I'm having a similar problem ... just used my iPad 2 to purchase the Bourne trilogy and it downloaded fine but I did not try to play it right away.  Then I plugged the iPad into the computer and it downloaded the SD versions of the movie and I used iTunes to sync my movies.  Then I tried to play it and it said it could not open the movie.  I then did a full iPad restore and did a fresh sync and now I get the Cannot Opne pop up.  Did you ever find an answer to your question?

  • Can't send emails on my S5.  Sends fine from gmail, but won't send from verizon account.  Keep getting "Sending Failed" message.

    My S5 won't send emails from my verizon email account, which is the default email for my phone.  It will send fine from gmail, but when I try to reply to messages in the verizon account, I get a "Sending Failed" message and an eternal loop from my outbox trying over and over to send the message.  Does anyone know how to fix this?  I took it to the Verizon store for help, and they were completely useless.

    The tech help is useless.  You have to load it manually but you must know the ports to use for both sending and receiving. You must get them from your Verizon fios account.  This worked for me.
    Sent from my iPhone
    << Personal information removed to comply with Verizon Wireless Terms of Service >>

  • Any way to side load podcasts from iTunes to Podcast App?

    I have not been able to figure out how to side-load podcasts from iTunes to the podcast app iPhone or iPad.  On my iPad, I watch HD podcasts.  They take FOREVER to download over wi-fi (and I have 6Mbs down, which isn't all that bad).  The podcasts are in my Videos app.  I am not sure why the podcast app doesn't pull from the ones already under the Videos app.  Anyone figure this out?

    Ah-HA!  I knew there had to be a way!
    Not quite the same in 10.6, but close enough to find it:
    It's iTunes>apps, not iTunes>iPhone>apps.  I didn't realize there were different windows.
    Not double-click, but control-click.  Close enough.
    Easy-Peasy, now that you showed me how.
    Thanks, Barry.
    --Gil

Maybe you are looking for

  • Aliasing when resizing 1080p to 720p

    I can't wrap my head around this, maybe you can. Original source video: Prores 422 1920x1080 square pixels 29.97 Destination encoding: H.264 1280x720 square pixels 29.97 3000kbps When I do this, there is severe aliasing, especially on text. However i

  • No Sound on notebook

    I have a HP Envy dv6 with windows 8 and beats audio on it. I am getting no sound from speakers or when I plug in a headset. I have done troubleshooting and systems say device is working properly , have checked the drives and system says up to date. I

  • The earphone port on my ipod touch 4 does not work anymore, will I need to send it in for repairs?

    The earphone port on my ipod touch 4 does not work anymore, will I need to send it in for repairs?

  • Acrobat 8 issues on Windows 7 64bit

    Hello, I am thinking about switching to Windows 7 64bit soon, so I tried to install CS3 on the RC. Unfortunately Acrobat 8 doesn't seem to work properly on that operating system (I tried reinstalling or repairing it several times) - even after instal

  • Error message "Invalid mobile number" when changin...

    I have added my mobile phone number to be my identification number when calling and texting. That was 2 years ago. Last year a nationwide change on all Qatari number was performed to increase its length by repeating the first digit. More info can be