EXCLUDE in import

Hi,
I need to import a schema which has a big table with 142 mil records.
This table is giving me trouble in import.
(I was given the export file and I can not create another export file)
Can any body help me in importing without this big table ?
Thank you

Wow....I found an interesting post which helped me out.
Excluding certain tables with import
Cheers !!!!
MB

Similar Messages

  • Cleanup User Profiles excluded from import

    Hey guys!
    since weeks I got messed up with user profiles in MOSS2010.
    Initially we have setup AD synchroization from whole AD. Some tests were done and numerous OUs were excluded from the sync connection.
    Hence thousands of profiles should be deleted from SharePoint, but still kept in AD.
    SharePoint has moved them to "Profiles Missing from Import" which was a first milestone. However, we use the profiles in organization webparts and the "should be-" deleted profiles still appear in those webparts.
    We were waiting more than 14 days for automatical deletion which doesn´t took any affect.
    MySite cleanup Job and
    User Profile Change Cleanup Job have been executed by schedule and manualla - accounts still exist
    Full sync has been executed - accounts still exist.
    I have executed the well known PowerShell script to delete NonImportetObjects
    Set-SPProfileServiceApplication $upa -GetNonImportedObjects $true
    But I get only five profiles as result. On SharePoint CA I have thousands of profiles on "Profiles Missing from Import". So I guess the execution of
    Set-SPProfileServiceApplication $upa -PurgeNonImportedObjects $true
    wont help me out in this case.
    Due to the large amount of profiles, a manual deletion is not a suitable solution.
    Do you have any idea how to fix this?

    Just one quick check, did you start user Profile service after OUs exclusion in Sync connection ? if not then please restart the service and perform Full Sync.
    Run below script on SQL server to check all users marked for deletion, these users will be picked up by "MY Site clean up job" for deletion:
    1. Script to get list of all user which are inactive and marked in "Profile missing", update profile DB Name :
    SELECT *  FROM [User Profile Service Application_ProfileDB_02f7d99cc26542978de8627838c980b8].[dbo].[UserProfile_Full] with (nolock)  where bDeleted = 1GO
    2. Script to check if sites marked as deletion, update profile DB name;
    SELECT *  FROM [User Profile Service Application_ProfileDB_02f7d99cc26542978de8627838c980b8].[dbo].[MySiteDeletionStatus]GO
    Thanks, ShankarSingh

  • Why does Lightroom5.7.1 "import new" not exclude previously imported files

    I connect my camera, deselect some photos, then import some photos from my first photoshoot into a folder.
    When I do a second import shortly after, into a new folder, with setting "import new", all images on the camera show up, even those I just imported.
    I am using Windows 7 and Lightroom 5.7.1
    When I use Lightroom 3, it sucessfully detects that I previously imported some photos, and does not show them, so I can easily just import next set from second photoshoot.
    Lightroom 5 "import new" simply does not work. It acts like "import all photos". Can anyone help?

    After upgrading to latest iTunes Windows Version, music sync still failt.
    Unchecking box to sync music removed all music from iPhone.
    After switching off iPhone, turning it on again and restarting iTunes and checking music sync again, all music is stored again on the iPhone as expected.

  • Import Hangs

    Hi All,
    Using Oracle 10.1 Standard Edition . OS - HP-UX 11.23
    My Import Jobs hangs. Logs as below.
    Have killed the job, and re-run, but still hangs.
    impdp system/<pwd>@prod remap_schema=VPD:TPD remap_tablespace=VT:TT,VI:TI table_exists_action=REPLACE directory=datadir1 dumpfile=datadir1:Full_expdp_vpd.dmp  logfile=datadir1:`date '+impdp_vpd_tpd_%d%m%y_%H%M'`.log exclude=statistics 
    Import: Release 10.1.0.4.0 - 64bit Production on Sunday, 23 October, 2011 20:16
    Copyright (c) 2003, Oracle.  All rights reserved.
    Connected to: Oracle Database 10g Release 10.1.0.4.0 - 64bit Production
    Master table "SYSTEM"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYSTEM"."SYS_IMPORT_FULL_01":  system/********@vdb remap_schema=VPD:TPD remap_tablespace=VT:TT,VI:TI table_exists_action=REPLACE directory=datadir1 dumpfile=Full_expdp_vpd_231011_1958.dmp logfile=datadir1:impdp_vpd_tpd_231011_2016.log exclude=statistics
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"TPD" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/SE_PRE_SCHEMA_PROCOBJACT/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "TPD"."F42199"                           685.1 MB  287686 rows
    . . imported "TPD"."F0911"                             326.3 MB  274826 rows

    Pl provide details on how you determined the process has hung.
    Pl verify by following the steps in MOS Doc 286496.1 (Export/Import DataPump Parameter TRACE - How to Diagnose Oracle Data Pump)
    HTH
    Srini

  • DI custom SQLs were missing after importing a good ATL file

    The customer had a strange issue recently - lots of custom SQL statements were missing when they imported a good ATL file into a brand new repository. This hasn't happened before. And they are sure that the DI repository versions are the same between the one it was exported and imported. I did some troubleshooting for them and found out:
    1) The custom SQLs are intact when I opened the ATL file in a text editor. And the ATL file can be imported without any issue into other repositories.
    2) Most custom SQLs are missing but not all. Some are imported OK.
    3) When I opened the SQL tranform for those with missing SQLs, the textbox area for the SQL statement was blank. This caused errors in validating the job.
    4) Sometimes the issue was resolved when the developer re-initialized the repository and imported the ATL again. But sometimes this strategy doesn't work - the SQL statements are still missing after the repository has been re-initialized a couple of times.
    The DI version is 11.5.3 on HPUX with repository version 11.5.1.5. The repository database is either Oracle 9i or 10g.
    Thanks,
    Larry

    The issue was resolved. The error occurred because of the database version mismatching. When the job was exported from the dev repository, datastores were excluded. The datastores in dev point to Oracle 9i sources. However, when datastores were recreated in test, some of them point to Oracle 10g sources (same database structure, just version upgrade). Therefore, when the job was exported from the test, although the datastores were still excluded, the version number "10g" were embeded in the SQL transform. This caused the SQL text to be excluded when importing ATL into the dev repository.
    The action taken is to 1) delete datastores with version 10g; 2) create one with version 9i; 3) then exported the job into a new ATL. The new ATL can be imported into the dev repository without any issue.
    Thanks,
    Larry

  • SQL*Loader ContinueIf  with X'hex'

    Hi all,
    i am using SQL*Loader: Release 9.2.0.6.0 to import a text file with this CTL file :
    LOAD DATA
    INFILE AZUPI00F.TXT
    REPLACE
    CONTINUEIF THIS (1:3) != X'0D0A1A'
    INTO TABLE SP_AZUPI00F
         (UPIUPI          POSITION     (1:5)               INTEGER EXTERNAL,
          UPINOM          POSITION     (6:40)          CHAR,
          UPIIND          POSITION     (41:90)          CHAR,
          UPILOC          POSITION     (91:125)     CHAR,
    ...but the log return this :
    Errors allowed: 10001
    Bind array:     10000 rows, maximum of 256000 bytes
    Continuation:   1:3 != 0X0d0a1a(character ''), in current physical record
    Path used:      Conventional
    Silent options: FEEDBACK, ERRORS and DISCARDS
    ...and the import fails. What i miss in the syntax?
    I am trying to exclude from import the last line in my text file that contain the hexadecimal
    Thank to all for sugestions and solutions.

    Following link might be helpful ->
    [SQL Loader 1|http://www.stanford.edu/dept/itss/docs/oracle/10g/server.101/b10825/ldr_cases.htm#i1010200]
    [SQL Loader 2|http://www.psoug.org/reference/sqlloader.html]
    Regards.
    Satyaki De.

  • Dear Adobe:  We need more "Data Centric" examples and videos

    Many of my data centric questions are unanswered (for days now).  This tells me that no one in the community knows the answers, which is probably because FlashBuilder 4 and using it against a ColdFusionBuilder 1 server are still so "new".  My customers are not impressed with bandwith sucking flashing, flipping, popping, spinning effects, with help hints. That's "kid stuff".  They only want and care about lightning fast response time, tons of data at their fingertips, and reliability.  They'll add their own images and suffer the bandwidth downside if they choose, but that's up to them.  The things I need to know how to do are very very simple:
    1) Fetch data, into a grid or form (nailed, thanks for the video and examples)
    2) Commit data  changed in the form or grid back to the DB (Not answered)
    3) Create a new record from within the form or grid  (Huh? No video or examples)
    4) Create new form popup windows based on a record selected in a grid (Got it, working good)
    5) Refresh a row in a grid without mucking around with the user's selected row or indexed column (How? Unknown)
    6) Delete a record in a form or a grid and commit the delete to the back end (Again, unknown)
    Basically I need to know CRUD.  Create, Retrieve, Update, Delete
    I'm really struggling with getting the answers to these simple questions. The helps are GREATLY DETAILED but the other side of that same coin is that they give me information overload explaining all the things that CAN be done, when I just need to know the CRUD basics.  Please make some more videos showing CRUD.  FlashBuilder and ColdFusionBuilder are going to be serious candidates for massive data handling only if we can get developers onto this product quickly.
    Massive Data Handling = 200 Tables, 200 fields in each table, 200 indexes, 500 constraints, one third of a billion records total in all tables, and I want to find a specific 4 records, in no more than 4 mouse clicks, and response time of 2 seconds or less.
    Unless I'm being unreasonable, and Adobe products are not the way I should go to achieve these goals.

    Hi Mayank,
    These instructions look fantastic.  They cover the stuff I need to know how to do.   I appreciate your efforts VERY MUCH and am following along dilegently.  I'm trying to transpose your very good and detailed instructions into my own project.   I'm stuck on the following line:
    In your example:
    productService.serviceControl.autoCommit = false;
    I'm transposing it to my project, which should read:
    baa_data_svc.serviceControl.autoCommit = false;
    Because I have a <Declarations> tag of:
        <fx:Declarations>
            <valueObjects:BAA_SBJ id="bAA_SBJ"/>
            <s:CallResponder id="getSBJsResult"/>
            <baa_data_svc:Baa_data_svc
                id="baa_data_svc"
                fault="Alert.show(event.fault.faultString + '\n' + event.fault.faultDetail)"
                showBusyCursor="true"/>
        </fx:Declarations>
    When I try to run the project, I get the following error:
    Error: Cannot assign operations into an RPC Service (autoCommit)
    I have tried including and excluding the import:
    import mx.rpc.events.ResultEvent;
    but it makes no difference.
    What am I doing wrong?  I need the autoCommit to be shut off, just like in your example.
    Thanks for your kind help in this matter.

  • Linked List for custom insertion sorting not listing

    Hello fellow humans! :3 this is an assignment; the little menu's options are the tasks it's supposed to perform. Sadly, case 1 only records the last valid (non -1) entry instead of building a list. case 2 does the same, except for actually recording the ending value (-1) instead of the last valid entry. Cases 3 and 4 are completely useless without the first two; I've included them because being quite new I'd rather not exclude anything important.
    class with main method follows:
    package batch2;
    import java.io.*;
    class e21
    public static void main (String []args) throws IOException, NumberFormatException
    BufferedReader input = new BufferedReader (new InputStreamReader (System.in));
    FromKeyboard key = new FromKeyboard();
    int a, option = 0, lrg;
    MyList alist, blist, clist;
    char fin = 'v';
    boolean avac, bvac, cvac, bord;
    NodeLD nodeaux = null;
    alist = new MyList();
    blist = new MyList();
    clist = new MyList();
    do{
      System.out.println("Please choose an option:");
      System.out.println("1. Create list 'A' sorting by insertion");
      System.out.println("2. Create list 'B', unsorted");
      System.out.println("3. Sort list 'B'");
      System.out.println("4. Mix lists 'A' & 'B' into a new sorted list 'C'");
      System.out.println("9. Exit");
      option = key.enterInt();
      switch (option){
      case 1: //this only records the last valid (non -1) entry D:
             System.out.println("Enter the integers you wish you sort in list 'A'");
          System.out.println("To finish, enter '-1'");
          a = key.enterInt();
          if (a != -1){
            alist.insertToList(a);
            System.out.println("Test 1");     
          while (a != -1){
               a = key.enterInt();
            if (a != -1){
              System.out.println("Test 1.1");
              nodeaux = new NodeLD();
              nodeaux.theData(a);
              alist.sortInserList(nodeaux);
              System.out.println("Test 2, a="+a+"");
         System.out.println("List 'A', sorted by insertion:");
          alist.seeList();
        break;               
      case 2: //this also keeps the last value, yet not a valid one but the '-1' for the ending condition
             System.out.println("Enter the integers you wish to add to list 'B'");
             System.out.println("Enter '-1' to finish");
             a = 0;
             while (a != -1){
                if (a != -1){
                  a = key.enterInt();
                  clist.insertToList(a);
             System.out.println("Unsorted list:");
             clist.seeList();
        break;
      case 3:
            while (clist.front != null){
          if (clist.front != null){
             blist.sortInserList(clist.front);
             clist.front = clist.front.givePrevious();
          System.out.println("List 'B', sorted");
          blist.seeList();
        break;
      case 4:
            while (blist.front != null){
         if (blist.front != null){
          alist.sortInserList(blist.front);
          blist.front = blist.front.givePrevious();
         System.out.println("List 'C', combining 'A' & 'B', sorted");
         clist.seeList();
        break;
      case 9:
         System.out.println("Program ended");
        break;
      default:
         System.out.println("Invalid option");
        break;
    while (option != 9);
    }Custom list class follows:
    package batch2;
    class MyList
    boolean tag = false;
    protected NodeLD front;
    protected int size;
    public MyList(){
         front = null;
         size = 0;
    public void insertToList(int x){
         NodeLD t;
         t = new NodeLD();
         t.theData(x);
         t.theNext(front);
         if(front!=null){
              front.thePrevious(t);
         front = t;
         size++;
    public void seeList(){
         NodeLD g;
         g = front;
         System.out.println();
         while (g!=null){
           System.out.println(""+g.dat+"");
           g = g.givePrevious();
         System.out.println("=============================");
    public int sortInserList(NodeLD g){
         NodeLD pointer = new NodeLD();
         pointer = front;
         NodeLD prepointer = new NodeLD();
         System.out.println("Test A");
         while (g.dat > pointer.dat && pointer != null){
           if (pointer.giveNext()!= null){
            pointer = pointer.giveNext();
            tag = false;
            System.out.println("Test A.b");
           else if (pointer.giveNext() == null) {
            tag = true;
            System.out.println("Test A.c");
           break;
         prepointer = pointer.givePrevious();
         if (pointer == null || tag){
           insertToList(g.dat);
           System.out.println("Test B. Pointer == null or tag == true");
         if (prepointer != null && !tag){
           g.thePrevious(prepointer);
           prepointer.theNext(g);
           System.out.println("Test C. prepointer != null && !tag");
         if (pointer != null && !tag){
           g.theNext(pointer);
           pointer.thePrevious(g);          
           System.out.println("Test D. pointer !=null && !tag");
         System.out.println("Test E. Right before return");
         return g.dat;
    }And here comes the accompanying Node class:
    package batch2;
    class NodeLD
    private int data;
    private NodeLD next;
    private NodeLD previous;
    public int dat;
    NodeLD(){
         data = 0;
         next = null;
         previous = null;
         dat = data;
    public void theData(int x){
         data = x;
         dat = data;
    public void theNext(NodeLD y){
         next = y;
    public void thePrevious(NodeLD z){
         previous = z;
    public int giveData(){
         return data;
    public NodeLD giveNext(){
         return next;
    public NodeLD givePrevious(){
         return previous;
    }And last but not least, the part of FromKeyboard I'm using for this exercise, just in case:
    package batch2;
    import java.io.*;
    public class FromKeyboard
    public BufferedReader input = new BufferedReader(new InputStreamReader(System.in));
    public int enterInt(){
         System.out.flush();
         int integ = -1;
         try{
              integ = Integer.valueOf(input.readLine());
         catch(NumberFormatException e){
              System.err.println("Error: "+e.getMessage()+"");
         catch(IOException t){
              System.err.println("Error: "+t.getMessage()+"");
         return integ;
    }All help with regards as to why my lists aren't working and general comments/nudges on the sorting are welcome and appreciated.

    Hi Kevin, thank you for replying! I'll trim my code in a moment; as for a specific inquiry:
    >Sadly, case 1 only records the last valid (non -1) entry instead of building a list. case 2 does the same, except for actually recording the ending value (-1) instead of the last valid entry. >
    More direct approach to asking for help: These classes compile correctly and run, although the result is not what I'm aiming for: I get a single-noded list instead of the full list. Why isn't it keeping all the nodes but the last one only?
    Edited by: SquaredCircle on 09-Sep-2010 16:46
    That was fun :D this is my SSCCE for the main class:
    class e21SSCCE
    public static void main (String []args) throws NumberFormatException
    int a[] = {14, 25, 11, 43, 33, -1}, key[] = {1,2,9}, option = 0, i = 0, e = 0;
    MyList alist, clist;
    char fin = 'v';
    NodeLD nodeaux = null;
    alist = new MyList();
    clist = new MyList();
    do{
      System.out.println("Please choose an option:");
      System.out.println("1. Create list 'A' sorting by insertion");
      System.out.println("2. Create list 'C', unsorted");
    System.out.println("9. Exit");
      option = key[e];
      e++;
      switch (option){
      case 1: //this only records the last valid (non -1) entry D:
             System.out.println("Enter the integers you wish you sort in list 'A'");
          System.out.println("To finish, enter '-1'");
          i = 0;
          if (a[i] != -1){
            alist.insertToList(a);
         i++;
         while (a[i] != -1){
    if (a[i] != -1){
         nodeaux = new NodeLD();
         nodeaux.theData(a[i]);
         alist.sortInserList(nodeaux);
         i++;
         System.out.println("List 'A', sorted by insertion:");
         alist.seeList();
    break;               
    case 2: //this also keeps the last value, yet not a valid one but the '-1' for the ending condition
    System.out.println("Enter the integers you wish to add to list 'B'");
    System.out.println("Enter '-1' to finish");
    i = 0;
    while (a[i] != -1){
    if (a[i] != -1){
    clist.insertToList(a[i]);
                        i++;     
    System.out.println("Unsorted list:");
    clist.seeList();
    break;
    case 9:
         System.out.println("Program ended");
    break;
    default:
         System.out.println("Invalid option");
    break;
    while (option != 9);
    The cleaner version of the list class:class MyList
    boolean tag = false;
    protected NodeLD front;
    protected int size;
    public MyList(){
         front = null;
         size = 0;
    public void insertToList(int x){
         NodeLD t;
         t = new NodeLD();
         t.theData(x);
         t.theNext(front);
         if(front!=null){
              front.thePrevious(t);
         front = t;
         size++;
    public void seeList(){
         NodeLD g;
         g = front;
         System.out.println();
         while (g!=null){
              System.out.println(""+g.dat+"");
              g = g.givePrevious();
         System.out.println("=============================");
    public int sortInserList(NodeLD g){
         NodeLD pointer = new NodeLD();
         pointer = front;
         NodeLD prepointer = new NodeLD();
         while (g.dat > pointer.dat && pointer != null){
              if (pointer.giveNext()!= null){
                   pointer = pointer.giveNext();
                   tag = false;
              else if (pointer.giveNext() == null) {
                   tag = true;
                   break;
              prepointer = pointer.givePrevious();
              if (pointer == null || tag){
                   insertToList(g.dat);
              if (prepointer != null && !tag){
                   g.thePrevious(prepointer);
                   prepointer.theNext(g);
              if (pointer != null && !tag){
                   g.theNext(pointer);
                   pointer.thePrevious(g);          
         return g.dat;
    And the node class:class NodeLD
    private int data;
    private NodeLD next;
    private NodeLD previous;
    public int dat;
    NodeLD(){
         data = 0;
         next = null;
         previous = null;
         dat = data;
    public void theData(int x){
         data = x;
         dat = data;
    public void theNext(NodeLD y){
         next = y;
    public void thePrevious(NodeLD z){
         previous = z;
    public int giveData(){
         return data;
    public NodeLD giveNext(){
         return next;
    public NodeLD givePrevious(){
         return previous;
    I followed the SSCCE guideline, and tried my best with it. The indentation checker was a broken link, though :c.
    Edited by: SquaredCircle on 09-Sep-2010 17:12                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • IPhoto does not 'see' my SD cards.

    I have two cameras and this problem is common to both.  The SD cards are visible on the desktop but not within iPhoto itself.  I have managed to import some photos by dragging the card icon into iPhoto.  But this has not given me the normal full functionality e.g. the option to exclude previously imported pics.   I am using iPhoto 9. v8.1.2 
    Any suggestons about correcting this would be very welcome.

    I reformatted one card with one camera, left second card&camera as they were.  Repaired Permissions and rebooted. I also emptied iPhoto trash of over 500 pics. Now both cameras and cards are recognised by iPhoto and everything seems to be ok. 
    Pleased that some very important photos are now downloaded and backed up.  But I am a bit puzzled at this outcome.  I have the feeling the problem was with the iPhoto app.  Will keep fingers crossed that it does not happen again.
    Many thanks for your prompt reply.
    Splendin

  • Failing imac and time machine backup reliability?

    my imac is having some issues - symptoms include 10+ minute start up time, spinning ball during simple tasks such as opening a folder, disk utility failure to repair, even disk warrior consistently froze. apps freeze. calendars disappear from ical. time machine is reporting lots of errors (viewed in console), and it's running pretty hot. plus, when i ran disk utility from the install disk, it failed as well.
    so i'm bringing my imac back to the genius bar again. the initial thought from my first trip to the genius bar was the fan was failing. once they opened it up, they said it was just dusty, and after cleaning it up, assured me it would be fine.
    so a few weeks later, it's acting even worse. so i called apple care again.
    the apple care people first said it was something to do with the directory being very badly damaged since disk utility and repair attempts were failing and unable to complete. the most recent apple care person said the hard drive was failing since it wasn't mounting (and showed up light gray) during the most recent disk utility / repair attempt.
    i bought two new external d2 quadras, and i'm in the process of making a second back-up via time machine.
    console is reporting odd errors. here are a few:
    CoreEndianFlipData: error 4940
    unable to rebuild path cache
    event store UUIDs don't match for volume: HD
    Journaling is disabled on the backup destination volume
    Ownership is disabled on the backup destination volume
    my biggest question is, how reliable will these back-ups be on my external drives from time machine if there's something going on internally with the imac?
    if they need to install a new hard drive, or install the OS again, and we do a restore from time machine, would the back up be reliable? on my first external, the back up initially failed. but after leaving it on for a day, and repeated attempts, it finally became successful. still with those same messages in console, but it completed the back up nonetheless.
    thanks for any advice. i'm disappointed that disk warrior couldn't help, which makes me think there's something else more serious going on perhaps.
    thanks for any advice.
    susan

    ungabunga wrote:
    CoreEndianFlipData: error 4940
    unable to rebuild path cache
    event store UUIDs don't match for volume: HD
    Journaling is disabled on the backup destination volume
    Was that followed by a message about enabling it, or if you check it via Disk Utility, is it enabled now? If so, it's fine.
    Ownership is disabled on the backup destination volume
    None of those are real error messages. If the backup completes normally, it's fine (as long as you didn't exclude anything important, and as long as the iPhoto app wasn't open, as that can prevent Time Machine from backing-up the changes to your iPhoto library.)
    See #A1 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum) for a handy widget that will display the backup messages from your logs.

  • Replaced my hard drive but TC didn't reinstall my Applications?

    After Apple replaced my hd, I used Time Capsule to reinstall the contents of my defunct hd. I had to use the mitigation assistant as Apple only installed the basic Snow Leopard and not the up to date Snow Leopard, making the direct transfer at startup impossible. I assumed there would be a total transfer, however critical applications like Photoshop CS4, GoLive, Dreamweaver, and Office did not get transferred to the new hard drive. I was lead to believe applications would also be backed up and transferred via the TC. How can I recoup my apps? (particularly since I've purchased upgrades for defunct Classic programs).

    DavidPHOTO.com wrote:
    After Apple replaced my hd, I used Time Capsule to reinstall the contents of my defunct hd. I had to use the mitigation assistant as Apple only installed the basic Snow Leopard and not the up to date Snow Leopard, making the direct transfer at startup impossible.
    Not true. You could have (and still can) restore your entire system to the exact state it was in at the time of any backup. See #14 in the Frequently Asked Questions *User Tip,* also at the top of the +Time Machine+ forum.
    That only works, of course, if you didn't exclude anything important from your backups. Unfortunately, some internet postings advise folks to exclude their System and/or Applications folders from Time Machine. If you did that, you're out of luck.
    I assumed there would be a total transfer, however critical applications like Photoshop CS4, GoLive, Dreamweaver, and Office did not get transferred to the new hard drive. I was lead to believe applications would also be backed up and transferred via the TC. How can I recoup my apps? (particularly since I've purchased upgrades for defunct Classic programs).
    Your best bet is to start over with the system restore, unless you'd excluded important things.

  • Migrating from old MBP to new

    I've just purchased a new MBP 17" i7 to replace my 2008 MBP 15". When I got my 2008 version, I just used the Firewire 800 to move all of my stuff from my iMac to my MBP. Spent a few minutes fixing some passwords, and that was that. Probably took around an hour.
    So, I haven't migrated between Macs for a couple of years, and I want to find out what the best way to proceed. I use Time Machine to back up my computer, and have all of my iTunes media files on a portable 1TB hard drive (I've got thousands of songs in Apple Lossless). So here are my questions:
    1. Should I migrate from my old to new via Firewire? Or is it best to restore from Time Machine?
    2. Will Time Machine "start over." Will I lose 2 years of incremental backups? It's nice to know I can go digging back a couple of years to find that file I shouldn't have erased. Also, every once in a while a piece of music gets corrupted, and I've got to get it replaced by an older saved version.
    3. This might not be the right place, but will I be able to point iTunes on the new MBP to my media files? I'm convinced I can, but I'm not sure.
    I'm going to wait a few days to do the migration, because I want to do this right. A few years ago, I did it wrong and lost years of photos, of which 90% were lost forever.

    OrangeMarlin wrote:
    So, I haven't migrated between Macs for a couple of years, and I want to find out what the best way to proceed.
    +Setup Assistant+ has been greatly improved for Snow Leopard. See #19 in Time Machine - Frequently Asked Questions (or use the link in *User Tips* at the top of this forum).
    1. Should I migrate from my old to new via Firewire? Or is it best to restore from Time Machine?
    Makes little difference. It's a bit easier from Time Machine, since you don't have to start up the old Mac in Target Disk mode and make the connection, but otherwise it makes no difference (assuming you didn't exclude anything important from Time Machine).
    2. Will Time Machine "start over."
    As William says, yes.
    Will I lose 2 years of incremental backups?
    Depends on how much space is on your Time Machine drive.
    It's nice to know I can go digging back a couple of years to find that file I shouldn't have erased. Also, every once in a while a piece of music gets corrupted, and I've got to get it replaced by an older saved version.
    Yup, absolutely. If you keep the old drive "on the shelf" you can always display and restore from it via the +*Browse ...+ option, per #17 in the FAQ.
    Or, if you get a new, larger drive, you can copy the existing backups to it, and continue backing-up to the same set of backups. See #18 in the FAQ. If you do that, when the first backup of the new Mac starts, you'll get the prompt in #B5 of Time Machine - Troubleshooting (or use the link in *User Tips* at the top of this forum).
    3. This might not be the right place, but will I be able to point iTunes on the new MBP to my media files? I'm convinced I can, but I'm not sure.
    Yup. Just hold down the Option key while starting iTunes; you get a prompt to Create a library or Choose an existing one.
    I'm going to wait a few days to do the migration, because I want to do this right. A few years ago, I did it wrong and lost years of photos, of which 90% were lost forever.
    I'd recommend against that. +Setup Assistant+ runs immediately when you first boot the new Mac up; if you take all the defaults, it will move everything from the old Mac (or backups) except OSX. No temporary user profile, no setting-up communications, etc.
    If you're nervous about losing things, and don't have secondary backups, do your final Time Machine backup of the old Mac, and turn it off. Use the backups to transfer your data, so the old Mac won't be involved at all.

  • Transfer time capsule data to macbook

    Yesterday my hard drive on my macbook crashed and I lost everything. Thankfully I have full backups on a time capsule.
    I am able to open time machine and see the backups but I am having trouble transferring the data on to the computer.
    When I open Migration Assistant, it shows the time capsule but when I click on it as the system to transfer it says "0 time machine backups found".
    I know the data is on the time capsule (I can see it when through time machine, but I can't transfer my files back from the time capsule onto the new hard drive.
    Suggestions??
    Sorry if this has been posted before, I looked but didn't see it.
    Cheers.

    Had you excluded anything important, such as system files, from your backups?
    If not, try repairing the backups, per #A5 in [Time Machine - Troubleshooting|http://web.me.com/pondini/Time_Machine/Troubleshooting.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).
    If that finds and fixes things, you should be able to access the backups.
    But don't use +Migration Assistant.+ Instead, do a full system restore, per #14 in [Time Machine - Frequently Asked Questions|http://web.me.com/pondini/Time_Machine/FAQ.html] (or use the link in *User Tips* at the top of the +Time Machine+ forum).

  • How to import photos from external hard drive and exclude duplicate images

    Hi,
    I apologize if this is easy, but I can't seem to find out how to do it. I have an external hard drive that I used to back up my photos when I was in the Windows environment. I want to import these into iPhoto and/or Aperture, but how do I exclude duplicates that I may already have in iPhoto?? Also....should I import them into BOTH programs, or just bring them into iPhoto and selectively bring them into Aperture when I want to edit?
    Thanks,
    Ron

    You really should choose between Aperture and iPhoto. Both are Photo organisers, both manage your photos. You need to decide which one is primary. Then only import to that one.
    Aperture is the more powerful of the two. If you’re shooting RAW then deciding on Aperture is a no-brainer. It’s easier to have files in Aperture and share them with iPhoto than the other way around.
    If you’re not shooting RAW, if the volume of photos is small, then stick with iPhoto.
    just bring them into iPhoto and selectively bring them into Aperture when I want to edit?
    Aperture is not an editor, like Photoshop. Like iPhoto it’s a database application.
    Regards
    TD

  • Datapump import doesnt filter out table when mentioned in 'exclude'

    The below datapump import fails to filter out the 'COUNTRIES' table. I thought that was what it was supposed to do ? Any suggestions ?
    C:\Documents and Settings\>impdp remap_schema=hr:hrtmp dumpfile=hr1.dmp parfile='C:\Documents and Settings\para.par'
    Import: Release 10.2.0.1.0 - Production on Monday, 18 January, 2010 15:00:05
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Username: / as sysdba
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    Master table "SYS"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
    Starting "SYS"."SYS_IMPORT_FULL_01": /******** AS SYSDBA remap_schema=hr:hrtmp dumpfile=hr1.dmp parfile='C:\Documents a
    nd Settings\para.par'
    Processing object type SCHEMA_EXPORT/USER
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/TABLESPACE_QUOTA
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "HRTMP"."COUNTRIES" 6.093 KB 25 rows
    . . imported "HRTMP"."DEPARTMENTS" 6.640 KB 27 rows
    . . imported "HRTMP"."EMPLOYEES" 15.77 KB 107 rows
    . . imported "HRTMP"."JOBS" 6.609 KB 19 rows
    . . imported "HRTMP"."JOB_HISTORY" 6.585 KB 10 rows
    . . imported "HRTMP"."LOCATIONS" 7.710 KB 23 rows
    . . imported "HRTMP"."REGIONS" 5.296 KB 4 rows
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/PROCEDURE/PROCEDURE
    Processing object type SCHEMA_EXPORT/PROCEDURE/ALTER_PROCEDURE
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Job "SYS"."SYS_IMPORT_FULL_01" successfully completed at 15:00:13
    para.par
    ========
    exclude=TABLES:"like '%COUNTRIES%'"

    Hi,
    The first thing I see is that you excluded TABLES (plural). The object type is not pluralized in DataPump. The parfile should look like:
    exclude=TABLE:"like '%COUNTRIES%'"
    Dean

Maybe you are looking for

  • Sound problems after iOS 4.2 upgrade

    Experiencing very poor sound quality after iOS 4.2 upgrade. Bad eq, left channel dropping out, sounds like heavy reverb. Exists with iPod and pandora apps. Tried adjusting eq in settings. Any one else having problems?

  • My feedback button is gone

    Using Firefox 4.0 Beta 11. My feedback button has gone. I have found some other ways to submit feedback, but I thought I would let you know. I remember seeing it in the past, but I can't say how long it has been gone.

  • Variable Form Data - PDF Merge Issue

    I created a VB program, using Acrobat 5 and the FDFToolkit, that took variable data and populated a form and saved it.  It then populated another form and then saved it. Each form is a set of cards 9-Up double sided. When this process completed it me

  • Exchange and windows Azure

    hi all, i want to ask if Windows azure support to have Exchange 2010 or Exchange 2013 with full setup? DAG and NLB for cas and hub? Thanks

  • Only half my pics are being synced after the ios4 upgrade

    Can someone please help. I feel like I tried everything. I have itunes set to sync the last years worth of photos. Itunes says there is 2200 photos but only 850 actually sync. I have plenty of room on my iphone. Every time I sync now it optimizes 575