Lightroom not reading correct data for Lens and Camera Serial Number

Hi you all.
Recently got Lightroom, and I'm so impressed - I never imagined image organizing and adjustment could be this easy and at the same time very advanced.
I have a problem, however. Lightroom (and Adobe Bridge, too) does not correctly read the EXIF data of Lens type and Camera Serial Number.
The first ~50 images I took and imported turned out correctly and displayed my serial number and lens (18-55 mm Canon) inside Lightroom.
But now, whenever I import photos into Lightroom or view them with Bridge, they all display "Unknown Lens" and "Unknown Camera Serial Number".
At first I thought that maybe the camera didn't correctly record this data on to the photos anymore for some reason, but a comparison using EXIFToolGUI shows that the metadata is EXACTLY the same as in the photos that display this info in Lightroom correctly.
I have not done any changes to either my camera (Canon EOS-350D / Digitial Rebel XT) or lens (the kit lens, 18-55 mm Canon).
It seems that for some reason, Lightroom has stopped reading these two fields of metadata - all the other fields, such as aperture and shutter speed, all display correctly.
I also tried to reimport the photos into Lightroom, but it didn't help. Neither did "Synchronize Folder" -> "Scan for metadata updates".
What should I do? I'd like my lens information do display correctly, as I'll buy a new lens soon.
I have attached one of the photos that Lightroom doesn't read the data correctly from. Try importing it into your Lightroom, and see if how the info displays.
Thanks in advance.

Are these jpgs or RAW?  I have only edited metadata on jpgs.
It looks like Vista's import stripped out all the makernotes.  I didn't look at your file but that seems to be what happened.  Be warned, Photoshop CS2 also strips out makernotes!
Now how to fix the problem.  If you want to edit the metadata on files already loaded into LR, you need to write out your metadata to the files first, then edit the metadata, then read the new metadata into LR.  This is scarey for me, so I always make sure my backup is up to date on the images first.
What to do...  You probably can't put back all of the makernotes, so what to do to get the lens information in.  I don't know if putting back in the makernote LensType would trigger LR to reconsider its lens information.  I don't know.  If it had a real lens name, my guess would be no because it would have an XMP::Lens field which would override.  But maybe unknown lens doesn't have this field and it would re-read the makernotes.
The other solution is to forget about makernotes for these images and put the exact text you want into XMP::Lens.  I think that's the "easy" way.
In either case, you will have to become familiar with exiftoolGUI or exiftool itself.  I use the command line exiftool but it looks like you can edit multiple files with exiftoolGUI.  Select your files, click the edit thingy (^) under XMP, choose various, and there is lens.  Put in the text you want.
I would do this with one file first.  If the lens shows up after you read the new metadata into LR, you know you have it right.
Note, exiftool can write backup files for each file.  This makes too much of a mess for me.  I prefer to copy the directory first (I have copies anyway, I just have to make sure the backups are up to date).
Good luck!  I'm struggling with a similar situation where the same lens used by two different cameras is coming out with a different name.  I need to go back and "fix" the names in the images already imported, and then develop my procedure for setting a single unique name before I load new images into LR.  Not too much of a problem because I'm loading in GPS information anyway...  What's another call to exiftool...
Judy

Similar Messages

  • Could not read administrative data for payroll result

    Hi Experts,
    I am trying to extract data from ECC6.0 for datasource 0HR_PP_REC_51 and getting error:
    "Personnel No. 00100062 : Could not read administrative data for payroll result    HR_BIW_PP"     
    Can any body tell me the relevant solution for that.
    Thanks in advance!
    Sapna

    Hi Sapna,
    Please can you tell me how to fix this error, I have the same problem now.
    Thanks in advance.

  • I have tried downloading photoshop cs2 and cs4 on a new computer.  I have the disc available for cs2 and the serial number for cs4.  They are both registered in my name.  I need help doing a download.

    I have tried downloading photoshop cs2 and cs4 on a new computer.  I have the disc available for cs2 and the serial number for cs4.  They are both registered in my name.  I need help doing a download.  I was able to get part way through cs4, it showed up in my downloads but never got as far in the process as to ask for serial numbers.  I tried with cs2 and I got an error message that some bit of information was incorrect.  I currently have both downloaded on two other lap tops I own.  One is operational and one is dead.  I cannot access the dead one to remove the program. Thank you in advance for any assistance.

    For CS2 you will need to download a special new version
    CS2 Activation
    You might find CS4 download here
    Prodesign Tools — Photoshop Direct Download Links

  • LastDataRefresh(ROLLUPTIME)-does not show correct date for multiprovider

    Hi,
    The Last data refresh (Rolluptime) shows incorrect date for multiprovider and we use lot of multiproviders.
    Removing the last data refresh from the "Information" button of the Bex Web Analyzer which is using the "Information field web item",  shows an empty space and a colon ":" and an empty box.
    Please let me know if there is any other way to remove the last data fresh without showing the empty space.
    We are on SPS 7 and FEP 7. Is this problem still exist in SPS 8/FEP 8?
    Thankyou,
    -Sini
    Message was edited by: Sini Kumar

    Depends on your definition of correct. Your initial question was that this time does not display. This time should display. For a multprovider, it uses this formula
    first(last(<All InfoProviders under Multi - ROLLUPTIME>))
    It uses the earliest rollup time from the last rolluptime of all the base providers.

  • Not getting correct data for newly added field in 0FI_AR_4

    Hi to all,
    I have added SPART field from VBRK table into 0FI_AR_4 datasource .
    Based on join BSID-VBELN = VBRK-VBELN to get SPART from VBRK table.
    but i found that some VBELN are not maintained in VBRK table, But are Present in BSID table, so i am not get SPART for which no
    VBELN maintained in VBRK.
    Please can any one tell me, what condition should i take to get SPART from VBRK to 0FI_AR_4.
    as i knew that only BSID-VBELN = VBRK-VBELN sufficent to get data for SPART.
    or any different condition i required.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana

    Thanks for reply,
    i have written code for that like that.
    SELECT SINGLE * FROM VBRK
    WHERE VBELN = <fs_d>-VBELN .
    if sy-subrc = 0.
    <FS_D>-SPART = VBRK-SPART.
    endif.
    ENDLOOP.
    according to it result are not capturing all SPART from VBRK. as it only matches the VBELN which are same in both VBRK and BSID table.
    so how to get SPART from VBRK if same VBELN is not maintained in both tables.
    Please can you tell me CODE for that.
    I shall be thankful to you for this.
    Regards
    Pavneet Rana
    Edited by: pavneet rana on Feb 1, 2011 4:53 AM

  • Balance Sheet not showing correct sign for Liability and Equity

    Hai,
    I am using SAP PL 40,
    In SAP Balance sheet Report,
    Liability Ledgers and Equity Ledgers is not showing correct sign. i mean,
    In my Liability Ledger the value is
    INR-10000.
    In Balance sheet it showing 
    INR1000.
    And also, is it possible to bring Dr and Cr column in Balance Sheet?
    Now, it's coming in single Column.
    Please help me out.
    Regards,
    Thanga Raj.K
    09710445987

    Hi
    It's the system definition that under Standard Balance Sheet Report, the
    Liabilities are displayed with POSITIVE SIGN although we know that the
    balance for those liabilities accounts are negative. The reason for it
    is that the liabilities accounts are defined as Passive Account, so when
    the balance is negative, it's displayed with positive sign.  And when
    the balance is positive, it is displayed with negative sign. The
    definition is mainly for the purpose of the reporting. In most of the
    localizations, the financial reports supplied by the business should
    display Liability and Equity with positive sign.
    If you really want to display them in negative sign , you can define a
    customized report template in Financials->Financial Report Templates->
    and select all liabilities and tick the box in front of 'Reversal Sign'.
    Regards,
    Syn Qin
    SAP Business One Forums Team
    Edited by: Syn Qin on Aug 22, 2008 8:49 AM

  • Can't find download for Acrobat 9 STD--the Acrobat 9 download is for PRO, and my serial number not valid for PRO.

    I'm switching to a new laptop, and I want to bring my Acrobat 9 STD with me. Deactivated it on the old laptop, went to the download page for Acrobat 9 and downloaded it, got to the part in the installation where I entered my serial number, and the installation wizard said it was invalid. That's when I noticed the download was for Acrobat 9 PRO, not STD. I used the support chat and explained it to the support person, and he gave me a link for the 9 STD download. Unfortunately, it was the same page. I downloaded it again. Still 9 PRO. Anyone else have any ideas where they're hiding the Acrobat 9 STD download?

    Finding the file all depends on how you did the install and if you downloaded the install file. If the install file was downloaded to the TEMP folder, there is a slight chance it may still be there (should be in Windows>TEMP, not sure on MAC). It may have a name similar to the Pro download of AcroPro90_efg.exe. The Pro would be change to Std and I am not sure what the efg stands for. I would search for AcroStd9*.exe. There seems to be a download for AA 9 std available at http://prodesigntools.com/adobe-acrobat-x-10-pro-reader-suite-direct-download-links-ddl.ht ml. I have no idea if that works. I had found one place where a staff member said he is working on getting links up for all the older versions, not just the trials (that are Pro). I simply searched on Google for Acrobat 9 Standard files. I can't find the message by the staff, but there is one in the last week or two as I recall where a staff member was providing links for folks on an individual basis.

  • Ho to know Cisco warranty start/due date for my items by serial number?

    Hi All,
    How do I find Cisco warranty strart/due date for a purchased Catalyst 3560 series switch by serial number?
    Many thanks for your answers.
    Moss

    Hello Moss,
    First, you'll need a CCO account to login.
    Then go to Tools & resources.
    http://www.cisco.com/c/en/us/support/web/tools-catalog.html
    Click on Device Coverage checker at the top and you'll be asked to enter the serial number of the device you are trying to verify.
    It will verify if the device is covered and the expiration date.
    Here is a link that gives a little info on device checker.
    https://cway.cisco.com/docs/SNChecker/1.6.0/coverage-checker-getting-started/coverage-checker-getting-started.htm
    Hope this helps,
    if so, please rate...

  • Not getting any Data for Batch and storage Location for 2LIS_03_UM

    Hi All,
    My requirement is to extract Data from 2lis_13_vdkon from R/3 source system.
    currently we are on R/3 PI 2003_1_470, For 2lis_13_vdkon we need to upgrade to PlugIn 2004_1.
    we are planning to upgraded to Solution Tool 2008-1, will that be helpful or we need to upgrade to PlugIn 2004_1.

    http://help.sap.com/saphelp_nw70/helpdata/en/7f/0f8c4037fba62be10000000a1550b0/frameset.htm
    Available from OLTP release
    4.0 B
    Delivery with
    PlugIn 2004_1
    Prerequisites
    Prerequisite for the use of the extractor is the R/3 core SAP Note 673964 or the corresponding support package.
    regards,
    Colin

  • Hi, My Lightroom CC is showing waiting for connection and the mobile sync is not working. I have tried deleteing lrsync data, disabling firewall, checked host file etc. Still no luck.

    Hi, My Lightroom CC is showing waiting for connection and the mobile sync is not working. I have tried deleteing lrsync data, disabling firewall, checked host file etc. Still no luck.

    I had the same problem. It fixed itself when I opened Internet Explorer (I don't normally use it). I was opening Support Portal to get some support help, but I'm not sure if it was the page or simply opening IE that did the trick.

  • Ok... i am trying to sign into my apple account in the itunes store on my ipod and i have all the correct data for my credit card and it says " your payment information does not match your banks records. try again or nenter a new payment method. " help me

    ok... i am trying to sign into my apple account in the itunes store on my ipod and i have all the correct data for my credit card and it says " your payment information does not match your banks records. try again or nenter a new payment method. " what does this mean and how can i fix it??

    - See:
    ]iTunes Store: My credit card's security code or zip code does not match my bank's records
    - If still problem contact iTunes by:
    Contact iTunes

  • I restored my pc and nowit won't open itunes, when i try to, it reads " this version of itunes has not been correctly localized for this language. please run the english version." how do i fix this so i can open my itunes and back up my iphone?

    I restored my pc and now it won't open itunes, when i try to, it reads " this version of itunes has not been correctly localized for this language. please run the english version." how do i fix this so i can open my itunes and back up my iphone?

    Hey KEBENNETT, 
    It sounds like you've restored Windows on your PC and iTunes is no longer opening and running normally. 
    I'd recommend using the instructions found at step 4 and 5 in this article to repair or remove/reinstall your iTunes installation:
    Issues installing iTunes for Windows - Apple Support
    All the best,
    Jeremy 

  • TS3579 I found this useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up

    I found this  (TS3579: If the wrong date or time is displayed in some apps on your Mac Learn about If the wrong date or time is displayed in some apps on your Mac) useful because I did not know about the effect of typing in data and that you could only drag to rearrange the data.  I had typed in data before and this had caused problems but restoring defaults did not cause correct dates to show up in Finder. 

    It sounds like there are a couple things going on here.  First check if you have a successful install of SQL Server, then we'll figure out the connection issues.
    Can you launch SQL Server Configuration Manager and check for SQL Server (MSSQLSERVER) if default instance or SQL Server (other name) if you've configured your instance as a named instance.  Once you find this, make sure the service is started. 
    If not started, try to start it and see if it throws an error.  If you get an error, post the error message your hitting.  If the service starts, you can then launch SSMS and try to connect.  If you have a default instance, you can use the machine
    name in the connection dialog.  Ex:  "COWBOYS" where Cowboys is the machine name.  However, if you named the SQL Server instance during install, you'll need to connect using the machine\instance format.  Ex:  COWBOYS\Romo (where Romo
    is the instance name you set during install).
    You can also look at the summary.txt file in the SQL Server setup error logs to see what happened on the most recent install.  Past install history is archived in the log folder if you need to dig those up to help troubleshoot, but the most
    recent one may help get to the bottom of it if there is an issue with setup detecting a prior instance that needs to be repaired.
    Thanks,
    Sam Lester (MSFT)
    http://blogs.msdn.com/b/samlester
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Why am I getting an error stating this version of iTunes has not been correctly localized for this language. Please run the English version when I just bought a song yesterday and had no problems

    I have iTunes running on my Windows8 desktop for some while with no problems. Yesterday I purchased a song, deleted a free game app. and upgraded to the most current version of iTunes.  This morning I could not pull up iTunes, so I retored my iTunes to a setting two (2) days ago.  Now, as soon as I try to start iTunes I get a message stating: This version of iTunes has not been correctly localized for this language. Please run the Enclish version OK.  So I hit the OK button and nothing happens.  Please help.

    Hi there GloriaNM,
    You may want to try removing and reinstalling iTunes as an initial troubleshooting step. Take a look at the article below for more information.
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    -Griff W.

  • HT1222 Everytime i try to open my itunes icon it says "This version of itunes has not been correctly localized for this language.  Please run the English version".  Then there is no option and i dont know to do this.  Please help.

    Everytime i try to open my itunes icon it says "This version of itunes has not been correctly localized for this language.  Please run the English version".  Then there is no option and i dont know to do this.  Please help.

    "This version of itunes has not been correctly localized for this language.  Please run the English version".
    Let's try a repair install of iTunes.
    Restart the PC first.
    If you're using Vista or 7, now head into your Uninstall a program control panel, select "iTunes" and then click "Repair".
    If you're using XP, head into your Add or Remove Programs control panel, select "iTunes", and click "Change". Select "Repair" and click "Next" as per the following screenshot:
    Can you launch your iTunes now?

Maybe you are looking for

  • RUN_REPORT_OBJECT example

    can someone tell me how to run a report from forms. i need an example. thanks in advance.

  • New Book on SAP BW Performance Tuning

    Hi All, Just thought of sharing this info on SDN... A new book on SAP BW Performance Tuning is available... http://www.erpguides.com/books/bwperformance.htm Shreekant W Shiralkar & Bharat Patel have authored a book on SAP BW Performance Tuning. The b

  • Webhelp: how to add a Previous and Next button

    I'm using Robohelp 8 and generating Webhelp on a Windows XP machine. The output displays on IE by default. My problem is simple: In my Webhelp output, I want a Previous and Next button to appear at the top of each topic. That's all. But I don't see h

  • My keyboard has changed on my MacBook?

    My keyboard has changed on my MacBook? My Zoom in is now on my command key instead of the control key... How do I restore it to the original setting?

  • Font Weight Tool 0.25-100 pt +

    I am a New Member of Adobe. My message for Adobe Illustrator Development Team: In Adobe Illustrator CC you have added a new feature as Touch Type Tool, its good. But I want more. We know we can modify stroke weight/thickness (0.25-100pt) as our deman