LR 4.2 wants to import the same files twice

I'm using LR 4.2, Windows 7 Pro.
I notice lately that sometimes when importing new files from a card, previously imported files are sometimes imported again. 
I do check "organize my files by date," and after the date folder is created, I typically modify the folder name to add a description.  I also rename files on import.  I always check "new." 
Still, I thought that LR could keep track of this type of stuff. Someone please explain what might be going on.
Thank you,
Robert

Not sure what to say.
It means the error occurred very near the end of the exporting code. I don't suppose you have any Post-Processing defined, do you? (in export dialog box / export preset).

Similar Messages

  • Illustrator CS3 opening the same file twice

    Hoping someone has an answer for this because I'm stumped.
    Just set up CS3 on a new iMac for one of my users, imported her Illustrator files from her hold PC (also running cs3).
    When she opens a file its opening the same file twice. When she modifies one, its all being mirrored on the other. When she saves, she has to save both "files" although they're really only 1 file.
    Any ideas?

    You can open multiple windows looking at the same file. It comes in handy when you're zoomed in, working on some detail and want to see the big picture...
    Open a new one by going to the window menu and selecting "new window" This will open a new window with "filename:2" in the title bar.
    To get rid of additional windows, just close them. You'll have to save the file to get it to remember that the other windows are closed.

  • Sender File Adapter picking the same file twice

    We are facing a weird issue with File Sender Adapter
    We are using PI File Adapter ( NFS ) to read files for a NFS folder and
    processing those in PI.Normally it works fine. But for a scenario we
    are noticing it sometimes process the same file twice before archiving,
    thus duplicating the financial postings.
    What we have is :
    File Sender Adapter - NFS, Polling interval 60 secs, and Processign
    mdoe Archive. File name includes Wildcards - JE_Upload*.txt
    what we are noticing is that :
    when it picks up a file, it immediately polls again to check for
    another file, and sometimes the file is not yet archived so it picks up
    and reprocess the same file.
    If you see the message below, both belong to the same file, and it
    picked up the same file again in 12 secs after processing it the first
    time
       Successful 02.11.2009 15:01:00 02.11.2009 15:01:01   APMANUAL     urn:bl:i2g:003:100
    SI_SKF_FIDOC_OB XI Message
       Successful 02.11.2009 15:00:49 02.11.2009 15:00:50   APMANUAL     urn:bl:i2g:003:100
    SI_SKF_FIDOC_OB XI Message
    Anyone seen this behavior before?

    Hi,
    Please check the script which creates file in source NFS Folders. There is possibility that script is making change in file when PI is picking up the file.
    When PI picks the file first time it creates one message ID in system. After that if script is making any change in file without file name change (This need not necessary data change), for PI it becomes new file and new message gets generated in PI for same file.
    This error normally comes when File adapter is not able to archive file succesfully. For eg. file with same name alredy exists in Archive folder.
    File adapter generates the new message id whenfile get modified(eg.change in its length or data change) even though
    the file name is same and when file get change ,XI file adapter thinks that its new file and hence generate the new message id for same file.
    If file has same name and notmodified then XI adapter will not generate new message id and will keep on throw the error till you remove that file with same name from the
    archieve directory.
    -Warm Regards,
    Gouri

  • TS1424 I didn't want to rent the same movie twice and did.  How do I pay and view for it only once?

    I've accidentally rented and paid for the same movie twice.  How do I only rent and pay once?

    Hi Robin,
    Welcome to Apple Support Communities.
    You may find this article helpful with using a media library on an external hard drive:
    iTunes for Windows: Moving your iTunes Media folder
    http://support.apple.com/kb/HT1364
    Have a good day,
    Jeremy

  • File Adapter does not process the same file twice

    SOA: 11.1.1.4 (non-HA).
    I have a file adapter that triggers when a new file gets to a directory; the file is not deleted after the process triggers.
    The process is supposed to call other services via a mediator and if any remote fault happens it should rollback automatically and re-trigger with the same file at the next polling interval.
    I have literally 3 scenarios:
    1). The file gets picked up once, the process fails and the file is never picked up again.
    Msg in log: The file : /xx/xx/xx/abc.xml is being ignored as it has already been processed
    2). If the mediator only routes to one service after the file gets picked up, it works as expect (that is rollback and restart at the next polling interval). If it has more than one sequential routing rule, I see the same error as above.
    3). File does not get picked up EVEN if I "touch" or rename the file.
    Msg in Log:
    File Adapter ProcessName Poller enqueuing file for processing :/xx/xx/xx/abc.xml
    File Adapter ProcessName Ignoring File : abc.xml as it is already enqued for processing.
    I have already checked, there is no permission issue.
    This is what my .jca file looks like:
    <adapter-config name="getFile" adapter="File Adapter" wsdlLocation="getFile.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="eis/FileAdapter" UIincludeWildcard="*"/>
    <endpoint-activation portType="Read_ptt" operation="Read">
    <activation-spec className="oracle.tip.adapter.file.inbound.ScalableFileActivationSpec">
    <property name="DeleteFile" value="false"/>
    <property name="MinimumAge" value="5"/>
    <property name="SingleThreadModel" value="true"/>
    <property name="PhysicalDirectory" value="/xx/xx"/>
    <property name="Recursive" value="false"/>
    <property name="PollingFrequency" value="20"/>
    <property name="IncludeFiles" value=".*"/>
    <property name="UseHeaders" value="true"/>
    <property name="MaxRaiseSize" value="5"/>
    <property name="ListSorter" value="oracle.tip.adapter.file.inbound.listing.TimestampSorterAscending"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    Thanks for looking into it in advance.
    Any help with the error messages will be appreciated.

    You have to use MOVE operation, if there is any remote exception occured, then move the file to someother folder and again move back to the same folder where the file pickup will start.
    In that way you will be use the same file picked up next time when the polling happens.
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

  • JCA DB Adapter process the same file twice in a clustered envrionment causing duplicate records

    We have 2 Nodes in a OSB Cluster and for one of the webservices we use DB Adapter to process the records and send it to external system.
    When ever we catch up with below exception and when the same records are reprocessed/retried the message is processed/sent by both the nodes which is causing a duplicate of records. 
    'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <1e3df38069b38bbe:3fdbec90:14c7cca0f5f:-8000-0000000000000006> <1428935826370> <BEA-000000> <<oracle.tip.adapter.db.InboundWork handleException> BINDING.JCA-11624
    DBActivationSpec Polling Exception.
    Query name: [XYZDBAdapterSelect], Descriptor name: [XYZDBAdapter.ABCEnrollment]. Polling the database for events failed on this iteration.
    Caused by JTS transaction was marked rollback only.
    Please advice!
    Thanks!

    You have to use MOVE operation, if there is any remote exception occured, then move the file to someother folder and again move back to the same folder where the file pickup will start.
    In that way you will be use the same file picked up next time when the polling happens.
    It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts).
    Thanks,
    Vijay

  • Why do I have to keep importing the same file in FCPX?

    After downloading my camera files to my computer, I imported the files into my FCPX project.  However, there is one file that I have to re-import every time I open FCPX again.  Is this file damaged, or is there something that I am doing wrong?

    Luis, I import the clip from a folder on my hard disk that does replicate the file on the camera card, and the clip does have a little camera icon in the bottom left corner of the screen (see the images below).

  • Export to disk to the same file twice or more

    Post Author: Koen
    CA Forum: Exporting
    Hello,
    i am writing an application in vs 2008 en cr 2008.
    The purpose of the application is to send offers to the customer throug e-mail.
    The report is exported to filename "Offer Nr : 70012.pdf" in the report the name of the customer is changed to his name and then the PDF is send via smtp server.
    The first time this works fine, the second time i get an error : The process cannot access the file "Offer Nr : 70012.pdf" because it is being used by another process.
    Code :
    public void ExportOfferToPDF(String FileName, String EMail, string DocumentId, String ContactId)         {
                DemandeDePrix1.RecordSelectionFormula =                "{vw_print_doc_demande.id} = '" + DocumentId +                "' and {vw_print_doc_demande.ContactId} = '" + ContactId + "'";
                DemandeDePrix1.ExportToDisk(ExportFormatType.Excel, FileName);
                SendEmail(FileName, Email);                    }

    Post Author: IdoMillet
    CA Forum: Exporting
    Sounds like you may need to place a delay between the export and the email.If you'd like to achieve the same thing without the need to run the report again and again for each ContactID, consider a 3rd-party tool.  See list of such tools at: http://www.kenhamady.com/bookmarks.html.My Visual CUT software can do this in a single pass without a need to know the list of group values ahead of time -- they are identified on the fly based on the information in the report.- Ido

  • HT1918 What if I want to make a new account, and I don't want to purchase the same product twice?

    I have one a count which works fine, but it won't buy anything from the US store and I can't change my nationality because of my season passes. So I decided to make a new account with the address I have in America, but I would have to buy everything I already did twice. So is there a way I can transfer purchases to my American account?

    No, there isn't. You'll need to continue to use that existing account for updates or to redownload purchased content.
    Note that to set up an account in the US iTunes Store for anything other than free apps, you'll need not only a US mailing address but also a US credit card or prepaid iTunes card.
    Regards.

  • I am having a silly problem with Keynote and Pages. When ever i open a file, it opens the same file twice ?

    When ever i open a file using key note or pages. The files opens up two times. I the ave to close one version of the file and only then can begin work.
    Could you please help me how to get rid of this ?

    try routine software maintenance:
    1 - shut down the Mac
    start up the Mac again with the shift key pressed, release when Mac logo appears, let the Mac boot up it will take longer as it will be repairing the software
    2 - Applications > utilities > disc utility > select the system drive > disc first aid > repair permissions
    reboot normally and see if that helped

  • ITunes will not re-import the same CD

    Using 7.02. I am importing a cd audiobook. I joined the tracks and imported it - the first import proceeded normally until just near the end when there was a problem with the cd or my drive. I deleted the Music file and put the cd in another drive. It showed the tracks still joined and the little checkmark was green showing that the import was complete. I unjoined and rejoined the tracks and the green checkmark disappeared. I dragged the tracks to the library area to start importing them into iTunes again and in about 1 second the green checkmark appeared and the import ended. the file created is just a few seconds long. I cannot tell iTunes that I want the whole thing done again. I have tried rebooting, ejecting, etc. but iTunes doesnt get the idea. When I tried to play the tracks, it went thru them all in about 3 seconds.
    I would appreciate any ideas. I am running Windows XP Pro.
    Toshiba laptop   Windows XP Pro  

    So I tried copying the files from the external hard drive to a USB drive. I could import the video files from the USB drive!
    So then I tried importing the same files on to my PC's internal hard drive again. I could import the video files from the internal hard drive!
    So then I tried to import the very same files that failed to load on the very same PC previously. I could now import them!
    I still can't import from the external hard drive directly, though.
    I really don't think I like the process of importing things into iTunes very much... any suggestions on what's causing any of this behaviour would be very interesting.

  • ITunes 11 previously imported a video file, which I loaded on to my iPod Nano, but I removed the file from the iTunes library and now it won't (re-)import the same video. Any thoughts on why not?

    iTunes 11 previously imported a video file, which I loaded on to my iPod Nano, but I removed the file from the iTunes library and now it won't (re-)import the same video.
    I'm using 2 PCs, each with video files (.MP4) on their respective hard drives, and also one external drive with other video files on that I move between the two devices.
    iTunes on one PC will (sometimes!) let me add video content from the external hard drive, which is clearly iTunes-compatible, because I can then copy it over to my iPod Nano. On the other PC, I couldn't load that same video from the external hard drive. But if I copied that same video on to the PC's internal hard drive first, then iTunes would let me import it. That was yesterday - now iTunes is refusing to load any files from the internal or external hard drive(s).
    Any thoughts or suggestions, please?

    So I tried copying the files from the external hard drive to a USB drive. I could import the video files from the USB drive!
    So then I tried importing the same files on to my PC's internal hard drive again. I could import the video files from the internal hard drive!
    So then I tried to import the very same files that failed to load on the very same PC previously. I could now import them!
    I still can't import from the external hard drive directly, though.
    I really don't think I like the process of importing things into iTunes very much... any suggestions on what's causing any of this behaviour would be very interesting.

  • Duplicate names of the same file at playlist

    Hi. I'd try to put all my music files at the same place. iTunes should do this, but doesn't work. After several times, I could delete all files outside iTunes folder. But a lot of songs remain duplicated in the playlist. When I click to show it in finder, I see the SAME FOLDER, in other words, is the same file listed twice. I'm out of ideas, any suggestions?

    If nobody answers your post within a few days (or hours on the busier forums) then it will get buried under all the new topics and gets less likely to be answered as time moves on. A timely bump is often all that is required.
    I'm not sure I understand your original question. There are a number of ways to get duplicates in iTunes. You can import the same file more than once so iTunes may make two copies, typically as Song.ext and *Song 2.ext* in the same folder. Under certain circumstances, e.g. with a disconnected external drive, it may be possible to add the same physical file more than once to the database. In this case two entires point to the same file. Regular (not smart) playlists are an ordered list of pointers to files and may contain the same pointer more than once. Normally there is a warning (but you may choose to disable it) that says when the list of files that you are about to drop onto a playlist includes some that are already in it and asks you to confirm if you want to create duplicate entries.
    Whatever the cause, iTunes dones't provide a simple tool for deduping your library or your playlists. You might find Show Duplicates or Show Exact Duplicates useful, but you will still have to manually select and remove duplicate entries while taking care not to accidentally remove original files you want to keep.
    These problems are nothing special to iTunes and can affect any media player. Keeping your data clean is a matter of housekeeping.
    tt2

  • Error while importing the .txt file for SAP script to another system.

    Hi Gurus,
    I'm trying to import the .txt file exported (using RSTXSCRP) from one system to another.But getting the following error on the destination system  (4.6C).I'm able to import the same file on all other releases (Like 470 500,600,604).
    "ERROR: Invalid start marker: SF instead of SFORM "
    Kindly assist..
    Jasvir

    Hi,
    Usually when you download the file and open it with notepad, the first line is like
    SFORMZINVOICE
    ie SFORM followed by form name
    Check this in your downloaded file
    Regards

  • How to resolve 'APP-AR-11651: You have paid the same invoice twice.'?

    AR module,
    when I made a receipt to apply a same invoice twice and saved, a message 'APP-AR-11651: You have paid the same invoice twice. Please correct.' came out.
    if I do want to apply the same invoce twice ,how to resolve?
    thanks

    release 115.9
    OK,the problem has been solved.
    I just need to add a line number on apply line.
    regards

Maybe you are looking for

  • Too many session in the AS java server node?

    I have install a Netweaver JAVA portal system for customer , this is cluster system one CI and 10 DIs,  I found there are too many active session in each server node , I konw , the user can login anyone instance through the web dispatcher , but I fou

  • E52 users: lightest non-original theme

    E52 users, what is the lightest non-original theme that you've come across. I previously used PiZero Black&Aqua on my previous E51 but it causes CPU spikes on the E52 so just wondering if ye have any recommendations for the lightest (in terms of reso

  • Generate Function But Can't Call It? --Reload

    hi all, I have program like below, but the SAP system tell me "Call Function NOT FOUND" when lv_idx = 2. How to make it work? *& Report  Z_TEST_DYN REPORT  z_test_dyn. DATA fname TYPE rs38l-name. DATA:       lt_code TYPE TABLE OF rssource,       lv_i

  • Is the unlocked 5s available in Houston Tx.?

    Hi I would be travelling to Houston in a day or two. I need to pick up the Iphone 5s in gold unlocked version.  Is it available? Thanks

  • Photos in pdf are blurry?

    I'm trying to put together a nice pdf flyer for a client, but the photos that are nice and sharp in InDesign and Photoshop are very blurry in the PDF file. I've not noticed this problem before, and can't find any reason for it. I am exporting the Ind