Unable to Update to Numbers 1.0.2

I have Numbers version 1.0.1 which is part of the iWork '08 suite. Every time I open Numbers I get the message that a new update (v.1.0.2) is available. I click to update and get the message that I have the latest version. Yet the next time I open Numbers I get the message that an update (v.1.0.2) is available. Can anybody help get the latest version?

Welcome to Apple Discussions
When you check "About Numbers" with it running, what does the version say? Otherwise, my guess is you've moved the application or renamed the iWork '08 folder. The updaters are very picky. If the location is not where the updater is programmed to look or if the folder doesn't have the name the updater looks for, it will not work. The applications cannot be renamed or moved. They must be in the iWork '08 folder in Applications. That iWork folder must be named iWork '08. If it doesn't have the '08 the updaters won't work.

Similar Messages

  • Unable to update keynote, numbers and pages

    Unable to update Keynote, Numbers, Pages.  Says 3 updates available but won't let me update.

    Hide the three apps in the Trash and redownload them from the Purchases pane.

  • Unable to update numbering schemes in define purchasing options

    Hi,
    We are unable to update the numbering scheme from manual to automatic in define purchasing options (Numbering Tab). Documentation says that you can update it, but it does not give any reason under what circumstances we would not be allowed to update the numbering schemes.
    Thanks,
    Ketul.

    Hi Sandeep,
    I am doing multi organisation implementation and only one ledger they do not require Inventory and Purchasing modules. Because of that i will not create any inventory organisation for that selected ledger.
    This ledger will have seperate responsibility for AP.
    Howver, my problem is when i am trying to complete the financial options, inventory organisation is mandatory for that responsability. Without inventory organisation i am unable to save the financial options.
    Please assist me how to overcome this issue.
    Thanks,

  • I just updated my 3gs to the latest iOS 5 update and now I am unable to text certain numbers.  I keep getting the error code 1121611611 invalid number, even though the number I have in my contacts is a 10 digit number.  Any suggestions on fixing this?

    I just updated my 3gs to the latest iOS 5 update and now I am unable to text certain numbers.  I keep getting the error code 1121611611 invalid number, even though the number I have in my contacts is a 10 digit number.  Any suggestions on fixing this?

    PhotogYogi wrote:
    I Have the same issue on a brand new iPad mini 2. My battery is only lasting up to 5 hours. I went on chat with Apple last night and they said my battery is fine and its a Safari issue. I'm literally losing 1% every 3-4 minutes. I tried recalibrating my battery, signing out of iCloud, shutting off all locations, turning off background app refresh, restoring network settings, restoring all, and finally restoring from iTunes with no luck. This is just awful. I got this iPad so I could use it on my long flight for a trip I have coming up, and unfortunately, it's not going to last that long, plus I'm concerned about how many times i will be recharging my battery because of this since battery's do have a life cycle dependent on the number of charges. This is frustrating and needs to be fixed ASAP and addressed by Apple.
    By the way, Apple told me to bring my device to the Apple Store because it's still under warranty. That's great and all, but I'm going to waste my time if there is no fix for this issue.
    Ok so you want Apple to address the problem, but yet you don't want to take it to them just in case they can't fix it? What if they can fix it? Complaining here certainly won't fix it.

  • I am unable to update my apps... in my purchases page it appears as "update", then a message tells me to log on with the Apple ID I purchased the app with... Well I have tried my two different accounts and neither one will work, can someone help ??

    I am unable to update my apps... in my purchases page it appears as "update", then a message tells me to log on with the Apple ID I purchased the app with... Well I have tried my two different accounts and neither one will work, can someone help ??
    And is there any way to sync all my purchases and accounts to just have one... It is a bit stupid that you dont even get a list of something of what account you may of used, or some kind of hint, so you could log on to the right account. I am really stuck ...
    Please Advise......

    You can't merge accounts. But you can check your purchase history:
    iTunes Store & Mac App Store: Seeing your purchase history and order numbers
              http://support.apple.com/kb/HT2727
    Also, what may seem stupid to you... may be a protection of privacy to others.

  • Unable to update htc one m8 factory unlocked

    Hi I recently purchased HTC one m8 32 gb factory unlocked verizon & using in India with GSM provider, everything works fine however i am facing 2 major issues
    unable to update software - it mentions software update only available in cdma mode however i am using gsm
    extremely slow charging- charging is really slow, to the point where had to put phone on charger for 24 hours to get it 100% charged
    It does not have extreme saving mode as well

    B33 wrote:
    Well Verizon Customer Service open's in couple Hours you might give em Call and ask how you could get the update they may put you in touch with there Global Services Team..
    Here is there Number..  To call them..  They don't have Email any longer they have a chat option but I don't how easy it is to go that Route so my suggestion if you can call is use the Numbers below..
    1-800-922-0204  or *611
    If the OP isn't a customer of Verizon Wireless, the reps aren't going to be able to assist the OP.

  • Unable to update a record using PAI, in Module pool

    Hi Experts,
                        I m unable to update the records in to the table using P A I in module pool, could any one help me out dear.
    The prg is as follows:
    INCLUDE MZFIRSTPAGETOP                          .    " global Data
    TABLES: ZCHP_CUST_INFO.
    DATA:   CNAME LIKE ZCHP_CUST_INFO-CREATED_BY,
            REQTYP LIKE ZCHP_CUST_INFO-REQUEST_TYPE,
            DESC LIKE ZCHP_CUST_INFO-SHORT_TEXT,
            PRIO_TYPE LIKE ZCHP_CUST_INFO-PRIORITY_TYPE,
            EFFECTIVE_DATE like ZCHP_CUST_INFO-REQUIRED_STR_DAT,
            COMM_TYP like ZCHP_CUST_INFO-MODE_OF_COMM,
            COMM like ZCHP_CUST_INFO-ADDRESS.
    *&      Module  STATUS_0100  OUTPUT
          text
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS 'FOR1000'.
      SET TITLEBAR '1000'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    INCLUDE MZFIRSTPAGEO01                          .  " PBO-Modules     *
    INCLUDE MZFIRSTPAGEI01                          .  " PAI-Modules     *
    INCLUDE MZFIRSTPAGEF01                          .  " FORM-Routines   *
    *&      Module  USER_COMMAND_1000  INPUT
          text
    MODULE USER_COMMAND_1000 INPUT.
    CASE SY-UCOMM.
      WHEN 'SUBMIT'.
    Updating the record.
            ZCHP_CUST_INFO-REQ_NUM = C_KNUMV.
            ZCHP_CUST_INFO-CREATED_BY = CNAME.
            ZCHP_CUST_INFO-REQUEST_TYPE = REQTYP.
            ZCHP_CUST_INFO-PRIORITY_TYPE = PRIO_TYPE.
            ZCHP_CUST_INFO-SHORT_TEXT = DESC.
            ZCHP_CUST_INFO-CREATED_ON = EFFECTIVE_DATE.
            ZCHP_CUST_INFO-MODE_OF_COMM = COMM_TYP.
            ZCHP_CUST_INFO-ADDRESS = COMM.
    INSERT ZCHP_CUST_INFO.
    COMMIT WORK.
    WHEN 'RESET'.
           CLEAR: CNAME,REQTYP,PRIO_TYPE,
    DESC,EFFECTIVE_DATE,COMM_TYP,COMM.
      WHEN 'CANCEL'.
            LEAVE PROGRAM.
    ENDCASE.
    ENDMODULE.                 " USER_COMMAND_1000  INPUT
    Thanks in advance,
    Sunil

    Hi Kal chand,
                      This is the whole prg where the records are not updated. But the ref number is updated.
    INCLUDE MZFIRSTPAGETOP                          .    " global Data
    TABLES: ZCHP_CUST_INFO.
    DATA: OKCODE LIKE SY-UCOMM.
    CONSTANTS: LC_NUMBER_RANGE TYPE INRI-NRRANGENR VALUE '01',
               LC_COND_OBJECT TYPE INRI-OBJECT VALUE 'KONV'.
    DATA: L_IS_REPL_DELIV TYPE XFLAG,
          C_KNUMV TYPE I.
    DATA:   CNAME LIKE ZCHP_CUST_INFO-CREATED_BY,
            REQTYP LIKE ZCHP_CUST_INFO-REQUEST_TYPE,
            DESC LIKE ZCHP_CUST_INFO-SHORT_TEXT,
            PRIO_TYPE LIKE ZCHP_CUST_INFO-PRIORITY_TYPE,
            EFFECTIVE_DATE like ZCHP_CUST_INFO-REQUIRED_STR_DAT,
            COMM_TYP like ZCHP_CUST_INFO-MODE_OF_COMM,
            COMM like ZCHP_CUST_INFO-ADDRESS.
    *&      Module  STATUS_0100  OUTPUT
          text
    MODULE STATUS_0100 OUTPUT.
      SET PF-STATUS 'FOR1000'.
      SET TITLEBAR '1000'.
    ENDMODULE.                 " STATUS_0100  OUTPUT
    INCLUDE MZFIRSTPAGEO01                          .  " PBO-Modules     *
    INCLUDE MZFIRSTPAGEI01                          .  " PAI-Modules     *
    INCLUDE MZFIRSTPAGEF01                          .  " FORM-Routines   *
    *&      Module  USER_COMMAND_1000  INPUT
          text
    MODULE USER_COMMAND_1000 INPUT.
    CASE SY-UCOMM.
      WHEN 'SUBMIT'.
    *FOR INCREMENTING THE VALUE.
    C_KNUMV = C_KNUMV + 1.
    USED FM TO GENERATE NUMBERS.
    CALL FUNCTION 'NUMBER_GET_NEXT'
         EXPORTING
           nr_range_nr = lc_number_range
           object      = lc_cond_object
         IMPORTING
           number      = c_knumv.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Updating the record.
            ZCHP_CUST_INFO-REQ_NUM = C_KNUMV.
            ZCHP_CUST_INFO-CREATED_BY = CNAME.
            ZCHP_CUST_INFO-REQUEST_TYPE = REQTYP.
            ZCHP_CUST_INFO-PRIORITY_TYPE = PRIO_TYPE.
            ZCHP_CUST_INFO-SHORT_TEXT = DESC.
            ZCHP_CUST_INFO-CREATED_ON = EFFECTIVE_DATE.
            ZCHP_CUST_INFO-MODE_OF_COMM = COMM_TYP.
            ZCHP_CUST_INFO-ADDRESS = COMM.
    *ENDIF.
    INSERT ZCHP_CUST_INFO.
    COMMIT WORK.
    WHEN 'RESET'.
           CLEAR: CNAME,REQTYP,PRIO_TYPE,
    DESC,EFFECTIVE_DATE,COMM_TYP,COMM.
      WHEN 'CANCEL'.
            LEAVE PROGRAM.
    ENDCASE.
    regards,
    Sunil

  • Unable to update my Office for mac 2011

    I am unable to update my office for mac, it says that i have to type the product key. 
    Afterwords it tells me that it is wrong, but i am sure it is the right one. 

    Hi Simon,
    Although you've stated that "i am sure it is the right one", I'd like to suggest you check on this again. Verify that you are typing the product key and that you are not typing one of these other numbers:
    The CD set number
    The disc assembly number
    The part number
    A 27-character PIN
    The product key contains 25 characters. If there are 27 characters, then you have a PIN and not a product key. To obtain the 25-character product key, visit the following website, and use the 27-character PIN:
    http://www.microsoft.com/mac/getkey
    If issue persists after above check, then I'd suggest you check out this KB article and continue the troubleshooting to ensure the issue isn't caused by your machine:
    http://support.microsoft.com/kb/2390862
    Please also note that this is the forum to discuss questions and feedback for
    Windows-based Microsoft Office client. Since your query is directly related to
    Office for mac, I would suggest you to post in the forum of
    Office for Mac, where you can get more experienced responses:
    http://answers.microsoft.com/en-us/mac/forum/macoffice2011?tab=Threads
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Unable to open a Numbers File

    Keep getting "The document xxxxxxx is invalid, the index.xmi is missing"  How do I fix the file>
    Thanks in advance.

    Hi Pedro,
    I you updated from Numbers 2 (Numbers '09) to Numbers 3, the old version is unable to open a document saved by the new version.
    Wayne Contello has written a User Tip for working with the old and new versions of iWork.
    Need newer version of Numbers to open file
    Regards,
    Ian.

  • Stacks - unable to update applications

    After installing Leopard, I instantly created a couple of stacks of applications. After putting all my photo applications into one stack, I was unable to update Aperture. After trying to install the update, I received an error message stating that I didn't have 1.0 installed, which I did.

    I don't think this is necessarily a defect of Leopard. Under previous Mac OSes, Software Update wouldn't locate applications if they weren't in their folders of install (e.g., Pages, Keynote, and now Numbers should be in the "iWork" folder created by the iWork Installer, and the iLife applications need to be in the "Applications" folder where they are originally installed to be located, rather than being conveniently tucked away inside a user-created "iLife" folder).
    Another way to get the benefit of having a convenient Stack or Stacks AND having Software Update successfully locate your applications is to create your Stack folder(s) as desired and fill them with aliases of your applications. Of course, their icons will display the locator arrows on them when displayed from the Stack(s). Not sure if that'll bother you or not.

  • OSX: Adobe Creative Cloud unable to update (stall at 50%)

    Hey experts,
    ever since signing up for Creative Cloud I have been unable to update any application as my regular user on OSX. After exchanging 23 emails with the Adobe support in 2013 I finally gave up and created a workaround in the hope that the Adobe developers would finally look into the issue and fix the bug. With the last update of Creative Cloud my workaround stopped working so I took time to do a complete reinstallation of Creative Cloud to see if the bug was finally fixed. It was not.
    The bug:
    -Installation of Creative Cloud and Photoshop, Lightroom etc. through the Creative Cloud app works.
    -Any try to update a CC applicaton (e. g. Photoshop CC 2014 results in the state "waiting" at 50%):
    -Trying to update through the menu of Adobe Photoshop CC 2014 "Aktualisierungen"
    resulted in the following error message:
    Translation: "Update failed. Unable to apply updates. Adobe Application manager is already running. Close all instances of Adobe Application Manager before applying updates. etc."
    What I tried to resolve the problem:
    What did not work:
    -Complete reinstallation of Creative Cloud:
         -Uninstall of all Adobe applications
         -Ran the Adobe CC Cleaner tool
         -Eliminated every single *[Aa]dobe*-folder on my disk including my profile.
         -Reboot
         -Re-installation using a fresh CC download.
    -The common 1st-level-support acts of desperation:
         -Rebooting
         -Checking the file system
         -Fixing permissions
    -The bug even survived 2 OSX system upgrades
    -Even tried to track down the bug myself which I gave up after having discovered the endless chain of Creative Cloud and AAM-Processes executing each other...
    What worked:
    -Installing updates as another OSX user. (Which is cumbersome and to be honest I am unwilling to create a new profile and redoing the settings of all installed (especially non-Adobe) applications because of an Adobe bug...)
    Any help will be greatly appreciated.
    Patrick

    Sheena Kaul schrieb:
    Hi Patrick,
    Can you try to run the Adobe Creative Cloud on root user account?
    Enabling and using the "root" user in OS X - Apple Support
    Regards,
    Sheena
    Hessijames schrieb:
    What worked:
    -Installing updates as another OSX user. (Which is cumbersome and to be honest I am unwilling to create a new profile and redoing the settings of all installed (especially non-Adobe) applications because of an Adobe bug...)
    Any help will be greatly appreciated.
    Patrick

  • HT204266 My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

    My iPad (version 1, IOS 5.1) has quit connecting with the store. I am unable to update or buy any app. I did a reboot and a reset with deleting the data. I can not find anything in support for this problem. Any help will be appreciated.

  • I am unable to update  apps on my iPhone 5.

    I am unable to update my apps on my iPhone 5. As I select the update button it asks for my password but the goes back to like it was. I have already rebooted a couple of times & even logged out & signed back into my iCloud, iTunes & App store. Nothing worked. But, I am still able to download new apps.
    Please tell me what can I do now to update my apps. All suggestions will be appreciated.
    Thank you.

    Can you explain a little more?  Is there a problem with your app store account?  If so, http://www.apple.com/emea/support/itunes/contact.html
    If there is another reason, can you describe it?

  • I am unable to update apps on my iPhone 4. I tried rebooting but still I get an error message which says "unable to update"

    I am unable to update apps on my iPhone 4. I tried rebooting but still I get an error message which says "unable to update"

    I really didnt want to restore unless i had absolutely other option.
    as per usual, apple wont help unless i buy an apple care plan. helpful much.

  • Unable to update apps on iPad mini. I have even restored the iPad and now I can't download any of my previously purchased apps.

    Can someone help me. I am using an iPad mini with iOS 7.0.4 with wifi connection. Have had no problems until recently when I was unable to update apps and then noticed that some apps would open but no data would be available in apps like intelicast and Pinterest. I have restored the iPad and now I am unable to download any of my previously purchased apps.

    1. Make sure iPad is using the latest software
    2. Settings>General>Date and Time>Set Automatically>On
    3. Make sure Time Zone is correct
    4. Reset iPad. Hold the Sleep and Home button down until you see the Apple Logo.

Maybe you are looking for

  • Free Goods with pricing condition (Urgent)

    Hi MM Expert, we have a probleme with free goods. because in PO item of free goods, there is no condition management (no Invoice entry) but we should manage some pricing condition for the item (spécifique condition relative to transport, ...). so are

  • Make sense of Core Dumped

    When a C/Pro*C program makes a core file after core dumped, what is the significance of this file. How can I make sense of the reason the core dump occurred. That is, understand the error because of which the core dump occurred. Regards Krishnan

  • E-Mail Alias Deleted

    I need Verizon to restore my email alias, which was deleted by Verizon technical services yesterday during a screen sharing session.  He was attempting to create a sub account with the alias name, but even after the deletion, he was unable to do so.

  • IPad issue

    iPad not accepting Id or password. On apps store it's not connecting. Telling me the server is not verified when trying to connect. Have changed password but still not working. Please help. My daughter has an iPad and hers if fine.

  • Adding artwork over network

    I get a strange thing: my library (of pretty much 160 kbps AAC) is on a network drive; currently ~10mbps link. If I import to the library on that drive: all good. However if I then add artwork, then typically the smaller songs (2 minutes or less, alt