List of PS3 error codes

Thought this might help people out when they get an error message and want to know exactly what the issue was. If the mods are aware of any more codes could they please add them to the list.
80029945 - Can’t playback burn BDr movie (error in picture above)
80029946 - Attempting to play burnt Dual layer NTSC disc on a Pal ps3
(workarouns is to transfer files to ps3 via TVersity)
(added 24th Sept 2007)
80029301 - An error occurred during the delete operation (attempting to delete
some ps2 homebrew from virtual mem card) (added 15sept2007)
80029516 - Sign in to PLAYSTATION-Network (needed for some games or Ps3
processes - have to sign in to use them) (added 04-sept-2007)
80710A06 - An error occurred during the install operation (error when downloading
game from PSN - network error occured (added 30thAug2007)
8003041F - An error occurred during the copy operation (using media server) (added
27aug2007)
80010006 - An error occurred during the start operation (added 22aug07 - corrupted
folding install)
80010007 - An error occurred during the start operation (added 17aug07 - during
disc swap tests)
710102 - DNS Error; No DSN server available.
8013030 - System Error due to failed update download
80010001 - Major Error , Game ability stopped
80010017 - Can’t start Blueray Game
80010510 - Will not play hard drive games - Cause unknown
80010516 - An error occured during the start operation; Ps1 game swapped using
the eject function and then play pressed quickly - ps1 game inserted
again
80029023 - Exchanging Key Information exchange has timed out
80029024 - “Cannot Obtain an IP address”.
80029564 - Downloaded Game will not install - Cause unknown
80030920 - An error occurred during the copy operation. The file may be corrupt or
there isnt enough memory. Try copying data from original source.
80031150 - System Settings Fail to Save - Possible Blue Screen “Setting information
is corrupted.Pre
80031601 - Error Creating Account
80130203 - PS3 connects to internet but not to network - Typically means that the
required ports are
80410418 - DNS Error
80710016 - Playstation Network is down.
80710092 - “An error has occured. you’ve been signed out from the ps network” -
(connection dropped?
80710101 - Conneciton error
80710102 - IP conflict , PS3 Cannot connect to the router with current IP information - Try rebooting your router
80710541 - The connection to the server timed out. ***** the x button to repair and
restore default”
80710723 - Possible Port Error - Try opening ports , TCP port: 80, 443, 5223 and UDP
port: 3478, 3479, 3658. or add Ps3 to DMZ
81019002 - Error copying saves from location A to location B not open to connect to
store but PS3 can connect to internet.
8001050B - Will not play demo hard drive games, when blue-ray disc is inserted -
Cause unknown
8001050D - An error occured during the start operation; Ps3 game swapped using
the eject function and then play pressed quickly - ps3 game inserted
again
80028EA5 - Unknown?? User cannot connect to PS3 network. Sony told the user to
send the machine in.
80028ea6 - Connection error , Possible Proxy error power cord. Then shut off your
modem/router, for about 5 mintues, then turn the modem back up first
and let it sync, then turn the router back on(if using one) and let it sycn.
Reconnect your power cable and flip the back swtich up again. Then
make a new network connnection.
80028F10 - Go to Display Settings then HDMI (or whatever your connection is) and
choose Automactic,
80028f17 - Ps2 disc Boot Error , An error occured during the start operation; Ps2
game swapped using the eject function and then play pressed quickly -
Backup ps2 game inserted again
80028F18 - Ps2 Disc Error, unsupported disc; eg. Utility discs, BB discs, IQ Remix
game etc. ode).
80028F19 - PS2 Disc Error , fsck; the internal PS2 disk got corrupted and I guess that
you can use HDD utility disc to fix it
80028F1A - Ps2 Disc Error , invalbnnetcfg; network config error
80029C68 - Corrupt data usually on external device
8002A10D - Unable to Add friend in XMB
8002A4A6 - Cannot load game to play online
8002A515 - Error Signing in
8002A548 - Unable to remain logged in - either to game or server
8002A705 - Unable to connect to server/host. Check router port configuration.
8002a71a - Possible NAT Error , Can log onto Game Server but can’t join game and
can’t host game
8002b241 - DVI has no audio
8002F994 - To many people downloading the update just sit back until the morning
around 5am - 11am and you should be able to get it.
8002F997 - Trying to Update the Firmware, copying to a file and installing from a USB
drive falied”.
8003051E - Game will not Save
8013013D - “A connection error has occurred” - May be to do with the SSID of the
Router or signal strength if the conneciton drops Putting the PS3 into
DMZ may help - otherwise check WPA key Ps3 can’t handle WPA2 only
WPA or none
8013013E - WEP Key error, change WEP key to all numbers (on router homepage)
and try agian, or which to WPA. - Otherwise disable security
8013030F - Check Router Page, SSID Broadcasting possibly off.
8013030F - Access Point not detected
80410A0B - Internal PSP error, hardware fault. Send back to be replaced/fixed.
807101FF - An error occurred during communication with the server. This is a DNS
error This is a DNS error
8071053D - Hard boot the PS3, turn off the PS3 to stand-by, flip off the back swtich
and remove the
80710B23 - PS3 Network is Down or PS3 Network is too busy to respond
80710D23 - Turn the PS3 off for a bit (30 minutes give or take) with the power toggle
(not standby mode)
80029513 - Copyright Violation when attempting to install game

ValiX wrote:
There is only one error code for the Xbox 360.  ............  This topic should be pined.I know I pined it

Similar Messages

  • XSQL-007 and list of XSQL error codes.

    I have a situation where I need to replay a request if I cannot acquire a database connection, and to not replay a request otherwise. Is the XSQL-007 code the only code that deals with database connections?
    XSQL-007: Cannot acquire a database connection to process page.
    Do you have a published list of XSQL codes? Is there a method in java code to generate the full list of XSQL codes? For example to get a list of database error codes, one can in PL/SQL use:
    set serveroutput on size 2000
    begin
    for i in 1..9999 loop
    dbms_output.put_line ( sqlerrm(-i) ) ;
    end loop ;
    end ;
    Steve.

    There's not a way to loop through the errors in Java. Here's the list.
    XSQL-001: Cannot locate requested XSQL file. Check the name.
    XSQL-002: Cannot acquire database connection from pool: {0}
    XSQL-003: Failed to find 'XSQLConfig.xml' file in server CLASSPATH.
    XSQL-004: Could not acquire a database connection named: {0}
    XSQL-005: XSQL page is not well-formed.
    XSQL-006: XSLT stylesheet is not well-formed: {0}
    XSQL-007: Cannot acquire a database connection to process page.
    XSQL-008: Cannot find XSLT Stylesheet: {0}
    XSQL-009: Missing arguments on command line
    XSQL-010: Error creating: {0}\nUsing standard output.
    XSQL-011: Error processing XSLT stylesheet: {0}
    XSQL-012: Cannot Read XSQL Page
    XSQL-013: XSQL Page URI is null or has an invalid format.
    XSQL-014: Resulting page is an empty document or had multiple document elements.
    XSQL-015: Error inserting XML Document
    XSQL-016: Error parsing posted XML Document
    XSQL-017: Unexpected Error Occurred
    XSQL-018: Unexpected Error Occurred processing stylesheet {0}
    XSQL-019: Unexpected Error Occurred reading stylesheet {0}
    XSQL-020: XSQLConfig.xml file is not well-formed.
    XSQL-021: Serializer {0} is not defined in XSQLConfig.xml
    XSQL-022: Cannot load serializer class {0}
    XSQL-023: Class {0} is not an XSQL Serializer
    XSQL-024: Attempted to get response Writer after getting OutputStream
    XSQL-025: Attempted to get response OutputStream after getting Writer

  • List of hardware error codes

    Hello,
    Is there a list of hardware error codes that are generated when internal server systems fail? For example, on a T2000 when the CPU fan fails we get a message like this in the syslog:
    Nov 4 09:34:49 systemx rmclomv: [ID 431010 kern.error] CPU_FAN @ MB.P0.F0.RS has FAILED.
    Thanks,
    mgb

    Nope.
    There is no such "list" of error codes.
    Your log entry is telling you the information in clear (although abbreviated) text.
    In the excerpt you provided, you can think of the `ID431010` as the 431,010th kernel error logged by the system. Such numbers start at some random low beginning and are accumulated sequentially by your system.
    The log entry was plainly reporting on fan #0 for processor #0 located on the motherboard of hostname `systemx`as viewed from the perspective of LightsOutManager.
    Fans will fail. Replace the part.

  • Applet returns unspecified Error code 6A 95, List of default error codes?

    Hello everyone,
    I have very strange problem. I have loaded and installed my own applet in my java card. Everything works perfect, but in one function I obtain not OK response but 6A95. I have specified my own error code but 6A 95 is not in this list.
    What error 6A 95 means?
    Exist some list of all default error codes? If yes, where can be viewed?
    I was looking also to GPcardSpec document and I don't found the error code 6A 95.
    Please help me, in this strange situation.
    Thank you!
    regards,
    Milanatik

    For anyone looking, the GlobalPlatform card spec has a list of error codes in the section on command APDU's
    - Shane

  • List of stageWebView error codes?

    Is there such thing as an errorID list for stageWebView? (Google is no help here)

    Nope.
    There is no such "list" of error codes.
    Your log entry is telling you the information in clear (although abbreviated) text.
    In the excerpt you provided, you can think of the `ID431010` as the 431,010th kernel error logged by the system. Such numbers start at some random low beginning and are accumulated sequentially by your system.
    The log entry was plainly reporting on fan #0 for processor #0 located on the motherboard of hostname `systemx`as viewed from the perspective of LightsOutManager.
    Fans will fail. Replace the part.

  • List of ORA-* error codes

    Hey,
    Anyonde knows where can i find a list of all ORA-* error codes?
    tks

    Hey,
    I work with an application, developed on a technology called 'NS-DK' (don't bother to google it, is very hard to find out anything about it ...)
    Every time the database returns an error, the aplication immediately shuts de database local connection, and uses the NS-DK libraryes to decode the message.
    However, after a upgrade to a more recent version of NS-DK, the Oracle errors are not being decoded correctly, and NS-DK support are not being very helpfull in solving the issue, so we are trying to develop a simple patch to temporarily solve the problem.
    Reconnect to database to decode the errors is out of question, since it implicates lots of 'codding hours'.
    Call Windows executables is not possible too, since the application runs over a 'pillow', without privileges to execute anything.
    That's why i need the file. :)
    tks

  • Satellite A80 - in device manager ODD listed with with error code 39

    Hello,
    I have a Satellite A80 127. I have an issue with my CD drive.
    When I was trying to upgrade my XP home edition to XP Pro SP2, display said on rebooting that it couldn't read from my CD drive. On inspection I found that my CD/DVD drive is unable to read CDs though it can read DVDs. From what I remember, it was working fine couple of days before.
    I was trying to locate the source of problem and through the Troubleshoot option I found that I have a yellow exclamation mark against my SCSI/RAID host controller in my Device Manager (with error code 39). I haven't been able to update the driver it will give me error message. Also, there was a Nero SCSI/RAID controller. I tried removing it to check whether the main one works, but still no success.
    Any suggestion would be great and in the meantime I will try to find similar threads.
    Thanks
    karthik

    Hi,
    Thanks for the link.
    I tried using the 'guided registry' and it showed that all upper and lower filters were cleared in registry. But the CD read problem is still unsolved.
    Anyone has any further suggestion?
    Thanks a lot !
    karthik

  • DB Tools List Columns.vi Error code -2147217865

    Using DB Tools List Tables.vi I can sucessfully display the tables in the database. However when I attempt to read the colums from a existing table I get the following error -2147217865.
    Conn Execute.vi->DB Tools List Columns.vi->Untitled 1<ERR>Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database engine cannot find the input table or query 'Department'.  Make sure it exists and that its name is spelled correctly. in Conn Execute.vi->DB Tools List Columns.vi->Untitled 1
    What I found was that if a space was used in the name of the table I get the error. example "Forms List". If I changed the name of the table to "Forms_List", I am able to read the columns.  My problem is that the database already exists with many table names that include spaces. If I rename a table the relationships are all deleted.
    Anybody know a easier way than to redo the access database?

    The problem is that names in databases should not have spaces. Table names, column names - no spaces... To make matters worse, different DBMS use different delimiters. Some use double quotes, some (like Jet) use square brackets. It can get messy very fast. How many tables do you have that have "bad" names in them? If you created the databases originally, you might be money ahead to recreate the database with good names and write a small program to transfer all the data to the new tables.
    Mike...
    PS: This sort of situation is why I always recommend that you don't create tables interactively. Take the time to write the SQL scripts to allow you to edit and recreate the entire database if necesary. Alternately, Oracle distributes (for free) a tool called Data Modeler that has a nice interface for defining database structure and can then generate the SQL scripts for you in versions that are compatable with several major DBMS.
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Oracle List of Error codes and messages

    Hi,
    In our application we are planning to use sqlloader to load a huge amount of data into the database. However, to parse the log file we need a list of Oracle error codes and messages that are commonly encountered while loading data using sqlloader. Does anyone know where to get such a list?
    Thanks

    In our application we are planning to use sqlloader to load a huge amount of data into the database. However, to parse the log file we need a list of Oracle error codes and messages that are commonly encountered while loading data using sqlloader. Does anyone know where to get such a list?I don't know where to get such a list, but for a start you could search the log for the words "Error" and "ORA-"

  • Where is a comprehensive list of error codes?

    I keep looking for a comprehensive list of all error codes sorted by number.  If, for example, something reports an error like "An error of type -1409 has occurred.", it seems there must be a list somewhere of descriptions of errors of type -1409.  Is there?  Does such a list exist?
    If not, can you help me understand why not?
    --Gil

    Thanks for the suggestions.  I sent Kevin a message...
    Hi, Kevin--
    Thank you for compiling a very large list of Mac error codes.  I just got one that's not on your list, -1409.  I'm not sure what caused it.  I got it when I tried to run an AppleScript...
        set aFileRef to open for access file "MBProHD:Users:gil:aPackage"
    where aPackage was a package, instead of a file.  Not sure what it means.
    --Gil
    I  tried Googling "An error of type -1409 has occurred."  It got a large number of hits; however most were of the form "Try this and see whether it goes away."  In other words, no definition.  Then I found one thread where a Senior Member posted a definition without attribution...
    Error: -1409
    Macintosh system error (-1409) * Named fork does not exist */ error
    The info we have on this error means that some part of the OS is damaged or missing, (assuming that the HD directories & such aren't messed up). Try reinstalling the last big combo update from Apple. It's possible that you will have to do an "Archive & Install" to repair your system files.
    Now we're getting somewhere, but where did he get that definition?  The source seems to be a 2010 message on the Adobe Reader Bulletin Board.  The contributor's email is marked "private" and it's not obvious how to reach him or her.
    Thanks, WZZZ, for your helpful suggestion. 
    Back to my original question -- Where's the list? -- I guess we're all disappointed to learn that none of us knows where some Apple employee keeps it. 
    --Gil
    P.S.-- I just got word back from Mail about my message to Kevin...
    Delivery to the following recipient failed permanently:
        [email protected]
    Ah, well.  Guess I'm ready to give up now.
    --Gil
    Message was edited by: Gil Dawson

  • Aerender error codes... Anyone know of a list

    Is there a list of aerender error codes? I can't find one. I'm getting
    "aerender ERROR -1712: AESend failed to send apple event at line 751"
    on an aerender and would love to know what that means. It only started happening once I started using the -reuse flag. I tried the Making aerender 'setuid root' trick but didn't help.
    Anybody have any other ideas?
    Thanks!
    -F

    hairgami_master - Did you manage to find any solutions to this - I too am running Snow Leopard (not server) trying to automate the rendering of some ae files. You're right on the intermittance - I couldn't figure out what was wrong (well thought was wrong) with my script. From looking at the processes it's looks at tho 3 are created in the one call - one to the core aerendercore.app and then 2 others to the aerender.
    I wonder if it's meant to be firing 2 for the aerender - not sure but I'm getting over the
    aerender ERROR -609: AESend failed to send apple event at line 751 message in a big way...
    Thanks for any update.
    Kyle

  • QT - full list of error codes, where?

    Anyone know where I can find a full list of QT error codes?
    I've only been able to find a page to a list of QT Streaming server codes and that is not what I'm after.

    OK, thanks Kirk, good to know.
    I've written Apple Developer Technical support who replied that they do not have such a list available. I wonder why as I find it quite odd that a company (especially Apple) will have their software communicate in obscure error codes that you have no chance to decipher unless you go to a third party website.
    I know Apple used to have such an error code list on-line so I guess it must be a change in policy for some reason. It just doesn't make sense.
    If anyone from Apple reads this, here is a suggestion. Make all your error codes in the error message pop-up windows clickable and let the links lead to a help page (on-line or local) that explains the problem in layman's terms. 2nd best would be to just include the option of looking up the code manually in the help files associated with the software.

  • FieldPoint error codes list missing

    Hi everybody,
       Here 
           http://zone.ni.com/reference/en-XX/help/371361A-01/lverror/error_code_ranges/
       you can find a list of LabVIEW error codes;  in the list, the FieldPoint error code section is missing.
       Opening Extended Optomux VIs, opening SerialHandler (VISA).vi, I reached a point containing error codes, which ranges from 32896 to  33026 (or something like that......). 
       On Field Point Programmer reference, optomux errors goes from 00 to 8C. 
       What am I getting in "error code" field of error out
    terminal of extended optomux VIs?  Is there a list with complete
    errors?
       More: what is the link between Status word (the one
    obtained from "Write discrete with status") and error codes? Is it
    simply "1"  when some error is detected?
       It's quite important to have a deep knowledge of errors when you build an embedded critical application.....
       Thank you for helping me!
    graziano.

    Hi AlessioD,
        If you expand all the sub-VIs, starting from, say, (!J)Read Discrete (VISA).vi, that is an optomux VI, you'll reach Serial Handler (VISA).vi.  There you find the error generation.  The numbers assigned to errors seems not to be like constants defined in FP-1000 Programmer Reference Manual.
       In FP-1000 Programmer Reference Manual, for example, E_PUCLR_EXP error (power up clear expected error) has an Error Number (Hex) 00 (page 2-2).
       In the picture below, it seems that a Power up clear error has an error 32896 (resembles much a VISA error code...).
        Is there an utility to get Optomux error codes from General errors?  I mean, errors reported from optomux VIs.
       Thanks!
    graziano
    Attachments:
    forum_0.JPG ‏132 KB
    optomux VI_1.JPG ‏7 KB

  • How can I resolve error code -54 in iTunes? I am using the latest iTunes. No new updates are available.

    How can I resolve error code -54 in iTunes? I am using the latest iTunes. No new updates are available. I'm using iTunes 11.3 on a MacBook Pro, OS X 10.6.8. I can't save my library in iTunes, the message just keeps popping up.

    From an OS9 reference, error -54 is a software lock on a file or a permissions error. (Although there is no formal list of OSX error code some of the old codes still apply to OSX .)
    First, try simply restarting your computer.
    Try quitting iTunes, then deleting the .xml (not .itl !) version of the library file in the iTunes folder (iTunes will generate a new one).
    iTunes Library cannot be saved (Error -54) - https://discussions.apple.com/thread/1912814 - various things to try.
    Unknown error (-54) while syncing ipod - https://discussions.apple.com/thread/1082953 - problem was locked files
    Why does iTunes keep showing a -54 error when I sync my iPad? - https://discussions.apple.com/thread/3727114
    Error -54 possibly related to Touch Copy - https://discussions.apple.com/thread/3727114 - cleared by deleting preferences on iPad.
    iTunes: Missing folder or incorrect permissions may prevent authorization - http://support.apple.com/kb/ts1277
    Troubleshooting permissions issues in Mac OS X - http://support.apple.com/kb/HT2963

  • Where are my error codes?

    A reasonably current and comprehensive list of Mac error codes can be found on some folks' machines, but not mine.  Why not?
    Error codes can be found in the header files used to compile code.  On Mark's machine...
    Mark Jalbert wrote:
    Here's the command and the output that I get->
    [bash-3.2.48] ~ $ find /System/Library/Frameworks/ -type f -iname "*.h" -exec /usr/bin/grep -lw "\-1409" {} +
    /System/Library/Frameworks//CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers/MacErrors.h
    My machine does not have that same file structure.  When I try to drill the Finder down to that "MacErrors.h" file, I find that, on my machine, one of the folders in the path...
    /System/Library/Frameworks//CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/
    ...has no "Headers" folder in it, even when invisibles are visible via the Invisibility Toggler app. 
    Mark and I are both running 10.6.8.
    I  have XCode V 3.2.5 installed on my machine.
    Any ideas?
    --Gil

    I think I found it...
    I used the Find Any File app to search for 'MacErrors.h'.  It found 21 matches.  4 were aliases.  The remaining 17 were for various SDKs.  One that looks like it might pertain to my current system is located at:
    /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreServices.framework/ Versions/A/Frameworks/CarbonCore.framework/Versions/A/Headers/'MacErrors.h
    This file contains 3204 lines, starting with...
         File:       CarbonCore/MacErrors.h
         Contains:   OSErr codes.
         Version:    CarbonCore-861.13~4
         Copyright:  © 1985-2008 by Apple Computer, Inc., all rights reserved
         Bugs?:      For bug reports, consult the following page on
                     the World Wide Web:
                         http://developer.apple.com/bugreporter/
    I think this is the file I'm looking for.  I wonder why it's not in the same place as on your machine?  No matter.  This will be a big help.
    Thanks for your encouragement.
    --Gil

Maybe you are looking for