External library from Database 11g.

Hello,
I remember that one of the threads someone from CEP team, wrote that next version
of CEP will support data mining and In that case I don't want to stop my research here
since I know the results of my tests.
Suppose that we are talking about the PROXY server for SQL queries, which analyzes SQL
queries in "some" way. Since SQL statements can be very complicated (nested queries,
weard DM constructions like MODEL), I need parser dedicated to the 11g database.
I need acomodate this library inside CEP application. ;)
In fact, every SQL query passes 2 stages of validation. First tests syntax, second
existence of objects. I need only first stage within CEP without connectiong to DB.
So is it possible to attach some DLL or something from DB to the project and use it in java
application ?
Thanks,
R.

Hi,
I think you really want to ask someone on the database side of the house to see whether there is a parser that can be invoked outside of the database. If there is such a thing, I suspect it would be native code.
Section 3.9 in the OSGi 4.2 core specification covers loading native code libraries.
Regards,
Seth

Similar Messages

  • ITunes can't see external library from older computer

    Hey guys. I had a 2008 iMac with iTunes set up to read all of my music, movies, TV shows, etc. from an external hard drive. I recently got a new MacBook Pro and am trying to get iTunes 12.1 to see all of my existing media, with no luck.
    My iMac was running Mavericks (and I guess iTunes 11?), which I assume auto-updated my older library and paths to be compatible. However, my MacBook Pro is running Yosemite (10.10.2) with iTunes 12.1. It used to be that you could just point iTunes to your existing iTunes or iTunes/Music folder and everything would instantly be available in iTunes with no problem. I've noticed in 12.1, though, that iTunes now builds its own iTunes Media folder, separates music from TV shows, movies, ringtones, etc., and has an iTunes library file in addition to several other database sidecar files.
    My question is, how the **** do I get iTunes to just see my existing media? When I try pointing iTunes to the external HD, it creates an all new iTunes Media folder with db files in it. If I create that folder myself, it creates its own subfolder with existing db files. Even then, the db files don't actually point to any of my music, but rather to an empty library.
    I've tried "add to library", but instead of just adding the info for accessibility, like it used to do, iTunes is actually copying every one of my files into the new folder. Given how huge my library is, I don't have the time or HD space for iTunes to copy and paste what's already there.
    Any suggestions? I just want to point iTunes to my already existing files and folders from the previous version of iTunes without duplicating or losing anything.

    I have not updated iTunes in a long time.  While I cannot say that iTunes 12 would not have problems opening an iTunes 2 library generally a newer version can open any older version library, but not the other way around.  Are you trying to open an iTunes 2 library?
    As far as iTunes and the option key thing is concerned the library is a file called "iTunes Library.itl" and it is located in the iTunes folder, not the media folder.  A media folder is only a bunch of media files and not a library, the way a pile of books on an empty city block is not a city library.  If you do not have that file then you do not have a structured library and will have to build one from scratch with your media files.  Sometimes people put only media on an external drive and leave the rest of iTunes which makes up the complete library on the internal drive.  You need to recover that part (basically your iTunes folder) and replace the iTunes folder on your computer with it.  It has the .itl file containing all the information pointing to those files on the external drive.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391
    iTunes 9 [and later]: Understanding iTunes Media Organization - http://support.apple.com/kb/ht3847 - plus supplemental information about organizing to new structure https://discussions.apple.com/message/26404702#26404702
    In terms of basic iTunes file functionality, apart from a bit of renaming and restructuring about 6 years ago nothing much has changed since before iTunes was iTunes and it was a shareware product called Soundjam.
    Image of folder structure and explanation of different iTunes versions (turingtest2 post) - https://discussions.apple.com/docs/DOC-7392 and making an iTunes library portable.

  • Calling External Application from BPM 11g

    I am new to BPM 11g and need to create the ability to call an external application (UCM) from within BPM. Will a web service adapter, with a type of Reference, accomplish this? How can I add security to this web service.
    The second question is how can I add an adapter that alllows me to specify our own source code? In this scenario we would write the Java to formulate the SOAP call directly, thus allowing us to add the security into the call directly.
    Any information is much appreciated.
    Thanks,
    Randy

    Hi Randy,
    You can call an external application using a spring component integration, I was just able to get that to work with a help from another forum member here is a viewlet that demos the spring integration:
    http://bpel.us.oracle.com/BPM/11gR1/howtos/spring-component/oow-2010-Beijing-viewlet/springdemo_v2_viewlet_swf.html
    Alex.

  • E-Mail Generating from database error ORA-06502: PL/SQL:

    Hello,
    I have write script for generating HTML formated email from database (11g).
    when text body increase 4000 char it generating error
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small ORA-06512: at "EXPORT.REALIZATIONHTML", line 56 ORA
    how i can resolve it.
    I also try with LONG
    Thanks

    Thanks for reply.
    I try with CLOB, Reason is that message body have almost 1000 recode and length(message) have more than 8000 characters even more than 10000
    how i can resolve it , which data type I have to use
    Thanks

  • Error Loading External Library - worked on 10g, now upgraded to 11g and not

    I have an external C library that have been using for years to extracy binary data (images, docs, pdfs etc) from a blob column in a table
    This has been working on Oracle 10.2.0.1 on Windows 32 bit for years.
    I have a new server, Windows 2008 64 bit, have installed 11.2.0.1, created a database and done a full datapump export and import.
    My application seems to work fine with the exception of this external dll
    I have made sure the dll is in the correct directory on the server and the library is pointing to it :
    create or replace library EXTERNPROCEDURES as 'C:\oracle\extern\extern.dll';I then have the same wrapper code that works fine on 10g, is there something I need to do on 11g to "authorise" the external dll or anything as I know the security is tighter or is there an issue with the fact this is 64bit Oracle?
    I have set the listener.ora to be the same as on 10g
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
          (ADDRESS_LIST =
            (ADDRESS = (PROTOCOL = TCP)(HOST = DB12)(PORT = 1521))
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ENVS = "EXTPROC_DLLS=ANY")
          (ORACLE_HOME = c:\oracle\ora11g)
          (PROGRAM = extproc)
        (SID_DESC =
          (GLOBAL_DBNAME = UPAD)
          (ORACLE_HOME = c:\oracle\ora11g)
          (SID_NAME = UPAD)
      )And the TNS names file
    EXTPROC_CONNECTION_DATA =
      (DESCRIPTION =
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
        (CONNECT_DATA =
          (SID = PLSExtProc)
          (PRESENTATION = RO)
      )Wrapper:
    create or replace procedure OutputString(
      p_Path in varchar2,
      p_Message in varchar2,
      p_mode in varchar2,
      p_NumLines in binary_integer)
    as
    external
      library externProcedures
      name "OutputString"
      with context
      parameters (context,
                  p_Path string,
                  p_path INDICATOR,
                  p_Message string,
                  p_message INDICATOR,
                  p_mode string,
                  p_mode INDICATOR,
                  p_NumLines int,
                  p_numlines INDICATOR)
    ;And the actual pl/sql code
    create or replace procedure extract_b
    (pname in varchar2
    ,ppath in varchar2
    is
         vBlob          blob;
         vLen          number;
         vRaw          raw(10000);
         i          number;
         j          number := 10000;
    begin
         select blob_content into vBlob from wwv_document$ where name = pName;
         -- find the length of the blob column
         vLen :=  DBMS_LOB.GETLENGTH(vBlob);
         -- Read 10000 bytes at a time
         i := 1;
         if vLen < 10000 then
         -- If the col length is < 10000
              DBMS_LOB.READ(vBlob,vLen,i,vRaw);
              outputstring(pPath,rawtohex(vRaw),'wb',2*vLen);
         -- You have to convert the data to rawtohex format. Directly sending the buffer data will not work
         -- That is the reason why we are sending the length as the double the size of the data read
         else
         -- If the col length is > 10000
              DBMS_LOB.READ(vBlob,j,i,vRaw);
              outputstring(pPath,rawtohex(vRaw),'wb',2*j);
         end if;
         i := i + 10000;
         while (i < vLen ) loop
         -- loop till entire data is fetched
              DBMS_LOB.READ(vBlob,j,i,vRaw);
              outputstring(pPath,rawtohex(vRaw),'ab',2*j);
              i := i + 10000 ;
         end loop;
    end;Any ideas?
    Thanks
    Robert

    I call extract_b from sqlplus, which calls outputstring which fails with the error message posted
    Not really sure what else I can provide as I've posted the code for outputstring
    The problem is the for some reason Oracle cannot load the dll, I think the code is fine as it has run on 10g, I think the issue is maybe along the lines that there is something extra in 11g I need to do to set the external library up or it's not happy with the fact it's 64bit or the listener.ora needs to be different in 11g or something like that but I am at a loss as where to look

  • Create shared library on external drive from scratch

    I have seen many posts about creating shared iTunes libraries on external drives with many different configurations, but mostly with pre-existing libraries. My question is creating the library from scratch. The purpose is obviously to share songs among several computers AND only have one copy of a song as to not take up unnecessary disk space on several computers.
    All of our songs are on an external USB hard-drive attached to Airport Xtreme. Every song is in album folder, and every album folder is in an artist folder (very organized). All the artist folders (with their album and then song contents) are in a root folder called "Songs" on the external hard-drive.
    We have upgraded our three Macs (iMac, MBP and MacMini) to Leopard and deleted all iTunes folders on each local hard drive (there was nothing in them anyway). We now want to create ONE iTunes folder on the hard drive so that each computer can access it. What are the steps? Here is what I "think" I've learned here on the postings with my questions:
    1) First I opened iTunes on my first, main computer (iMac) and went into "Preferences" to change the iTunes music folder to [Ext HD]:iTunes:iTunes Music. The option, "Copy to music folder..." is deselected. (This will also be done on the other computers).
    2) Now what to do? I could just move all of my song artist folders with their album subfolders and music files inside them, into the "iTunes Music" folder. But then what do I click to get iTunes to see all the songs and put them in its database? The other option is click "Add to Library" - but then don't I have to select all the individual songs? (I actually tried the latter method and it kept crashing). Can I just move all the folders into [Ext HD}:iTunes:iTunes Music folder and click something to get it to create its database based on all the music files that are now in its subfolders?
    3) Next step. I have seen many people write that they then create an "Alias" and put the Alias in their "Music" folder on their LOCAL, computer's hard drive. Could someone now explicitly, step-by-step, describe how this is done? I assume I go to the external hard drive. Am I creating an alias of the entire "iTunes" folder, or of the "iTunes Music" subfolder, or of the library file??? Please answer this specifically.
    So now I have "XXX alias" that I copy to my local, computer's hard drive and put it on my desktop. I take out the "....alias" word, and drag it to my local "Music" folder. It asks me to replace the existing folder/file, and I say yes. Correct? And then I do this on all three computers, correct?
    4) Finally, after I've done all of this, I still have the following functionality questions -
    4a) When we now add to the library, either from a CD or online purchase, ONE copy of the music should go in the "iTunes Music" folder on the external drive, correct?
    4b) This system means that all three computers MUST have the same iTunes library, playlists, etc, correct? The downside of this system is that you cannot personalize libraries for each computer and just share the actual music files, correct? (If so, is there another process [steps 1-4 above] that results in a more customizable system where *ONLY ONE COPY* of the actual song file is shared?)
    Sorry for the length of the message, and the questions. Truly I have read all the postings but was unable to map out my plan before I go and creating, finally, this one set of music that we can share. In advance, thank you all for your help.

    I was afraid you'd say that, because I'm a long time Mac guy and I don't have the perfect answer. Have you ever messed with remote desktop? That'd seem to give her full access and control, something I personally wouldn't do, although it may work for you.
    Another thought came to me that might work: copy over the complete library to her machine, and then when you do another major shoot, create a new catalog, edit, etc.and then import as catalog to you main one while sending her the new one.
    I am sure there are more elegant solutions, but these are a couple of ways.

  • I have just upgraded my laptop from vista to windows 7, I have all my music on an external as the library is to large for hard disk. I have downloaded Itunes 11 but cannot  fathom a way of getting my new itunes to connect with my external library.

    Question:  I have upgraded my windows vista to windows 7, I have all of my itunes music stored onto an external due to the size of content, so in vista all of my music in itunes had a path to F (external library). But now I have upgrade to windows 7, I cannot get itunes to recognise my library from my external. I have tried to connect external and open itunes with shift key down with both suggestions but to no avail. please help, all I want is to keep my library on external not on hard drive. I have also gone to preferences/advanced and made sure the external drive is chosen. This seems so complicated and I thought it would have been easy...

    At a guess you followed the process in HT1364 - iTunes for Windows: Moving your iTunes Media folder which would have moved the media folder to a new path of your choice. This process leaves the library database files back in the original location of <User's Music>\iTunes. Often people assume that all they need is now on the external drive and wipe the internal drive, or discard their old computer, before backing up the all important iTunes folder. If you have a backup of your user's profile folder from before the upgrade the iTunes library folder should be in there somewhere. Restore it to <User's Music> and your original library should pop back into existence. The external drive would need to have the same drive letter that it had previously.
    A more effective way to relocate the library is to move the entire iTunes folder to the external drive, then hold down shift when starting iTunes and keep holding until asked to choose or create a library. You would then choose the file iTunes Library.itl in the iTunes folder on the external drive. If this is the way you moved the library before then that is how you should now reconnect to it. Changing the media folder in preferences doesn't change which .itl database file is opened, nor does double-clicking on an .itl file directly.
    If you no longer have the original .itl file then you will have to build a new library and import the media to it. If you need to do this I would recommend you create a new library at F:\iTunes, then move your existing media folders inside F:\iTunes\iTunes Media before importing. This will avoid the creation of duplicates and make sure the library is in the correct shape going forwards.
    If you have an iPod or iOS device my scripts ImportDevicePlaylists and SyncStats may well let you recover ratings, play counts & playlists from the device.
    When you've fixed up your libray you should consider getting a second external drive to backup to.
    tt2

  • How do I import my old iTunes library from an old PC to my mac through an external hard drive?

    Ok, so I actually have multiple libraries (from itouch, nano, ipod) and I want to import the library from my old pc to work on my Mac.
    However, I only want it to work from my external hard drive, I do not want it to take any space in my Mac's SSD .
    The one thing that you have to know though is:
    Although I have some, a lot of my mp3s are not in my itunes media folder. However, the music is in the library itself, the one in XML and ITL format.
    So, I know that had all my music been in the media folder, I could have easily added library and selected that folder, but in this case, I don't think it will work.
    How do I import my library with my music if the media folder does not have all my songs?
    I had exported my library from my old laptop so I just have the library not my songs in mp3 format :/ if this makes sense..

    All your library consists of is a text file telling iTunes which files it should include in its listing.  It doesn't have your music.  Your music is in the files scattered around your computer in your case.  You need to do the long process below, first consolidating, then moving the complete library (= the whole iTunes folder):
    Quick answer (not for you) if you use iTunes' default preferences settings:  Copy the entire iTunes folder (and in doing so all its subfolders and files) intact to the other drive.  Open iTunes and immediately hold down the option (alt) key (shift on Windows) so you get a prompt to select a library, then guide it to the 'iTunes Library.itl' file in the moved iTunes folder.
    Longer answers if for any reason you do not think all library files are inside your iTunes folder (changed preferences settings at some point):
    iTunes: How to move [or copy] your music [library] to a new computer [or another drive] - http://support.apple.com/kb/HT4527 - a somewhat bewildering and not always easily understandable set of options.
    For the record there's this reference for iTunes 11 but it really doesn't strike me as having the specifics you need. iTunes 11 for Mac: Move your library to another computer - http://support.apple.com/kb/PH12168
    2011 ilounge article: Transferring your iTunes library - http://www.ilounge.com/index.php/articles/comments/moving-your-itunes-library-to -a-new-hard-drive/  - An article with good background information (similar to the links above), particularly if you are not sure your media files are all grouped for quick answer above. Unfortunately under the single term "transferring library" it describes two very different moves; relocating just your media (not  really transferring your library and not recommended unless you really need this configuration), and relocating media+database (really your whole "library").  Make sure you understand the difference before electing to move only media.
    Windows users see tip at: https://discussions.apple.com/message/18879381

  • Can't read iPhoto library from external drive via airport extreme base stat

    I can't seem to open my iPhoto library from my external USB drive that is hooked and being shared through my airport extreme base station. If I plug the external drive directly to my mac via USB it works but not when going through the base station.
    This only started happening when I upgraded from iLife'06 to iLife'08.
    Anyone have any ideas on how to fix?

    That's a problem that many are posting about. Haven't read of a solution yet. Be sure to report the problem to Apple at: http://www.apple.com/feedback/iphoto.html.
    Do you Twango?
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've written an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • HT1751 Hi, I tried to restore my itunes library from an external drive and did everything that's written here step by step.when I chose the itunes library to import itunes just said that its accessing the itunes store but nothung happened. I'm working on

    Hi, I tried to restore my itunes library from an external drive and did everything that's written here step by step. when I chose the itunes library to import itunes just said that its accessing the itunes store but nothing happened. Does anyone know how to do this so that all my playlists are also imported and not just the music itself?

    When I have done this, all I did was network the two machines and copy the contents of the iTunes folder to the other machine, and that's it.
    My understanding (which may not be 100% correct) is that the one file that is absolutely necessary is iTunes Library, and that the XML file is actually a copy auto-generated from the iTunes Library, appearing in a different format only for non-iTunes apps that take advantage of the iTunes Library data.
    As far as I know, if you simply have the Library (database) file and all your original music files, iTunes on that computer should operate as it did on your old computer. I believe that the Album Artwork, Genius Data, and XML files can be regenerated from the Library file. Not sure about the Extras file.

  • Changing music library from broken external to a second external

    My itunes library is(was?) housed in an Iomega external drive.  It's on the fritz...dunno what's up.  I back that drive up every couple of weeks to another external drive...a Seagate. Not the library per se, but all the band folders.  So, all the songs (except those since my last backup) that are in my  screwed-up Iomega are also in my Seagate # 2 external.
    If I go into iTunes preferences now, it says my iTunes media folder location is : /Users/xxxxx/Music/iTunes/iTunes Media
    If I recall correctly, it said it was in the Iomega when the Iomega was functioning.
    I have a feeling this isn't as simple as changing the iTunes media folder location in iTunes preferences to the Seagate drive.
    Will iTunes magically recognize all my songs and from that point forward will all new songs go to the Seagate?
    In the Seagate, songs are are housed in an "iTunes Media" folder.  If I recall correctly, that was the name of the Iomega folder, too.

    All preferences does is tell iTunes where to start storing media from that point on.  It doesn't actively update your media information in iTunes.
    Now you say your library was housed on the iomega.  Do you really mean that?  A library is everything in the iTunes folder including the all-important iTunes Library.itl file.  The .itl file contains all the information about tracks you have entered into the iTunes database, where they are located, your playlists, ratings, play count, etc.  If you had that on your internal drive (your "library" wasn't really on the external, only media) it may be possible to re-link the references to the actual files.  If your iTunes is no longer using that and all you are seeing right now is a blank iTunes window then you are back to building your library from scratch.  Oh, you still have the media and can add that, but all else is lost.
    What are the iTunes library files? - http://support.apple.com/kb/HT1660
    More on iTunes library files and what they do - http://en.wikipedia.org/wiki/ITunes#Media_management
    What are all those iTunes files? - http://www.macworld.com/article/139974/2009/04/itunes_files.html
    Where are my iTunes files located? - http://support.apple.com/kb/ht1391

  • Safeset way to transfer i tunes library from old laptop to newer Sony Vaio??  I'm concerned about transfering viruses etc...i have an external drive available.

    Hiya. I want to transfer my I tunes library from an old laptop I've not used for a couple of years. I've got a sony vaio now, so I guess my options are either Windows migration or use my new external hard drive. I'm worried about any viruses etc being passed across, so what is the safest option??

    There should never be a need to turn off anti-virus protection to effect a data transfer.  The key to successfully transferring an iTunes library from one computer to another is to have the library (database and media) in a "well formed" layout that facilitates the process.  In practical terms, this means that all your media (songs, audiobooks, TV shows, ...) is contained within the iTunes Media folder within the iTunes folder that's located by default in one of the following locations:
    Windows XP: C:\Documents and Settings\username\My Documents\My Music\iTunes
    Windows Vista: C:\Users\username\Music\iTunes
    Windows 7 and Windows 8: C:\Users\username\My Music\iTunes (in theses "My Music" is one of Windows' virtual libraries and the same path as used in Vista is normally equally valid)
    This folder and its subfolders should look like this:
    If this is the case, then you can:
    Exit iTunes, and copy this iTunes folder, in its entirety, to an external HDD connected to your old machine
    In your case, I'd then suggest running a complete virus / malware scan on the external HDD.  It would be unusual to find viruses or malware embedded in iTunes' media files or other data, but doing this step would at least confirm that the data you're moving is infection-free.
    Then, copy this iTunes folder to the corresponding location on your new laptop (where iTunes should not be running at this time).  If you've already installed iTunes and haven't added any new content to the library on the new machine you can just overwrite the files/folders that you find there.
    Just to make sure that iTunes is picking up the correct library database, i.e., the one you just transferred, hold down the Shift key as you start iTunes, and when you see this prompt:
    click on Choose Library... navigate to the location of the folder you just copied (assuming Windows 7 or 8, C:\Users\username\Music\iTunes), select the iTunes Library.itl file you see there, and click Open.
    Your library will now be available to you on the new laptop.
    Two caveats:
    If your iTunes media on the old machine is not in the well formed structure described above (which may be the case if you've added existing MP3 or other formats without having configured iTunes as follows (in Edit > Preferences > Advanced):
    see Turingtest2's notes on Make a split library portable on the steps needed to reorganize your library into a more standard layout.  This may be a little tricky for you if the old machine is virus-infected to the extent that you can't run iTunes, but hopefully that won't be the case.
    If you've already added anything to the library on your new machine prior to transferring data from the old one you'll need an extra step in the procedure described above, before step 3:
    on the new machine (with iTunes not running) rename the C:\Users\username\Music\iTunes to something like "iTunesTemp"
    copy the library files and folders as described above, so you have a C:\Users\username\Music\iTunes folder again
    copy the contents of the C:\Users\username\iTunesTemp\iTunes Media folder (which will still contain any songs, etc, added on the new machine - you can just select any/all folders you find in that location except "Automatically Add to iTunes" and "Downloads") to C:\Users\username\Music\iTunes\iTunes Media\Automatically Add to iTunes

  • Migrating iTunes library from external hard drive to new laptop

    Hi there, I am wondering if anyone can help me please? I am a complete newbie to this forum thing, I am just getting into this cosmic sharing world but find myself utterly frustrated with iTunes and my new laptop - with little help on the Support pages, so i am venturing into the unkown and seeking help from anyone out there.........slightly scary for me, this really is my first post on a forum - so be gentle with me :0)
    On my old steam driven laptop I had to move my iTunes library to an external hard drive, my 250MB hard drive just wasn't enough (I know pathetic wasn't it). All ok there and I have been using it no problem. I have now upgraded (finally!!) to a new wonderful laptop (with webcam and all sorts!)but I am at the end of my tether trying to get my iTunes library from my external hard drive to appear in the Library on the laptop. boo hoo.
    I have tried changing the file location in the Advance section of preferences, i have tried choosing the library after holding down the shift key on start up (you see not a complete numpty). They all appear to work as i don't get any error messages, but the songs just don't appear in the library. Am i being a complete numb nuts here? what am i missing?
    If anyone can help i would be really grateful as this is spoiling the euphoric feeling i have of my lovely new laptop!
    cheers Latte

    tonybassplayer wrote:
    Thank Chris I have just done that. How do I now get them in to Itunes ?
    If you simply copy the iTUnes folder to /Music/ and launch iTUnes, everythign will be there. No need to import anything.
    This will work the same with iPhoto.
    Simply copy the Photo library to /Pictures/ folder and launch iPhoto.

  • My aperture library lives on an external hard drive that is corrupt and I can not locate the library. I do have it backed up with TM. How do I safely restore the library from TM to my laptop? I am using the newest version of aperture on my macbook pr

    My aperture library lives on an external hard drive that is corrupt and I can not locate the library. I do have it backed up with TM. How do I safely restore the library from TM to my laptop? I am using the newest version of aperture on my macbook pro.

    Hello Sandra,
    The article linked below details how to go about restoring items from Time Machine in Snow Leopard.
    Mac OS X 10.6: Recovering items using Time Machine and Spotlight
    http://support.apple.com/kb/PH6379
    Sincerely,
    Allen

  • My iphoto library disappeared. i am trying to restore my library from time machine -- from an external drive -- but everytime it tries to copy my library it tells me it can't do it because i don't have access to my iphoto library??!!!  help!!

    My iphoto library inexplicably disappeared! i am panicked but i do back up by time machine to an external drive and also to JustCloud.  I am trying to restore my iphoto library from a back up on feb 28, 2014 and it says it's copying but then gives me a message that it can't do it because i "don't have authorization to access iphoto library"?!  what does this mean?  i really want to get my library back on my mac.  Also if anyone knows why this happened or where my photos might be on my computer, i'd appreciate help with that, too. 

    Thank you Terence for your help.  I was able to restore my backup from my time machine ext drive to a new 1tb seagate ext drive.  so i felt sort of ok.  but yesterday that older ext drive i used for time machine wouldn't open! i called applecare and they trouble shooted with me and said it's probably a goner and data is probably corrupted.  it's only a few years old and i'm very careful with it.  my husband accidentally dropped my new drive last night -- i know, unbelievable, i was SO upset, poor guy -- but I'm so stressed with all of this.  i have 10 years of photos and videos.  so now i only have the one newer drive with a backup.  i have to buy another one today to backup again so i at least have two backups.  i tried to delete a ton of files last night to free up the 30 gb of space i need to get my full library back on my mac. i have 90gb free and deleted 7 years worth of photos i had on picasa that were in my "pictures" folder and also a ton or random photos and videos i had in that same pictures folder and thought that would give me the 30 gb but it hardly freed up any space at all!  do you know why that is?  all of this stuff is really a pain and really stressful.  thank god i did have a backup in the first place but now i am panicked the one i have left will somehow crash.  especially after my husband dropped the drive lastnight! it didn't fall far and fell onto a wood floor and seems fine, but after my older ext drive crashed yesterday -- and i lost my entire iphoto library a fewweeks ago off my mac -- i feel cursed.  any answers you have would be great. thank you.

Maybe you are looking for