TS3258 iphone get missing componet error 42404

iphone keeps   getting missing component error 42404 can some one please help with problem?

Hello cstev,
Thanks for using Apple Support Communities.
For more information on this, take a look at:
iTunes: "Error 42408" or "Error 42404" after upgrading to iTunes 9.0.3
http://support.apple.com/kb/TS3258
If you're using an old version of windows please:
Update to the latest version of iTunes.
You can download the latest version of iTunes here.
Best of luck,
Mario

Similar Messages

  • For all of you, who gets "missing file" error on syncing theirs photos

    I dont really knows any better way of correcting this error when deleting "iPod photo cache" -file doesn't help, but here is my answer to that. If somebody knows a better solution, plase tell it to all of us.
    I was getting an "unknown errorcode -39" and that "missing file" messages every time i try to sync my photos from my Windows 7 based computer to the iPad. It seems to me that there are something wrong on the iPed side but how to corrrect it (and i dont know anything on how apple works)?
    Just as i was gioing to give up, i realize that there must be two caches in sync, one for sender (for itunes) and one for a receiver (for example iPade) side. Both must be in sync whith themselfs and in a filesystem on their side. Easy part is on iTunes side, just delete the cache (thats because its contents can and will be recreated using the local filesystem information only).
    The other side (iPhone or iPad) is much more harder to do as there are not (or i dont have found it) any simple solution to do it. There are only one solution which i have found to be solve this problem (every time) and it is that you have to get a sync target to think that it is being sync on a different iTunes photo library (even when its empty). If this works, then you get a iTunes message saying that "are you sure?, as if you continue ALL FILES ARE DELETED when your are resynced on different photolibrary". That is just what we wanted. For myself it has worked every time, but it takes time, as you must resync it twice (once in an alien or differentt, and back to the original or updated photolibrary).
    Those who knows better, comments please?

    Part 2.
    Another thing that all Encore users ought to regularly offer up a daily prayer of thanks for is the PSD support for menus.
    Let me tell you a little story, all about how bloody awkward it
    i can
    be, again using Industry Standard "Flagship" applications.
    The little saga above about the additional _HL_LB image completely forgot to mention that there is a very nasty scaling issue awaiting the ignorant (like me).
    It doesn't scale the letterbox image automatically.
    SO, it's a case of as usual, preparing all Widescreen assets in anamorphic mode (create & design in PS using PAR correction, reshape image to Square Pixels)
    Duplicate the _HL for the _HL_LB image.
    Now, because of the rescaling issue, take this into PS, and resize the image to 720x360, then resize the
    i canvas
    to 720x480, making certain your background is white, as failure to do this will mean the Letterboxed SPHL are incorrectly scaled, although the button hotspots are in the right place.
    Aargh - if it was not for the "Phone A Friend" option, I would still be stuck on this.

  • Getting missing method error - first attempt at arrays

    I'm trying to work with arrays for the first time ever - I understand the concept, but can't quite get the syntax down. Here is the class which won't compile and is giving me a missing method body or declare abstract message - please help me understand what I'm doing wrong.
    import java.util.Scanner;
    import static java.lang.System.out;
    public class Inventory
      //declare and initialize variables
       private int itemNumber = 0;
       private String productName;
       private int stockAmount = 0;
       private double productCost = 0;
       private double totalValue = 0;
       private double totalInventory = 0;
       //initialize scanner
       Scanner input = new Scanner(System.in);
       public Inventory (int itemNumber, String productName, int stockAmount,
               double productCost, double totalValue);
       out.println("Please enter item number: "); //prompt for item number
          itemNumber = input.nextInt();
       out.println( "Enter product name/description: "); //prompt for product name
          productName = input.next();
       out.println("Quantity in stock: ");
          stockAmount = input.nextInt(); // prompt for stock quantity
       out.println("What is the product cost for each unit? ");
          productCost = input.nextDouble(); // prompt for product cost
            totalValue = stockAmount * productCost; //calculate stock value
          } // end calculate stock value
          { //request for inventory details
            out.printf("%s, which is item number %d, has %d pieces currently in " +
                "stock at a price of %.2f each. The total value of " +
                "inventory in stock is %.2f\n.", productName, itemNumber, +
                stockAmount, productCost, totalValue);
          } // end request
      }// end classHere is my main method - I don't think I'm referencing things the way I'm supposed to.
    public class Main {
      public static void main(String[] args) { //start main method
            Inventory inventory = new Inventory(); //call Inventory class
            inventory.inventoryInput();
    }

    LOL - you are right, I don't really know what I'm doing. I don't understand this and am just trying to muddle my way through this whole thing...as you can tell I'm facing many challenges.
    Here is how I've changed my main method and the Inventory class - still getting error messages though - any additional hints/suggestions?
    Inventory class
    import java.util.Scanner;
    import static java.lang.System.out;
    public class Inventory
      //declare and initialize variables
       private int itemNumber = 0;
       private String productName;
       private int stockAmount = 0;
       private double productCost = 0;
       private double totalValue = 0;
       private double totalInventory = 0;
       //initialize scanner
       Scanner input = new Scanner(System.in);
       public Inventory (int itemNumber, String productName, int stockAmount,
               double productCost, double totalValue)
       out.println("Please enter item number: "); //prompt for item number
          itemNumber = input.nextInt();
       out.println( "Enter product name/description: "); //prompt for product name
          productName = input.next();
       out.println("Quantity in stock: ");
          stockAmount = input.nextInt(); // prompt for stock quantity
       out.println("What is the product cost for each unit? ");
          productCost = input.nextDouble(); // prompt for product cost
            totalValue = stockAmount * productCost; //calculate stock value
          } // end calculate stock value
          { //request for inventory details
            out.printf("%s, which is item number %d, has %d pieces currently in " +
                "stock at a price of %.2f each. The total value of " +
                "inventory in stock is %.2f\n.", productName, itemNumber, +
                stockAmount, productCost, totalValue);
          } // end request
      }// end classMain method
    public class TestInventory
        public static void main(String[] args)
        {Inventory[] inventoryArray = new Inventory[3];
         inventoryArray[0] = new Inventory(0, 2541, Radios, 14, 15.95);
         inventoryArray[1] = new Inventory(1, 1685, VCR, 10, 98.95);
         inventoryArray[2] = new Inventory(2, 5872, Clock, 8, 12.95);
         For (Inventory inventory : inventoryArray)
             System.out.println(Inventory);
    }

  • They get 'Missing Links' error messages ... Why?

    I created a piece of Artwork (probably best done in Indesign, but Illy is my preferred), and sent it to the publisher.
    I placed images in the document.  I 'Saved As' and choose PDF, and made sure I had the Embedded images option ticked.
    They are using CS4 and I'm using CS so its not that I'm going backwards (then I'd use export).
    So, my question is, why are they getting this error message (I realise it is because they are missing the links, and don't have the images)?  Other than sending them all the images/logos is there another solution?
    My specs: Windows XP Pro, Illy CS.
    Thanks

    Thanks tman69 & Wade,
    I've managed to speak to the printing company and sorted it all out.  It was a combination of her trying to view the letter outlines on the raster images as the file has both raster images and vector images in it.  So, she could see the outline of the vector ones but not the others.
    Wade, now that I've read your post I think I mis understood you.  I had created another version when saving it.  I have no issues with disk size so didn't even take that into account (I should read more closely).  I have sent them both the original file, and the new saved as file.
    Fortunately this is now fixed.
    Thanks

  • Excel-ActiveX-Maximized if I close it, I get missing reference error

    I have report which is generated  using excel(not Report genration Toolkit).... There is an option for window state.
    Well I want it open,(but the problem is if someone closes the excel file, I get errors saying no reference... and all that thing)
    Is there a way to view this way(i.e. updates while entering and does not cause problems if we close it)
    Solved!
    Go to Solution.

    Hi karthik,
    you need to program some error handling.
    When your user is able to close the excel workbook while your program is working with it, you need to check for errors. When an error like "missing reference" is popping up you need to re-open the workbook…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Iphone getting a certificate error logging into Lync 2013

    Hello,
    I am having a strange issue with Lync Mobility. Android seems to work just fine, but my IPhone clients are throwing certificate errors. Everything is showing up properly in the Lync Connectivity Analyzer. The LyncDiscover URL seems to work just fine.Any
    Anyone run into issues specifically with certificates and IPhone?

    Check the following KB about Lync Mobile users cannot sign in after they update to client version 5.4:
    http://support.microsoft.com/kb/2965499/en-us
    Lisa Zheng
    TechNet Community Support

  • Delete item to wastebasket get missing user error

    When I tried to delete a document from "my portfolio" in portal to my waste basket, I got error message "missing user". By checking the SAP log trace file, it showed "Cannot instantiate user <anonymous>".
    Our Portal (Netweaver 7.0) is SSO to LDAP, and BI backend system. I was logged in to the portal as admin when tried to delete the document. Don't understand the above message why it was trying to instantiate anonymous user?
    Any helps will be appreciated.

    Hello!
    Which SP Version are you using? Because we had similar problems which were solved with SP 17.
    BR, Christian

  • RESTORE IPHONE- GET AN UNKNOWN ERROR

    Tried to update to ios6. It was unsuccessful and told me to rstore my iphone. It comes up as unknown error, and the picture on the phone is itunes logo at top. Underneath is cable .

    error 1015 http://support.apple.com/kb/TS3694#error1015  usually means that your phone was hacked or jailbroken before.

  • Trying to package InDesign file, gets missing plugin error

    I've been trying to package this magazine and it keeps telling me i'm missing this external plugging called 'asset management.InDesignPlugin'. when i try googling it i can't find anything.

    If Peter's solution does not help, here's another way, because the missing plugin might just be incorrectly registered or not at all:
    1. Find the location of your Indesign preferences file, copy it to a safe place, delete the original.
    2. Start Indesign - it will re-register all plugins. Close Indesign again.
    3. Write back the saved prefs file to the original location.

  • I cant get on itunes error -42404

    Hey I'm only 14 and don't know to much about computers and need help. I downloaded a newer version of itunes but in the middle of the download it just stopped it wouldnt go any further so I stopped it. Now I try to get on itunes but it says "The itunes application could not be opened. A required itunes component is not installed. Please repair or reinstall quicktime. (-424040)" I tried redownloading it but nothing happened does anybody have any suggestions. I was also wondering if I were to uninstall itunes would I lose all my songs.

    We would love to help. Please tell us specifically what's happening and when this started.

  • Why am I getting missing plugin error in CS4 Indesign when trying to open indd or PDF files?

    Any help would be appreciated?

    PDF files cannot be opened in InDesign.
    InDesign files which are not able to be opened might come from a newer version, you might ask for an IDML file, but better to upgrade to the same version.

  • IPhones getting a relay error when trying to send through exchange. Tried to delete and re-install the account, but no joy. Anyone have similar issue

    Help
    Blackberries are working fine   FYI.... 

    Blackberries use an intermediate service and do not (for the most part) communicate directly with the Exchange server.
    Contact your IT department for help.

  • TS3694 why while updating my software there's a error 21 and the iphone get disconnected?

    why while updating my software there's a error 21 and the iphone get disconnected?

    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.
    Also, check your hosts file to verify that it's not blocking iTunes from communicating with the update server. See iTunes: Advanced iTunes Store troubleshooting—follow steps under the heading Blocked by configuration (Mac OS X / Windows) > Rebuild network information > Mac OS X > The hosts file may also be blocking the iTunes Store. If you have software used to perform unauthorized modifications to the iOS device, uninstall this software prior to editing the hosts file to prevent that software from automatically modifying the hosts file again on restart.

  • IPhone gets event 3005 Activesync error with SBS 2003

    I have a Microsoft Windows 2003 Small Business Server  that has been communicating with all of my IOS devices for months and now one of the iPhones get an Activesync error when trying to access Exchange mail.  I get an event 3005 -
    Unexpected Exchange mailbox server error.
    Verify that the Exchange Mailbox server is working correctly.
    I have other iPhones and iPads that are accessing the server correctly and when I setup the same user on different iPhones they are able to access the accoutn for the user accountthat is having the problem which means the issue is something on the phone.
    We took the phone to AT&T and had them reset it.  We then setup the Exchange account again and it worked for about a minute and then started the same errors. 
    Does anyone have any ideas?

    I have a Microsoft Windows 2003 Small Business Server  that has been communicating with all of my IOS devices for months and now one of the iPhones get an Activesync error when trying to access Exchange mail.  I get an event 3005 -
    Unexpected Exchange mailbox server error.
    Verify that the Exchange Mailbox server is working correctly.
    I have other iPhones and iPads that are accessing the server correctly and when I setup the same user on different iPhones they are able to access the accoutn for the user accountthat is having the problem which means the issue is something on the phone.
    We took the phone to AT&T and had them reset it.  We then setup the Exchange account again and it worked for about a minute and then started the same errors. 
    Does anyone have any ideas?

  • Missing keyword error

    Hi all,
    I am getting missing keyword error when trying to execute the below function,it doesn't give an error while compiling though.Tried to debug but to vain,can't understand what i am missing.
       FUNCTION reprint_file (p_format          VARCHAR2,
                              p_printer_number  VARCHAR2,
                              p_request_id      VARCHAR2,
                              p_order_no_from   VARCHAR2 DEFAULT NULL,
                     p_order_no_to     VARCHAR2 DEFAULT NULL,
                     p_order_date_from VARCHAR2 DEFAULT NULL,
                     p_order_date_to   VARCHAR2 DEFAULT NULL
       RETURN VARCHAR2 IS
          CURSOR c_format(p_format VARCHAR2) IS
             SELECT *
             FROM   rgl_lookup_data
             WHERE  format_name = p_format;
          TYPE c_ref IS REF CURSOR;
          c_rec              c_ref;
          l_info             VARCHAR2(32767);
          l_stmt             VARCHAR2(6000);
          l_order_by         VARCHAR2(200):='';
          l_exec_stmt        VARCHAR2(8000);
          l_fp               UTL_FILE.FILE_TYPE;
          l_filename         VARCHAR2(200);
          --p_dir_name         VARCHAR2(200) := '/usr/tmp';
          p_dir_name VARCHAR2(200) := '/d02/oracle/edi/in';
          l_order_by_clause  VARCHAR2(240);
          l_cursor           PLS_INTEGER;
          l_return           NUMBER;
       BEGIN
          UPDATE rgl_mcy_line_data
          SET    printer_info = p_printer_number
          WHERE  header_id = p_request_id;
          l_stmt := 'SELECT ''"''||printer_info||''"'''; -- ||''","''||printer_info ';
          FOR curr_format IN c_format(p_format)
          LOOP
             IF curr_format.quantity IS NOT NULL THEN
                l_stmt := l_stmt || ' ||'',''||DECODE(quantity, NULL, NULL,''"''||'||'quantity||''"'')';
             END IF;
             IF curr_format.field_25 IS NOT NULL THEN
                l_stmt := l_stmt || ' ||'',''||DECODE(field_25, NULL, NULL,''"''||'||'field_25||''"'')';
             END IF;
          END LOOP curr_format;
          l_exec_stmt := l_stmt
                      || ' FROM rgl_lookup_data '
                      || ' WHERE format_name = :format_b';
          l_filename := 'Reprint_'||'ASP'||'_'||p_request_id||'_'||TO_CHAR(SYSDATE, '_DDMMYYYY_hh24MISS')||'.csv';
          l_fp := UTL_FILE.FOPEN(p_dir_name, l_filename, 'w');
          OPEN c_rec FOR l_exec_stmt USING p_format;
          FETCH c_rec INTO l_info;
          CLOSE c_rec;
          write_line(l_fp, l_info);
          l_exec_stmt := l_stmt
                      || ' FROM  rgl_mcy_line_data '
                      || ' WHERE header_id = :header_id_b '
                      || ' AND   format = :format_b '
                      || ' AND   printer_info = :printer_number_b ';
          IF p_order_no_from IS NOT NULL AND p_order_no_to IS NOT NULL THEN
             l_exec_stmt := l_exec_stmt
                         || ' AND order_number BETWEEN :order_no_from_b TO :order_no_from_to ';
          ELSIF p_order_no_from IS NOT NULL THEN
             l_exec_stmt := l_exec_stmt
                         || ' AND order_number >= :order_no_from_b ';
          ELSIF p_order_no_to IS NOT NULL THEN
             l_exec_stmt := l_exec_stmt
                         || ' AND order_number <= :order_no_from_to ';
          END IF;
          IF p_order_date_from IS NOT NULL AND p_order_date_to IS NOT NULL THEN
             l_exec_stmt := l_exec_stmt
                         || ' AND order_date BETWEEN :order_date_from_b TO :order_date_from_to ';
          ELSIF p_order_date_from IS NOT NULL THEN
             l_exec_stmt := l_exec_stmt
                         || ' AND order_date >= :order_date_from_b ';
          ELSIF p_order_date_to IS NOT NULL THEN
             l_exec_stmt := l_exec_stmt
                         || ' AND order_date <= :order_date_from_to ';
          END IF;
          --log_mesg(l_exec_stmt);
    dbms_output.put_line('Entered');
          l_cursor := DBMS_SQL.OPEN_CURSOR;
          DBMS_SQL.PARSE(l_cursor, l_exec_stmt, DBMS_SQL.NATIVE); --Error is showing at this line
          DBMS_SQL.DEFINE_COLUMN(l_cursor, 1, l_info, 32767);
          DBMS_SQL.BIND_VARIABLE(l_cursor, 'header_id_b', p_request_id);
          DBMS_SQL.BIND_VARIABLE(l_cursor, 'format_b', p_format);
          DBMS_SQL.BIND_VARIABLE(l_cursor, 'printer_number_b', p_printer_number);
    dbms_output.put_line('Exit');
          --log_mesg('req:'||p_request_id);
          --log_mesg('for:'||p_format);
          --log_mesg('pno:'||p_printer_number);
          IF p_order_no_from IS NOT NULL THEN
             --log_mesg('onf:'||p_order_no_from);
             DBMS_SQL.BIND_VARIABLE(l_cursor, 'order_no_from_b', p_order_no_from);
          END IF;
          IF p_order_no_to IS NOT NULL THEN
             --log_mesg('ont:'||p_order_no_to);
             DBMS_SQL.BIND_VARIABLE(l_cursor, 'order_no_to_b', p_order_no_to);
          END IF;
          IF p_order_date_from IS NOT NULL THEN
             --log_mesg('odf:'||p_order_date_from);
             DBMS_SQL.BIND_VARIABLE(l_cursor, 'order_date_from_b', p_order_date_from);
          END IF;
          IF p_order_date_to IS NOT NULL THEN
             --log_mesg('odt:'||p_order_date_to);
             DBMS_SQL.BIND_VARIABLE(l_cursor, 'order_date_to_b', p_order_date_to);
          END IF;
          l_return := DBMS_SQL.EXECUTE(l_cursor);
          LOOP
          --log_mesg('inside the loop')
             EXIT WHEN DBMS_SQL.FETCH_ROWS(l_cursor) = 0; --curr_rec%NOTFOUND;
             DBMS_SQL.COLUMN_VALUE(l_cursor, 1, l_info);
             write_line(l_fp, l_info);
          END LOOP;
          DBMS_SQL.CLOSE_CURSOR(l_cursor);
          UTL_FILE.FCLOSE(l_fp);
          UPDATE rgl_header_data
          SET    last_print_date = SYSDATE,
                 reprint_count = NVL(reprint_count, 0) + 1
          WHERE  header_id = p_request_id;
          COMMIT;
          EXCEPTION
    WHEN OTHERS THEN
        DBMS_OUTPUT.PUT_LINE('An error was encountered - '||SQLCODE||' -ERROR- '||SQLERRM);
          RETURN l_filename;
       END rePrint_File;
    Function Call
    DECLARE
    v_result VARCHAR2(1000);
    BEGIN
    v_result := REGAL_MCY_PRINT_PKG.reprint_file('Macys.lwl','hp4000','6473482927','1213049','1213049',NULL,NULL);
    END;
    DBMS Messages
    Entered
    An error was encountered - -905 -ERROR- ORA-00905: missing keyword
    Any suggestions,
    Thanks in advance!!

    i didn't find anything wrong with this
    DBMS Message before parsing
    SELECT '"'||printer_info||'"' ||','||DECODE(quantity, NULL, NULL,'"'||quantity||'"') ||','||DECODE(format, NULL, NULL,'"'||format||'"') ||','||DECODE(duplicates, NULL,NULL,'"'||duplicates||'"') ||','||DECODE(field_1, NULL, NULL,'"'||field_1||'"') ||','||DECODE(field_2, NULL, NULL,'"'||field_2||'"') ||','||DECODE(field_3, NULL, NULL,'"'||field_3||'"') ||','||DECODE(field_4, NULL, NULL,'"'||field_4||'"') ||','||DECODE(field_5, NULL, NULL,'"'||field_5||'"') ||','||DECODE(field_6, NULL, NULL,'"'||field_6||'"') ||','||DECODE(field_7, NULL, NULL,'"'||field_7||'"') ||','||DECODE(field_8, NULL, NULL,'"'||field_8||'"') ||','||DECODE(field_9, NULL, NULL,'"'||field_9||'"') ||','||DECODE(field_10, NULL, NULL,'"'||field_10||'"') ||','||DECODE(field_11, NULL, NULL,'"'||field_11||'"') ||','||DECODE(field_12, NULL, NULL,'"'||field_12||'"') ||','||DECODE(field_13, NULL, NULL,'"'||field_13||'"') ||','||DECODE(field_14, NULL, NULL,'"'||field_14||'"') ||','||DECODE(field_15, NULL, NULL,'"'||field_15||'"') ||','||DECODE(field_16, NULL, NULL,'"'||field_16||'"') ||','||DECODE(field_17, NULL, NULL,'"'||field_17||'"') ||','||DECODE(field_18, NULL, NULL,'"'||field_18||'"') ||','||DECODE(field_19, NULL, NULL,'"'||field_19||'"') ||','||DECODE(field_20, NULL, NULL,'"'||field_20||'"') ||','||DECODE(field_21, NULL, NULL,'"'||field_21||'"') ||','||DECODE(field_22, NULL, NULL,'"'||field_22||'"') ||','||DECODE(field_23, NULL, NULL,'"'||field_23||'"') ||','||DECODE(field_24, NULL, NULL,'"'||field_24||'"') ||','||DECODE(field_25, NULL, NULL,'"'||field_25||'"') FROM  rgl_mcy_line_data  WHERE header_id = :header_id_b  AND   format = :format_b  AND   printer_info = :printer_number_b  AND order_number BETWEEN :order_no_from_b TO :order_no_from_to

Maybe you are looking for