Why is OS X mountain lion taking more than 11 hours?

my macbook pro 13" hasnt moved one tiny little bit since i clicked intall on the app store!! Y!!!!???? ive turned it on so it doesnt sleep and still no movement!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! someone HELP!!!!!!!!!!!

Too long. Check in'Purchases" to see if anything is downloading. Restart and try again.

Similar Messages

  • Can I download OSX mountain Lion to more than on laptop

    can i download OS X Mountain Lion to more than one laptop without paying again

    Apple's US App Store Terms of use (Look Here) state:
    Association of Associated Devices is subject to the following terms:
    You may auto-download iTunes Auto-Delivery Content or download previously-purchased iTunes Eligible Content from an Account on up to 10 Associated Devices, provided no more than 5 are iTunes-authorized computers.
    An Associated Device can be associated with only one Account at any given time.
    You may switch an Associated Device to a different Account only once every 90 days.
    You may download previously-purchased free content onto an unlimited number of devices while it is free on the iTunes Service, but on no more than 5 iTunes-authorized computers.
    So, yes, as @GreatGold said above, you can download and use Mac OS X Mountain Lion on up to 5 computers provided the other computers are owned by you and they are associated with the same Apple ID through which you purchased Mountain Lion.

  • Sync and Create project operation from DTR is taking more than one hour

    Hi All.
    Recently basis team has implemented the track for  ESS/MSS application.So When we import the track to NWDS its showing 500 Dcs.
    I have successfully done the Sync and create project operation from DTR for 150 DCS and its take 5 min per Dcs.
    However after that when i am trying to sync Dc or create project DC from DTR the operation is taking more than 3 hour per DC.Which should not be the case because for rest 150 DC that i ahve done Sync operation adn Create project operation from DTR it hardly takes 5 min per Dc.As this operataion is taking so much time finally i have close the NWDS to stop this operation.
    I am using NWDS 2.0.15 and EP7.0 portal SP15 and NWDI is 7.0
    Can any body tell how to solve this issue so that i can Sync and Create project from DTR for a DC within 5 min?
    Thanks
    Susmita

    Hi Susmita,
    If the DCs are fine in CBS build, then I feel there is no need to test all of them locally in NWDS.
    You can verify some certain applications in these DCs, then you sync & create project for these DCs & test run these applications.
    As I get you only need to check ( no changes will be done ), yes you can verify them in small groups (say 20-25 DCs/group) in different workspaces so that no workspace is overloaded.
    But why do you want to keep a copy of them locally as you are not making any changes, you can Unsync & Remove these projects once verified & use the same workspace to work on the next set of DCs.
    Hope this clarifies your concerns.
    Kind Regards,
    Nitin
    Edited by: Nitin Jain on Apr 23, 2009 1:55 PM

  • XMLSerialize taking more than 10 hours to execute in Oracle

    Hi All,
    In my current project, converting oracle query into xml format first and then using XMLSerialize for printing but while execution it is taking more than 15 hours and more.
    The basic oracle query taking hardly 10 second to execute and converting from oracle query to xml format taking around 1 min but when i am using XMLSerialize with order by clause it is not executing.
    Can some help for fixing this performance issue causing due to XMLSerialize
    Thanks in advance.
    after adding the below clause performance issue started
    select XMLSerialize(CONTENT rec_str as CLOB) as test_XML, 100 + rnum as ORDER_CLAUSE from xxtemp
    Edited by: redrose1405 on May 1, 2012 12:45 AM

    How much free space do you have on your boot drive?
    OT

  • HT201274 My iphone4 is taking more than 5 hours to erase all the data still it is under process , still how much more time i have to wait for my mobile to ON

    My iphone4 is taking more than 5 hours to erase all the data still it is under process , still how much more time i have to wait for my mobile to ON ?

    I'm having this EXACT same problem with my iPhone 4, and I have the same computer stats (I have a Samsung Series 7)

  • Syncing my iPad is taking more than 36 hours... how do I speed this upso I can update my iOS?

    syncing my iPad is taking more than 36 hours... how do I speed this up so I can update my iOS?

    Try restarting the iPad. Disconnect the iPad first.
    Press and hold the On/Off Sleep/Wake button until the red slider appears. Slide your finger across the slider to turn off iPod touch. To turn iPod touch back on, press and hold the On/Off Sleep/Wake button until the Apple logo appears.
    Restart your PC.
    Try again.

  • I'm trying to restore and back up my iPhone 4 it's taking more than 45 hours. What should I do?

    I have been trying to restore and back up my Iphone which i have just updated and I wanted my apps, contacts, messages,etc,. all back on my iPhone but its taking more than 45 hours and it's only 16 GB. I have really important contacts that I need to have in my phone but it would take weeks to get them back one by one without using the back up.

    As has been said, you may have a corrupt backup on your computer. However, if it is a Windows computer you may also have a corrupt socket layer in Windows. So first try this (after canceling the backup):
    Open a command window with Administrator privileges and type:
       netsh  winsock  reset
    then reboot your computer and try again to do a backup (right click on the phone's name in iTunes and select Backup from the floating menu).
    If this doesn't work you will have to delete the existing backup. Go to iTunes preferences, Devices page.
    Note: If you have a Mac first try restarting it, launching iTunes, and back up as described above.

  • Why is my iPhone 4 taking more than 16 hours to restore??!!

    my phone messed up, so i restored it. but i didnt hook it up to my macbook. why is it taking longer than 16 hours to restore.. from 9:42 last night til current time 3:20...why is it like this? im scared... how can i make it work again??

    Hi..
    Turn it off (Hold the power key until it turns off)
    The try turning it on again while holding down the shift key.(hold down shift key until you see the apple logo)
    If it starts up ok, the reboot normaly and see if the problem is gone ?
    /Dennis

  • Procedure is taking more than 25 hours for execution

    Hi,
    The below procedure is taking more tahn 25 hours for execution.
    The Table CA.CR_L_D is having around 15 crores records.
    Please suggest me the valuable tips to reduce the the execution time
    CREATE OR REPLACE PROCEDURE NM.L_de_pro
    IS
    Type W_Bk_1 Is Table of Number Index By Pls_Integer;
    Type W_Bk_2 Is Table of W_Bk_1 Index By Pls_Integer;
    Type W_Bk_Ct Is Table of W_Bk_2 Index By Pls_Integer;
    Type Lo_Ac Is Table of Number Index By Pls_Integer;
    Type Lo_Ac_2 Is Table of Lo_Ac Index By Pls_Integer;
    Wo_BK_Co W_Bk_Ct;
    L_L_Ac Lo_Ac_2;
    Begin
    Delete From NM.L_WO_C_B;
    For Sim in 1..10 Loop
    For j in 1..17 Loop
    Select /* + FIRST_ROWS */ CS.LAL+CS.LNAL
    BULK COLLECT INTO Wo_BK_Co(Sim)(j)
    from CA.CR_L_D CS, NM.CR_L_D_PD PD
    Where CS.INS = PD.INS_NBR
    and PD.C_B_N <> j
    and CS.Sc = Sim;
    End Loop;
    End Loop;
    For Sim in 1..10 Loop
    For j in 1..17 Loop
    L_L_Ac(Sim)(j) := 0;
    For i in 1..Wo_BK_Co(Sim)(j).Last Loop
    L_L_Ac(Sim)(j) := L_L_Ac(Sim)(j) + Wo_BK_Co(Sim)(j)(i);
    End Loop;
    --DBMS_Output.Put_Line(L_L_Ac(Sim)(j));
    End Loop;
    Insert Into NM.L_WO_C_B
    (Sc, W_Bk_1, W_Bk_2, WO_Bkt_3, WO_Bkt_4,
    WO_Bkt_5, WO_Bkt_6, WO_Bkt_7, WO_Bkt_8, WO_Bkt_9, W_Bk_10, W_Bk_11, W_Bk_12, W_Bk_13,
    W_Bk_14, W_Bk_15, W_Bk_16, W_Bk_17)
    Select Sim, L_L_Ac(Sim)(1), L_L_Ac(Sim)(2), L_L_Ac(Sim)(3),
    L_L_Ac(Sim)(4), L_L_Ac(Sim)(5), L_L_Ac(Sim)(6),
    L_L_Ac(Sim)(7), L_L_Ac(Sim)(8), L_L_Ac(Sim)(9),
    L_L_Ac(Sim)(10), L_L_Ac(Sim)(11), L_L_Ac(Sim)(12),
    L_L_Ac(Sim)(13), L_L_Ac(Sim)(14), L_L_Ac(Sim)(15),
    L_L_Ac(Sim)(16), L_L_Ac(Sim)(17) From Dual;
    Commit;
    End Loop;
    End;
    /

    Well...
    No guarantees and completely untested as I don't have your tables, data or know what indexes you have on the table or even whether I've understood the purpose of what you are trying to do...
    CREATE OR REPLACE PROCEDURE NM.L_de_pro IS
    BEGIN
      INSERT INTO NM.L_WO_C_B
                (Sc
                ,W_Bk_1
                ,W_Bk_2
                ,WO_Bkt_3
                ,WO_Bkt_4
                ,WO_Bkt_5
                ,WO_Bkt_6
                ,WO_Bkt_7
                ,WO_Bkt_8
                ,WO_Bkt_9
                ,W_Bk_10
                ,W_Bk_11
                ,W_Bk_12
                ,W_Bk_13
                ,W_Bk_14
                ,W_Bk_15
                ,W_Bk_16
                ,W_Bk_17)
      WITH sim AS (select rownum sim from dual connect by rownum <= 10)
          ,j   AS (select rownum j from dual connect by rownum <= 17)
      SELECT sim.sim
            ,SUM(DECODE(j.j,1,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,2,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,3,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,4,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,5,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,6,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,7,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,8,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,9,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,10,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,11,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,12,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,13,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,14,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,15,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,16,SUM(cs.lal + cs.lnal)))
            ,SUM(DECODE(j.j,17,SUM(cs.lal + cs.lnal)))
      FROM   CA.CR_L_D CS JOIN NM.CR_L_D_PD PD ON (CS.INS = PD.INS_NBR)
                          JOIN sim ON (CS.SC = sim.sim)
                          JOIN j ON (PD.C_B_N != j.j)
      GROUP BY sim.sim;
      COMMIT;
    END;My understanding is that your PL/SQL code was loading a list of numbers (lal + nlal) into a 2D array (effectively making it a 3D array), then processing that array to add up the list of numbers in each location of the 2D array to store in another 2D array and then looping through that array, inserting the records.
    Hopefully, I've got the same calculation achieved in just SQL. ;)
    Edited by: BluShadow on Oct 3, 2008 9:53 AM
    forgot some commas

  • Gather Schema Statistics Report taking more than 13 hours to complete is it normal?

    I have run Gather Schema Statistics Report at 9 pm and it completed on 11am next morning. It almost took more than 13 hours, is this behavior normal.
    I have used the following parameter.
    Schema name: ALL
    Estimate percent:50
    Backup Flag :NOBACKUP
    History Mode :LASTRUN
    Gather Option:GATHER
    Invalidate Dependent Cursor : Y
    My database size is about 250 GB.
    Please reply

    Gather schema stastics is erroring out when i'm using the GATHER_AUTO option with 10%.
    Here is the log file
    +---------------------------------------------------------------------------+
    Application Object Library: Version : 12.0.0
    Copyright (c) 1979, 1999, Oracle Corporation. All rights reserved.
    FNDGSCST module: Gather Schema Statistics
    +---------------------------------------------------------------------------+
    Current system time is 13-AUG-2013 10:42:12
    +---------------------------------------------------------------------------+
    **Starts**13-AUG-2013 10:42:12
    ORACLE error 20001 in FDPSTP
    Cause: FDPSTP failed due to ORA-20001: SYS_NTGNSVL1S+OCZGRAAHKD9MYG== is an invalid identifier
    ORA-06512: at "APPS.FND_STATS", line 774
    ORA-06512: at line 1
    The SQL statement being executed at the time of the error was: SE
    +---------------------------------------------------------------------------+
    Start of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    In GATHER_SCHEMA_STATS , schema_name= ALL percent= 10 degree = 8 internal_flag= NOBACKUP
    ORA-20001: SYS_NTGNSVL1S+OCZGRAAHKD9MYG== is an invalid identifier
    +---------------------------------------------------------------------------+
    End of log messages from FND_FILE
    +---------------------------------------------------------------------------+
    +---------------------------------------------------------------------------+
    Executing request completion options...
    Finished executing request completion options.
    +---------------------------------------------------------------------------+
    Concurrent request completed
    Current system time is 13-AUG-2013 10:43:29
    +---------------------------------------------------------------------------+
    I have used the following parameters
    Schema name: ALL
    Estimate percent:10
    Backup Flag :NOBACKUP
    History Mode :LASTRUN
    Gather Option:GATHER_AUTO
    Invalidate Dependent Cursor : Y

  • IOS Developer membership is taking more than 24 hours to activate.

    Hello,
    I signed up for the iOS Developer membership 2 days ago and I received the following message: "
    Your Program purchase is pending and may take up to 24 hours to process. Once processed, you will receive an email from Apple Developer Support. If you have not already purchased your Program, you may do so now." It has been more than 24 hours now and I havent receied any email but this one by the time I paid for the membership: "
    Welcome to the Apple Developer Program
    Dear Alexandre Krabbe,
    Thank you for joining the Safari Developer Program. You now have access to a comprehensive set of development tools and resources to assist you in developing innovative applications.
    How to get started
    Learn how to take advantage of your program resources and benefits.
    Access your account
    Sign in to Member Center to manage your account and access technical resources.
    Best regards,
    Apple Developer Program Support"
    Could anyone help me?

    I have the same problem, I went to the payment process, selected the program, filled my personal data(credit card, billing address, etc) and after I clicked continue  and I got redirected to a webpage that said "Thank You Once your payment has been processed, you will receive an email from Apple Developer Program Support on how to activate and access your items. It may take up to two (2) business days to process your order." But I have not received any email notification from Apple nor my credit card been charged the $99 and my enrollment status is pending and telling me to go through the purchase process once again.
    I filled the form 3 days ago (friday). I dont have a clue where I am standing... Any help please.
    Also I sent an email to the support team explaining my concerns and it's been more than 24 hours and no message received.

  • UAR Job taking more than 36 hours

    Dear GRC Gurus,
    We are running our User Access Review on GRC 10 SP13.
    We have set the Admin review to "Yes"
    The workflow has been successfully tested with few roles. Now we have kicked off the UAR review data generation job for around 18000 roles. its been more than 36 hours and the job is still running. We would like to know if there is a way to check if the requests are being generated before the completion of the job.
    I understand that the tables GRACREQ / GRACREVITEM will not be populated before the completion of the job. Any help is greatly appreciated.
    Thanks,
    Karthik.

    Dear Vittal,
    to speed up the job you can implement note 1959512.
    Please let us know if it helps.
    Regards,
    Alessandro

  • How to buy mountain lion for more than 1 Mac

    Hi All,
    I want to upgrade the system for more than 10 users from snow leopard & lion, how to use one apple ID to apply a batch license for mountain lion upgrading?
    Is there anyway that I can get a solution?
    Jack,

    I'm unclear on what you're talking about, because you keep on talking about users and clients... how many actual machines need the software? Note that the number of users on a particular machine is unimportant. There is no limitation on that based on the licensing.
    To get volume licenses for Mac OS X for business use, see:
    http://www.apple.com/mac/volume-licensing/

  • HT1338 Can I install mountain lion on more than one mac book?

    I have 2 macbook pro's at home, I have paid for and installed mountain lion on the newer of the two, bit I was wondering if I could install the update on the second machine as well?  I thought that I heard or read somewhere that this was possible but I don't know how to go about installing on the second machine.  Any help or advice would be really appreciated. Thank you.

    Open App Store > Purchases and download Mountain Lion

  • Install Mountain Lion on more than one mac

    Hi, I have read various posts about installing previously purchased mountain lion on another device. I have gone into App store, signed in and clicked on the download button but nothing happens.
    Trying to install on Macbook Pro..
    Any help would be greatly appreciated.

    Contact the App Store billing support.  I believe you are limited to one installation per device.  If you are going to upgrade to Mountain Lion (10.8), see if Mavericks (10.9) isn't compatible with your software first, as the upgrade is free and has the same system requirements.
    Note, any PowerPC applications or drivers you have are not compatible with either.

Maybe you are looking for