Anyone know what error message 4201 means?

I try to burn a audio CD from iTunes using my internal and external drive and i get an error message both times with the CD popping out partially written. The error message i get when trying to burn to my external drive is, "The attempt to burn a disk failed. An unknown error occurred (2401)." Does anyone know what this means? Or how to fix this problem? Any suggestions would be greatly appreciated! Thanks.

http://support.apple.com/kb/ts3694#error6
Errors related to third-party security software
Error 2, 4 (or -4), 6, 1000, 9006
Follow the steps to troubleshoot security software. Often, uninstalling third-party security software will resolve these errors.
There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. An incorrectly set default packet size can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
Verify that access to ports 80 and 443 are allowed on your network.
Verify that communication to albert.apple.com or phobos.apple.com isn't blocked by a firewall or other Internet security setting.
Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps under "Advanced steps > Rename, move, or delete the iOS software file (.ipsw)" below for file locations.
Restore your device while connected to a different network.
Restore using a different computer.

Similar Messages

  • TS3694 Does anyone know what error message 6 means?   No detailed explanation of 6 on this page.  Got that msg when trying to update iPhone (4S) OS software.

    Does anyone know what error message 6 means?   No detailed explanation of 6 on this page.  Got that msg when trying to update iPhone (4S) OS software.

    http://support.apple.com/kb/ts3694#error6
    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 1000, 9006
    Follow the steps to troubleshoot security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. An incorrectly set default packet size can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or phobos.apple.com isn't blocked by a firewall or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps under "Advanced steps > Rename, move, or delete the iOS software file (.ipsw)" below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • Does anyone know what error code -8065 means?

    Does anyone know what error code -8065 means?

    It usually means the iPhone was hacked, with "jailbroken" being the cutsie term for that.
    http://support.apple.com/kb/TS3694#error1015
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • TS3694 Does anyone know what error code 1015 means?

    Does anyone know what error code 1015 means?

    It usually means the iPhone was hacked, with "jailbroken" being the cutsie term for that.
    http://support.apple.com/kb/TS3694#error1015
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • Does anyone know what error code 2969T means?

    I replaced the LCD on an iPod 2.
    Now I have the # 2669T on every screen.
    Know what that means?

    It usually means the iPhone was hacked, with "jailbroken" being the cutsie term for that.
    http://support.apple.com/kb/TS3694#error1015
    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.

  • Does anyone know what error message 59.52 is?

    Can anyone help me with this error message? I am using MAC OS X Lion 10.7.2. Worked fine and then it stopped with error 59.52.

    What Machine are you using?

  • Anyone know what error does it mean?

    C:\jdk1.3.1\bin>java fetchFromDBtest
    SQLException java.sql.SQLException: [Microsoft][ODBC SQL Server Driver][SQL Serv
    er]Line 1: Incorrect syntax near 'Pname'.
    ====================================
    // Connect to the database
    try{
    DBConn = DriverManager.getConnection("jdbc:odbc:mcse","sa","storm");          
    // Shut off auto-commit
    //DBConn.setAutoCommit(false);
    }catch(SQLException se){
    System.out.println("SQLException" + se);
    query = "SELECT * FROM Campaign WHERE Pname ";

    import java.sql.*;
    import java.applet.*;
    import javax.swing.*;
    public class fetchFromDBtest extends JFrame
    public fetchFromDBtest()
    QuestionDatabase();
    public void QuestionDatabase()
    Statement stmt; // SQL statement
    String query; // SQL select
    ResultSet rs; // SQL query results
    boolean more = false; // "more
    Connection DBConn=null;
    // ODBC data source name
    //String dsn = "jdbc:odbc:mcse",sa,storm;
    String val=" " ;
    JFrame f=new JFrame();
    f.setTitle("test");
    f.setBounds(100,100,400,400);
    f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
    JTextArea ta=new JTextArea();
    ta.setBounds(110,110,100,50);
    try{
    Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
    }catch(ClassNotFoundException ee) {
    ee.printStackTrace();
    // Connect to the database
    try{
    DBConn = DriverManager.getConnection("jdbc:odbc:mcse","sa","storm");          
    // Shut off auto-commit
    //DBConn.setAutoCommit(false);
    }catch(SQLException se){
    System.out.println("SQLException" + se);
    query = "SELECT * FROM Campaign"+" WHERE index"+"'";
    try{
    stmt = DBConn.createStatement();
    rs = stmt.executeQuery(query);
    // Check to see if any rows were read
    more = rs.next();
    if (!more) {
    System.out.println("No rows found.");
    return;
    // Loop through the rows retrieved from
    int loop = 0;
    loop:
    while (more) {
    loop++;
    val= rs.getString("questions");
    more = rs.next();
    if (!more) {
    break loop;
    ta.setText(val); //only the last record will be set as text
    ta.setVisible(true);
    f.getContentPane().add(ta);
    f.setVisible(true);
    rs.close();
    stmt.close();
    }catch (SQLException se){
    System.out.println("SQLException " + se);
    public static void main(String args[])
    fetchFromDBtest fetch=new fetchFromDBtest();
    This is my coding .. can anyone tell me where the sql query mistake i make
    From is the table rite then where is the column rite,?any mistake

  • Does anyone know what Error: 5 mean when trying to open up InDesign CS4

    Does anyone know what Error: 5 mean when trying to open up InDesign CS4?

    Opening the program, or opening a file?

  • TS1424 Does anyone know what Error = 408 means? I can't complete the download of an album because of it! Tells me the server timed out. How do I fix it?

    Does anyone know what Error = 408 means? I can't complete the download of an album because of it! Tells me the server timed out. How do I fix it?

    IPhone, iPad, iPod touch: Wrong passcode results in red disabled screen
    Please Get the iPod Touch User Manual for iOS 5

  • Does anyone know what error 6179 is?  It's coming up over my mail icon and I can't send or receive mail.  My OS is Yosemite

    Does anyone know what error 6179 is?  It's coming up over my mail icon and I can't send or receive mail.  My OS is Yosemite

    Mail troubleshooting - Yosemite
    Mail (Yosemite): If you can’t receive messages
    Mail (Yosemite): If you can’t send messages

  • HT1222 Does anyone know what error 1013 is on an I Phone? is there a fix?

    Does anyone know what error 1013 is on an I Phone? is there a fix?

    Error 1004 and 1013: These errors may be the result of the connection to gs.apple.com being redirected or blocked. Follow these steps to resolve these errors:
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to default on Windows. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.
    If the errors persist on another computer, the device may need service.

  • Anyone know what this system stat means cell physical IO interconnect bytes

    Hi All.
    I can't find any documentation about "cell physical IO interconnect bytes" system stat - does anyone know what it signifies ?
    Thanks
    Dave
    Class Name Value
    64 cell physical IO interconnect bytes 1.160476804096E12
    1 session logical reads 1.4572587197E10
    8 free buffer requested 1.800353E8
    1 CPU used by this session 1.8441013E7
    8 hot buffers moved to head of LRU 9597137
    8 physical write total IO requests 5319164
    2 redo ordering marks 5082070
    128 background timeouts 2907194
    128 messages received 1752295
    128 messages sent 1752246

      1* select name, value from gv$sysstat where name like '%physical IO%'
    SQL> /
    NAME                                              VALUE
    cell physical IO interconnect bytes                      983887872
    cell physical IO bytes saved during optimized file creation            0
    cell physical IO bytes saved during optimized RMAN file restore        0
    cell physical IO bytes eligible for predicate offload                 0
    cell physical IO bytes saved by storage index                      0
    cell physical IO interconnect bytes returned by smart scan            0
    cell simulated physical IO bytes eligible for predicate offload        0
    cell simulated physical IO bytes returned by predicate offload            0
    8 rows selected.
    SQL> select * from v$version;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • Does anyone know what diagnostic log 0601 means?

    Does anyone know what let diagnostic log 0601 means?

    Hi mu2denny, welcome to the HP Forums. What is the model or product number? What version of Windows is installed?
    Guide to finding your product number
    Which Windows operating system am I running?
    TwoPointOh
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom to say “Thanks” for helping!

  • Does anyone know what Error -49 is?  Thanks

    Just tried to export my first iMovie and after about one hourthe Error message -49 appeared.  No explanation as to what -49 means.  Does anyone have the answer.  Thanks.

    Hi
    Error -49 opWrErr  File already open with write permission
    Trash the preference files while application is NOT Running.
    from Karsten Schlüter
    Some users notice on exporting larger projects from within iMovie that this operation is aborted with an 'error -49'
    This issue occours only on MacOs machines using 10.7x
    try switching-off the Local Mobile Backup
    in Terminal copy/paste
    sudo tmutil disablelocal
    Re-launch Mac
    Yours Bengt W

  • Anyone know this error message:  Adobe Illustrator CS5 15.0.1 Update   Installation failed. Error Co

    Very new and very green to illustrator.
    Have used only once or twice since i bought it.
    Unfortunately when i need to use it now - it crashes
    upon starting up.
    I received the following error message:
    Adobe Illustrator CS5 15.0.1 Update
      Installation failed. Error Code: U44M2P7
    Haven't a clue what to do!
    Any help and direction would be most appreciated.
    g1

    Updates can fail due to any number of system issue. They are more prone to failing if you alter the application in any way. On the Macintosh, popular applications such as Monoligual will remove application package contents and therefore cause updates to fail.
    The easiest solution is to uninstall Illustrator CS5 using the uninstaller and then reinstall Illustrator CS5, then immediatlly run the 15.0.1 update.

Maybe you are looking for

  • HT1373 Authorizing Multiple Apple IDs on iTunes

    Years ago, when first signing up to use iTunes, I registered an ID and Password.  After some time and buying many songs, I changed my Apple ID and Password.  I recently purchased a new computer and discovered in order to get all my purchased songs on

  • Displaying multiple roles related to a single key value in a single view MVC 4

    Dear Team,          My name is Ajay Sutar. I am newly learning MVC 4, as we are about to initiate a new project in ASP .NET MVC 4. I am using a details scaffolding to display a  single record. but now my single employee have multiple roles. As exampl

  • Total time in ALV grid

    Hi anyone! Is there a way to get a total for the column containing time? If I use ls_fcat-do_sum = 'X' the totals line is not displayed. Thanks in advance.

  • Add a character to end of text field

    I'm looking for a script that will add a character to the end of all text fields in a document. Or one that adds it to a single text field that I could add to all my text fields. The reason is that our end client will be copying and pasting text from

  • 2 x iphone in Itunes

    Is it possible to have two Iphones (1 x Iphone 4 and 1 x phone 4s) in one Itunes account?