File Type in Metabrowser incorrect for some files

Hi all
I've noticed in the Metadata Browser that the File Type for some of my images is incorrect.
I've converted all of my RAW images (Canon .CR2) into Digital Negative (DNG) on importing. But the metadata browser is showing, for instance, Digital Negative (DNG) 5664 and Raw 590.
If you browse through the files listed as Raw, the file names are all showing them with .DNG extensions, as are the underlying files when you look at in the operating system.
Has anyone else seen this issue? Does anyone know how it occurred? Does anyone know how to resolve (I've tried the Library, Convert Photo to DNG but this doesn't do anything - nor does forcing Read Metadata from File).
I have noticed that a lot of the files that are misclassified, but certainly not all, have the phantom XMP file associated with them as well (see http://www.adobeforums.com/cgi-bin/webx/.3bc45f6a/ )
Thanks
Greg

This appears to be a bug in LR1.1. I also convert CR2 files to DNG upon import but LR then thinks they are RAW when viewed in the Metadata Browser even though they are in fact DNG. If I convert CR2 files to DNG after they are imported, they are correctly listed as DNG. (As you discovered attempting to convert the misclassified DNGs to DNG does not help.) Also the command Update DNG Previews and Metadata does not light up for misclassified DNGs but rather stays grayed out. I don't particularly like importing the CR2s then converting to DNG after import so I am simply waiting for Adobe to fix this issue. :)
I don't have any phantom XMP files, however. Don't know how that happens.

Similar Messages

  • Return The remote server returned an error: (403) Forbidden error for some file types

    hi
    am using below code to get the byte array 
    byte[] myDataBuffer = client.DownloadData((new Uri(sourceUrl)));
    for source of type .txt/.jpg no problem with accessing.but the file type with .master/.wsp/.cs
    it is returning "The remote server returned an error: (403) Forbidden error for some file types" Error.how can i get rid of this.please help me
    Thanks in Advance

    Hi,
    It seems there is something wrong with your code, from your code the account and key are the same, because their appsetting name are the same.
    string account = ConfigurationManager.AppSettings["StorageAccountName"];
    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
    string key = ConfigurationManager.AppSettings["StorageAccountName"];
    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
    return CloudStorageAccount.Parse(connectionString);
    If you use CloudConfigurationManager.GetSetting, please consider set azure project as the startup project, if not, this value will be null, this resulted in solution being started as a web project that didn't run inside the Azure emulator. Since CloudConfigurationManager.GetSetting
    tries to get setting by contacting Azure (or Azure emulator in this case), and it is not running, it returns null.
    Best Regards,
    Jambor
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Delete all files in a directory not working for some files

    I have a requirement like wants to delete all the files in a directory. (These files got generated through some other program.)
    Problem is file.delete() is returning false for some of the files..
    (donno the reason .. could be bcoz of file closing issues/locking issues.)
    Looking for a solution where i can delete a file forcefully irrespective of whether the file is opened or not.
    Thanks
    Srini

    are you on windows? if so, it's almost impossible to delete something another process has open.

  • Does not let me add text to my verizon website. This adding text feature works well on internet explorer. I can click on add text, the box opens up but I can not type in the box for some unknown reason. What can be done to correct this problem ...

    does not let me add text to my verizon website. This adding text feature works well on internet explorer. I can click on add text, the box opens up but I can not type in the box for some unknown reason. What can be done to correct this problem ...

    I didn't search before, but "you are not alone" (the thread [https://support.mozilla.com/en-US/questions/747424 In Verizon's Sitebuilder for webpages, I can not edit text boxes when using Firefox. I do not have this problem if I use Internet Explorer. Is there a setting I can change in Firefox to correct this problem?] has 18 votes for "I have this problem, too).
    I can only guess about the reason... Firefox works with many websites' "rich text" editors, but ones that haven't been updated for five years may assume that Firefox is the old Netscape browser and use scripting techniques that don't work in Firefox.
    If Verizon has a different "basic" or HTML editor that you can tolerate using, you could try that. It might not be subject to the same incompatibilities.
    If I someday get a Verizon account, I will surely be looking into this further, but for now, it's hard to suggest anything else.

  • Aperture 3.1.2 When exporting files to Finder is creating a folder for each file, that means export 200 files is creating 200 folders for each files. Does anyone knows how to fix this. Thanks

    Aperture 3.1.2 When exporting files to Finder is creating a folder for each file, that means export 200 files is creating 200 folders for each files. Does anyone knows how to fix this. Thanks

    No. This is NOT true. I've been battling with this for a couple hours.
    I choose Export>Versions
    choose
    Subfolder Format: Project Name
    no custom subfolder
    Name Format: Current Version Name.
    Aperture creates project folders for each image and names them Projects1, Projects2, Projects3 etc.
    To be sure, I have no project named Projects
    x
    This particular Aperture library has 16 projects. you can see in the screen grab it's created more than 30 folders
    If I uncheck the Subfolder, that is say NONE, I just get images and images and images, not in their project folders (of course, because I've said NONE, so why would it put them in project folders?)
    I just want to export the entire library and have the versions placed in folders named by the projects from which they came.... ez enough, no?

  • Adobe 8 - Unexpected Corrupt or incorrect file type warning when viewing a PDF file from the Web

    Hi,
    On downloading a PDF file from my web site using Adobe 8 on the client machine I expect the file to open automatically however I receive encounter the "File Download" dialog. It has the following warning message: "The file you are downloading cannot be opened by the default program. It is either corrupted or it has an incorrect file type. As a security precaution, it is recommended that you cancel the download."
    This issue did not occur within previously tested versions of Adobe Reader (e.g. Version 5.1).
    On investigating the issue I discovered the factor that results in Adobe 8 failing to open the file automatically is the Content-Type = "application/pdf; Charset=utf-8". However, if I intercept the response and alter the Content-Type to contain only "application/pdf;" the issue on Adobe 8 does not occur.
    I have even tested when the Content-Type contains an empty Charset (i.e. "application/pdf; Charset=") but this issue still occurs. In addition setting the Charset to other encodings (e.g. "ISO-LATIN-7", "iso-8859-1") the issue occurs.
    QUESTION(s):
    1. Why is it necessary for Adobe 8 when opening PDF files from the web to expect no Charset within the Content-Type?
    2. If this was not an issue within previous versions of Adobe surly this is a bug?
    Since I cannot ensure that the Response's Content-Type does not contain a Charset at all please can someone suggest either a work-around or more importantly a solution to the issue?
    Please Note:-
    1. Within Adobe, Edit -> Preferences -> Internet option it's compulsory for our users to have "Display PDF in browser" ticked!
    2. We cannot prevent a Charset from being present within the Content-Type of the response sent to the client, hence this issue.
    Many Thanks in advance,
    Martin.

    Bill,
    This is exactly the same behavior I observed when I rendered a PDF stored in a database through a .NET page. If I chose to save it, it would open fine after the save, but if I chose to open it in the browser without saving it, I would get the error.
    The problem was not with the PDF or Acrobat. It was with the way I was delivering the PDF. Putting the following code before my binarywrite fixed the issue completely:
    Response.ClearHeaders()
    Response.ClearContent()
    Response.ContentType = "application/octet-stream"
    Response.AddHeader("content-disposition", "attachment; filename=" + saveFilename)
    where saveFileName is the name you want to give the PDF.
    You can use 'inline' instead of 'attachment' above if you just want the PDF to open (no option to save first). You can also use 'pdf' instead of 'octet-stream' (not sure the difference).
    The trouble seems to be that .NET puts some info in the header and/or content by default prior to anything your code says to write. If you don't clear this, IE has an issue with it. Other browsers seem to ignore it.
    Bottomline is that this is an issue the website programmer needs to fix and is not something the user can fix by changing some setting(s).
    I hope this helps.

  • Is there a way to set the aspect ratio or file type in the camera for video settings?

    I always convert my .MOV videos to WMV so I can upload to my web site.  However, with my new iPhone (iOS7), the vidoes are distorted due to aspect ratio issues.  I'd like to set the output aspect ratio and.or file type when I create a new video on my iPhone 5s.

    There is no user setting for this in the native iOS app. It is possible that if you use some other 3rd party app you can make some changes to that, but I'm not sure. There are also no settings for changing the file type on the phone itself.
    I've not experienced any issues with distortion on mine, but it could be your converter. Have you tried another one?

  • How can i disable dialog box asking to restore file type associations to quicktime for all profiles windows 7

    Running a lab environment and need to be able to stop the QuickTime Player dialog that asks to restore file type associations to QuickTime.  QuickTime associations are working fine but this dialog comes up on on every user profile.  Need to stop the box from coming up at all

    Clydecat, interesting I see the image you posted. QT 7 should have a File Types tab on the top, not on the bottom as the image shows. Don't know why it is showing up like that. My guess is a component of QT was removed or administrative permissions are in deny for QuickTime preferences?
    C:\Documents and Settings\User Name\Local Settings\Application Data\Apple Computer\QuickTime\QuickTime qtp
    QuickTime qtp is the QuickTime preference file. If that is of any help? You used to be able to delete QuickTime qtp if it was corrupted and a new one would be created on re-start. But that was with QT 6. So not sure if it currently works with QT 7, haven't tryed it with QT 7 myself

  • What file type do I need for imovie?

    I know the answer may seem obvious, but I'm getting a bit confused! I thought I needed something like .DV for imovie and the short clips I uploaded from my camera which are saved as .MOV wouldn't work. However some do and some don't? What may be the reason for this?
    Is Quicktime Pro a more or less essential buy for converting files like these?
    Edited to add: I just saw there are quite a few questions like mine, however reading the answers I'm still not sure what I need to do. I'm not so intuned with all the jargon!
    Message was edited by: emixconnor

    I thought I needed something like .DV for imovie and the short clips I uploaded from my camera which are saved as .MOV wouldn't work.
    DV is a compression format specifically designed for editing and will work in any version of iMovie or any other Apple editor for that matter. MOV is just a file container. Whether or not an MOV file will import to iMovie '08 depends on what audio and video compression formats the file contains. IMovie looks for DV, AIC, M-JPEG, Photo-JPEG, MPEG-4, and H.264 files for file import or DV, HDV, AVCHD, or MPEG2/AC3 for camcorder import.
    However some do and some don't? What may be the reason for this?
    As explained above, if you check the audio and video compression formats, you will note that the same formats keep falling into the "will" and "won't" import groups.
    Is Quicktime Pro a more or less essential buy for converting files like these?
    Not essential, but I would always recommend it -- especially if you plan to layer, mask, and/or scale video tracks. MPEG Streamclip essentially accesses the same QT components for conversions and is free. In addition, it can handle multiplexed compression formats and retain the audio. It just can't handle those areas mentioned above. As far as I am concerned, both are indispensable as I use then on almost a daily basis quick, little edits.

  • What file types are included PDFExportConverter for Oracle UCM 11g (PS3)

    For UCM 11g PS3 or later, (WebCenter Content if you prefer), I am trying to find out the list of file types supported for conversion to PDF, and which are out of the box, and which need a 3rd party download.
    Is there any documentation that lists supported file types, and how to get any 3rd party converters?
    This is very urgent as the customer needs to put in their budget and include any costs associated with 3rd party converters.
    Thanks

    Hi
    I believe this should be good enough to have the details :
    http://download.oracle.com/docs/cd/E17904_01/doc.1111/e10800/e96_conversion_formats.htm#sthref480
    Thanks
    Srinath

  • Why are desktop icon positions for some files forgotten on restart

    On restart/reboot some of the file icon positions are forgotten and the files reappear stacked over the startup drive icon.  The remainder of the files on the desktop are in their correct/previous positions.  Why are somefile locations not remembered?

    Sounds like the .DS_Store invisible file is corrupt.  That is my wild guess.  There is a .DS_Store invisible file for each folder that the Finder visits.  It is where the Finder stores this position information.
    NOTE:  The following suggestions will cause the Finder to forget the positions of everything in the target folder, but after that the Finder should be able to remember going forward.  If you have some icons in the correct positions and you do not want to forget where they were, you should take a screen shot, or create a map (with pencil and paper), or other way to memorize where they were.
    There are utilities that can toggle the Finder internal settings to display invisible files, and then reset the settings so they are again hidden (you would trash the .DS_Store of the misbehaving folder while it was visible, then reloaunch the Finder or reboot, but a Finder relaunch is faster).
    There are Terminal commands that can be used to just remove the .DS_Store file.
    The killall Finder is needed to relaunch the Finder.  You could also use Apple menu icon -> Force Quit... -> Finder -> Relaunch.
    If a folder does not have a .DS_Store when the Finder opens the folder, the Finder will create a new one and assigns all the icons a default position.  Then you should be able to reposition the icons as you desire, and it should remember them from that point forward.

  • Unable to edit metadata for some files, Bridge CS6

    I am editing metadata for .wav files, and somehow a few of them have become locked for editing. I have checked the properties for these files and still have full permissions for all users.
    As you can see in the screen capture below, the pencil icons you click to edit the metadata are gone and an error message comes up. Thanks for any help you can give!

    Wow, I just answered my own question...
    After an hour trying to figure this out, I decided to just go ahead and edit the images, but "Edit in Camera Raw" was not an option.  So, I went to Tools \ Cache \ Purge Cache for Folder "xxx"
    Problem solved.

  • Does the M4V file type have direct support for Audio?

    Greetings
    I am working with a video vendor who just ripped a dvd and sent me BOTH m4v files AND aac files (audio and video separately),. When I asked him why he did not just send 1 m4v file with the audio and video in ONE FILE, he wrote me back this (Which I need to confirm is true or false):
    .M4V is a video format that doesnt directly support audio so the computer automatically rendered the audio files out as .AAC. What you say is an .MP4 format is really just the "file type" and not the extension itself.
    Doesn't sound quite right, but I am not a video pro. But I do not want to have to splice all these files together again.
    Please advise: Is his statement (above) correct?
    Thanks, sleeper

    Your video "vendor" is an idiot.
    DVDs are mpeg 2 video + ac3 (or aiff) audio.
    If he used something like HANDBRAKE to rip the DVD, the audio and video would be contained in one M4V file,
    Hard to tell what is really going on.
    x

  • File Server Role: Slow access for "opened files" and slow Explorer browsing

    Since we migrated our fileserver from Windows Server 2008 R2 to Windows Server 2012 we are facing two major problems:
    1. Opening files which are already opened by other users takes about 1 minute before the file actually opens. This is not only for Office files such as Excel and Word, but also for other (not office) files. Again, this problem only rises when the file(s)
    is/are already opened by another user. There seems to be a sort of "Lock" check time which is about 45 to 60 seconds.
    2. The other problem is browsing via Explorer through the network drive (all clients are Windows 7 clients). Half of the time there is some kind of "hick up" with displaying the results of the folder. I cannot figure out a patern, but if there
    is no "hick up" then browsing is very fast (also in the busiest times of the working day)... If there is a "hick up" the result can take about 50 seconds to display the content of a folder.
    I suspect the SMB implementation / settings of Windows Server 2012 which are causing the problems...
    Things I tried:
    1. Changed the Oplocks wait time to 10 seconds (which is the minimum). The result is that openening files does indeed go some faster (still taking about 45 seconds).
    2. Disabled SMB2: the result is that browsing is fast... Opening files does go faster. BUT: we are then facing other problems like some files are not able to open... This setting was, after getting a lot of complaints from the users, changed back to enabled
    SMB2.
    3. Within the NIC card properties I disabled "QoS packet Scheduler", "Link-Layer Topology Discovery Mapper I/O Driver", "Link-Layer Topology Discovery Responder" and IPv6 (as we only use IPv4).
    All above with not the promising results.
    The server is a dedicated (virtual machine on vSphere 5.1) fileserver.
    Please Advice since this is not workable, and we have postponed the migration of the fileserver for our aother location.

    Hi Dave,
    I suggest you disable all third party applications like Anti-Virus application to test if it could reduce the waiting time when accessing a file.
    Here are some related threads below that could be useful to you:
    DFS Slowness when Opening Microsoft Documents and Excel Spreadsheets
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/61ec9a99-0027-44cb-815c-0da9276c1c96/dfs-slowness-when-opening-microsoft-documents-and-excel-spreadsheets?forum=winservergen
    Opening files over network takes long time
    http://social.technet.microsoft.com/Forums/windows/en-US/c8ddb65f-8a17-4cee-afd4-dfc09e99d562/opening-files-over-network-takes-long-time?forum=w7itpronetworking
    opening folder or file takes over a minute on Windows 2008R2 File server
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/b9aa98c4-3ef7-4e6d-810d-6099e72b33f6/opening-folder-or-file-takes-over-a-minute-on-windows-2008r2-file-server?forum=winserverfiles
    Best Regards,
    Amy Wang

  • Missing VOB file type from pull down list of file formats

    All of a sudden I can no longer import vob files.  This had been working fine, but then I installed Encore, updated everything (Premiere shows version 4.1.0) and now the vob files I had previously inported are no longer recognized and a vob file type no longer shows up on the pull down list of file types that can be inported.
    Any suggestions?

    Does any MPEG variant still show up, for instance in the Sequence Presets does it show HDV, XDCAM, or similar?
    If not, you have been bitten by the Installer Bug.
    Many have experienced problems in the sense that after updating, their full version reverts to trial status. Often this is caused by either a faulty installation previously or having used at one time the trial version. The best solution, cumbersome and time consuming, is to uninstall, run the CleanScript 2 or 3 times and reinstall and then apply the updates again.
    Look here: Using the Adobe Creative Suite 4 Clean Script

Maybe you are looking for