Dead powerbook with operational hard drive: how to extract the data?

I've got a very old (2006/7) powerbook which cannot be powered on; the battery is dead and can't be charged due to assorted catastrophic power issues. I've long since replaced it so I'm not really interested in resurrecting it on a long-term basis.  Is there a way to get the data off it? I'm aware I'd have to physically remove the drive.
So far the only instructions I've found online are for getting data off a crashed hard drive, but that's not the problem here. The hard drive is totally operational, it's just that the computer it's located in cannot be turned on.

I bought one of these HD adapters http://tinyurl.com/7455nek to get the files off of an old PB G3 hard drive. Worked great and a reasonable price.
 Cheers, Tom

Similar Messages

  • How to extract the date value of IBOR date="12/12/2009"

    I have the following query, but do not get the date value out:
    WITH ibors AS (
    SELECT xmltype('<?xml version="1.0" encoding="utf-8"?>
    <IBOR date="12/12/2009">
    <LIBOR currency="USD">
    <OneYear>1.38875</OneYear>
    </LIBOR>
    </IBOR>
    ') ibor_xml
    FROM dual
    SELECT i.ibor_date, i.ibor_oneyear
    FROM ibors,
    XMLTABLE(
    '//IBOR'
    PASSING ibors.ibor_xml
    COLUMNS ibor_date VARCHAR2(20) PATH '/IBOR/date',
    ibor_oneyear VARCHAR2(20) PATH '/IBOR/LIBOR/OneYear'
    ) i;
    How to extract the date value of <IBOR date="12/12/2009">?

    Hi,
    The date is an attribute of element IBOR. So you must use "@date" in the xpath expression :
    WITH ibors AS (
    SELECT xmltype('<?xml version="1.0" encoding="utf-8"?>
    <IBOR date="12/12/2009">
    <LIBOR currency="USD">
    <OneYear>1.38875</OneYear>
    </LIBOR>
    </IBOR>
    ') ibor_xml
    FROM dual
    SELECT i.ibor_date, i.ibor_oneyear
    FROM ibors,
    XMLTABLE(
    '//IBOR'
    PASSING ibors.ibor_xml
    COLUMNS
    ibor_date VARCHAR2(20) PATH '/IBOR/@date',
    ibor_oneyear VARCHAR2(20) PATH '/IBOR/LIBOR/OneYear'
    ) i;

  • How to Extract the data from R/3 Genric extractor to BW ?

    How to Extract the data from R/3 Genric extractor to BW ?

    hi,
    step by step procedure for generic extraction delta
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Refer:
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    http://help.sap.com/saphelp_nw04/helpdata/en/3f/548c9ec754ee4d90188a4f108e0121/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/84bf4d68-0601-0010-13b5-b062adbb3e33
    Generic Extraction via Function Module
    /people/siegfried.szameitat/blog/2005/09/29/generic-extraction-via-function-module
    Extractions in BI
    https://www.sdn.sap.com/irj/sdn/wiki
    New to Materials Management / Warehouse Management?
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1b439590-0201-0010-ea8e-cba686f21f06
    Ramesh

  • How to extract the data

    data source is 0FI_AP_4 how to extract the data from R3 to bw

    Hai<b> Anand</b>...
    If you also Create a DataSource in R/3 Extract it Using the Transaction code <b>RSA3</b> and Please Replicate DataSource in BW.....
    Replication is Easy in BW....
    Just Click on Right from the SourceSystem and Click the option " <b>Replicating DataSource</b> "....
    The Datasource will be replicated in BW after Clicked.....
    <i><b>Assign points If It Helps </b></i>
    <u><b>BalajeeKannan</b></u><u></u><i></i>

  • TS1600 I received a 2008 Imac with erased hard drive.  I have the two discs to install OS X but when it tries to boot just  comes up Mac OS X cannot be installed on this computer. Is there anything I can do to get this running

    I rceived a 2008 Imac with erased hard drive.  They gave me the two install discs but it keeps coming up cannot install OS X on this computer.
    Is there anything to do. Thanks hopefully

    Well, Apple would probably point out that what you are trying to do violates the EULA.
    Technically speaking, however, the issue is that the install/restore DVDs that ship with Macs do not carry all the drivers, or even all of the various versions of libraries that support all of the various models of Macs. The come-with-your-Mac disks are different than the retail versions of the OS (also, the come-with-your-Mac ones bundle iLife, which the retail ones don't).
    Because the come-with-your-Mac disk contains only the drivers specific to that generation and model line of Mac, it contains a stub of code that verifies that your hardware matches the driver set on the install/restore DVD.
    Your friend has a different model of Mac, with different hardware, so her install/restore disk won't work in yours. Solution: go get the retail boxed version of Leopard.

  • I ran my iphone over but need to access my contacts/info/pics. I have a up to date backup of my whole phone in iTunes but need to know how to extract the data and load it to my new desktop since it will be a bit before I can afford a new phone.

    I accidentally ran my iPhone over and can't afford another one for a few weeks. Until then I need to find a way to extract the data from my last backup in itunes. I can either put it on my computer or I've set up a cloud account that I was hoping could open it. So far I haven't had any luck with either. if anyone can help me out. I would love to get my pictures/videos, messages and contacts off there. The rest I don't care so much about. If someone could let me know if this is possible I would apprciate it!

    Thanks. I messed up with my husbands iphone because I was told the wrong thing. Now everytime I sync his phone it makes it look just like the other phone I had. Do you know how I can fix taht for his phone? Any settings I can turn off that will prevent all of my apps/contacts, etc from auto populating his phone?

  • How to extract the data by using function module?

    hi experts,
    what are the steps i have to fallow to extract the data from R/3 by using FUNCTION MODULE.
    thanks & regards
    venkat

    Hi,
    Extracting data from R/3 extract structure thru function modules
    You can proceed with create function module using SE37, thereu2019s sample in system RSAX_BIW_GET_DATA_SIMPLE,
    You need to know the logic how to populate the structure,
    after that RSO2, create datasource specify extract structure and
    function module,
    activate and replicate to bw.
    Chheers
    Raj

  • How to Extract the data from Microsoft BI to SAP BI 7

    Dear All,
    We have a requirement to Extract the data from Microsoft BI to Sap BI 7. How can we achieve this??
    Shall we use the DB connection for this??
    If anyone knows about this please give me some suggestion.
    Thanks in advance
    Sathiya

    Hi All,
    How to include the DBMS name when I give the connection. We are using the Data base as MS-BI.
    Please guide me
    Thanks in advance.
    Regards
    Sathiya

  • How to extract the data from R/3?

    Gurus,
    I need to extract the data from R/3 to BI . Below i am giving Table name followed by field name and field description.
    I am using BI 7.0 and ECC 6.0
    I am having following doubts.
    1. Based on below information which extract method I need to use (Generic data  Extraction?)?
    2. I try to create a one view but I could not find Join between the tables. I found only few joins. how to join other tables?
    3. Without joining these table how can I collect the data ?
    4. Do i need to create multiple tables?
    SAP Table      SAP Field        Field Description
    VBAK->             VBELN->        Sales Document
    VBAP->             WERKS->        Plant
    VBAK->              AUART->            Doc Type
    VBAP->             PSTYV->        Item Category
    VBAP->             MATNR->        Material
    VBAP->             ARKTX->        Description
    MATNR->              GROES->     
    VBAP->             ZIEME->        Target Quantity UOM
    VBAP->             WAVWR->        Cost
    VBAK->             ERNAM->        Name of a person who created the object
    VBAKA->             KUNNR->        Customer Number 1
    VBAP->             BSTNK->                 Customer purchase Order no
    VBEP->             BANFN->        Purchase Requisition Number
    QMFE->             FEGRP->        Cause Code(Code Group Problem)
    QMFE->             FECOD->        Damage Code(Problem or Damage Code)
    QMEL->             QMNUM->        Notification No
    EQUI->             EQUNR->        Equipment Number
    QMEL->             QMART->        Notification Type
    QMELI->             ERDAT->        Date on Which Record Was Created
    ============================================================================================
    Gurus I will assign full points .
    Thanks

    Hi,
    I would use the standard extractor 2lis_11_vaitm and enhance it for the following fields:
    VBEP-> BANFN-> Purchase Requisition Number
    QMFE-> FEGRP-> Cause Code(Code Group Problem)
    QMFE-> FECOD-> Damage Code(Problem or Damage Code)
    QMEL-> QMNUM-> Notification No
    EQUI-> EQUNR-> Equipment Number
    QMEL-> QMART-> Notification Type
    QMELI-> ERDAT-> Date on Which Record Was Created
    regards
    Siggi

  • How to extract the data into Excel / PDF from SAP

    Hi,
    We have spool number of a report output.
    We want to extract the data into Excel / PDF from SAP directly...
    Plz guide...

    Hi ,
    Please check this [Thread|HOW TO DOWNLOAD SAP OUTPUT TO EXCEL FILE;. Hope your problem will be solved.
    You can check [this also.|http://wiki.sdn.sap.com/wiki/display/sandbox/ToConvertSpoolDataintoPDFandExcelFormatandSenditinto+Mail]
    Thanks,
    Abhijit

  • How to extract the data from SAP using Msaccess tool ?

    Hi Experts,
    Purpose u2013
    Want to extract the data in a better way rather than using the T.code u2013 SE16
    regards
    Kedar Kulkarni

    Hi,
    Try this...
    Please use the standard ABAP program "RIACCESS".
    Before using the program "RIACCESS", you need to install the PS utilities, which are part of SAPGUI install CD.
    It is available in the "\SAPGUI\PS directory". 
    Then do the followings :
    1. Select transaction code SALE -> Systems in network-> Define RFC Destination. 
    2. You will need two RFC destinations (TCP/IP connections for the front-end workstation). 
         Setup the two RFC destinations PS_ACCESS_1 and PS_ACCESS_2 and you'll have to get them to point to wdpsastr.exe and wdpsatab.exe respectively. 
    3. Then execute RIACCESS and choose PS_ACCESS_1 to generate access tables. 
    The system must also be able to access the RFC-DLL files (librfc2.dll, librfc3.dll, librfc4.dll, librfc5.dll, librfc6.dll, vrfc.dll). 
    Please note that Access only supports tables with up to 255 fields.

  • Download to an external hard drive: How to start the program?

    I seem to have successfully downloaded and installed the trial version of Adobe Photoshop CS5.  My hard drive shows several separate folders: Adobe, Adobe Photoshop CS5.1, Adobe Bridge CS5.1, Adobe Device Central CS5.5, and Adobe Extension Manager CS5.5.  How do I open the program and use it?
    Thanks.

    Which operating system are you using?  Typically you will want to double click on the application itself to launch the program.  They will typically end in .exe for Windows applications or .app for Mac apps.

  • How to upgrade the apple tv's hard drive, How to upgrade the apple tv's hard drive

    I got a 160 GB apple tv, with airplay enabled through remote HD and i need more hard drive space, for use with the sapphire application, can i simply put in a 2,5 inch 500gb drive (after 1:1 copy from the old drive) does it take sata or pata
    and would a external hard drive be good for use with sapphire

    Frankjeb wrote:
    will a external 1tb work?
    you mean plugged into the USB port of the ATV ? not without a hack.
    google is your friend - again

  • Replacing The Hard Drive, How To Install The OS Again?

    Hi all again! Sorry for posting so many questions.
    I have a macbook pro late 2011 model. I want to replace the hard drive with an SSD drive but I am not too familiar with Mac products. My question is... do I just take out the old hard drive and put the new one in? Is there a CD with the Max OS on it that I could then use to install the OS onto the new drive?
    Thanks!

    There are a large number of DIY's, HowTo's and the like on the subject, may want to search a bit.
    If you re comfortable to the layout and content  of the current internal drive, the quick & dirty would be:
    Get an external enclosure for the new drive.
    Connect/power up, then use Disk Utility to prep the drive for Mac use: GUID partition scheme & Apple Extended (Journaled).
    Use Disk Utility or CarbonCopyCloner to clone the internal volume onto the external.
    Test to ensure all is well.
    Swap drives when ok.

  • My Blackberry Device got wet in Salt Water, How to extract the data from its Memory ?

    I have forgotten my device in my pocket while swimming in Sea Water. Eventually , the device got water damaged , I've taken out the battery, used the hair drier and still didn't work. All My concern is how can I retrieve the data on my Device Memory. Most important the Media Files (Photos, Videos...etc),
    Thanks,

    photos and vids ar most lilkely on the SD card and youcan get a USB reader to get them if they are not encrypted.
    Click here to Backup the data on your BlackBerry Device! It's important, and FREE!
    Click "Accept as Solution" if your problem is solved. To give thanks, click thumbs up
    Click to search the Knowledge Base at BTSC and click to Read The Fabulous Manuals
    BESAdmin's, please make a signature with your BES environment info.
    SIM Free BlackBerry Unlocking FAQ
    Follow me on Twitter @knottyrope
    Want to thank me? Buy my KnottyRope App here
    BES 12 and BES 5.0.4 with Exchange 2010 and SQL 2012 Hyper V

Maybe you are looking for

  • IDCS3 linking in Javascript

    Hello all. I have a very simple JS that I obtained from this forum several years ago. I recently imported it into CS3 and it errs right at the top in this line: b doc = app.activeDocument; but I don't find out about it until this line: b nroflinks =

  • Generate new schdule lines in MMSA after the max limit I.e.9999 is reached

    Releases are not feeding into MMSA  since it has reached the max. schedule line. Now if i want to create new released in the same MMSA what i have to do.                              In other words i want to know how to generate new schedule lines in

  • Striped Subtitle to fit screen?

    When I use Stripe Subtitle to add a caption in a movie it looks fine in the imove picture frame but when I view the finished product on a NTSC 4:3 monitor the title is streched off the screen so you cannot read it as if it were set for 16:9. Has anyo

  • SM37 Log no longer available

    Hi, Is there any other alternative to investigate a failed job that occurred in SM37? As this happened 2 weeks ago, SM37 does not bring this information. Where can I get such info ? Roger

  • 2 weeks of bad connection and latency troubles gen...

    Sorry if this is the wrong place to post this, it was in the connection issues one but I was advised I would get better help here As I said I have been suffering with this problem now for over 2 weeks and its driving me mad! I'm not very tech savvy s