Import metadata in Bridge

Hi,
Let's say I want to import metadata I've edited in Lightroom 4 to Bridge CS6
How can I do that please ?
Thanks

Let's say I want to import metadata I've edited in Lightroom 4 to Bridge CS6
Can you be more specific to what you mean.
Metadata like IPTC and keywords is respected in both Bridge and Lightroom after adding it to the file, provided you have pointed both to the same folder.
A metadata template can be very easily created in Bridge but as Curt already stated, they don't use the same format (Lightroom as its own while Bridge uses the .xmp format)
The keyword list is easy to export and import from both applications. Export creates a text file.
In LR choose the menu metadata/ export keywords, name it properly and save it to an easy findable location (e.g. LRkeywordlist and choose desktop)
Then switch to Bridge and go to the keyword panel. Top right is little menu icon with fly out menu. In here choose import (if you want to add the list to existing list) or clear and import to replace the existing list with your new list.
In case of the latter your existing keywords will be deleted so if you need them for what ever reason again you first have to export the existing list for back up

Similar Messages

  • Changing the language of imported metadata in Indesign

    Hello,
    I hope someone can help me with my issue...
    I am running InDesign CS5 Middle Eastern edition on a Mac and would like to import metadata from bridge - the issue is: when I import the info, which includes numbers, it uses Arabic intead of English language. I have already trashed my Indesign preferences and recreated them all set to English. Is there a metadata setting somewhere where you can set the langauge?

    I'm assuming that you're importing an image or a graphic with metadata.
    You'd need to edit the metadata in Adobe Bridge. Select the graphic in InDesign. Control/right-click and choose Graphics > Reveal in Bridge. In Bridge, view the Metadata panel. Likely, the metadata is in the IPTC Core section so open that section. Editable fields are marked with a pencil icon.

  • After importing images from my card using LR 5.4, the GPS data does not show in the metadata panel. However, when I look at the imported images using Bridge, the GPS data is visible. Anybody know why LR is not seeing the GPS data? Camera is Canon 6D.

    After importing images from my card using LR 5.4, the GPS data does not show in the metadata panel. However, when I look at the imported images using Bridge, the GPS data is visible. Anybody know why LR is not seeing the GPS data? Camera is Canon 6D.

    Ok, the issue seem to be solved. The problem was this:
    The many hundred files (raw and xmp per image) have been downloaded by ftp in no specific order. Means - a couple of files in the download queue - both raw and xmps. Most of the time, the small xmp files have been finished loading first and hence the "last change date" of these xmp files was OLDER than the "last change date" of the raw file - Lightroom then seem to ignore the existence of the xmp file and does not read it during import.(a minute is enough to run into the problem)
    By simply using the ftp client in a way that all large raw files get downloaded first followed by the xmp files, we achieved that all "last changed dates" of the xmp files are NEWER than the related raw files. (at least not older)
    And then LR is reading them and all metadata information has been set / read correctly.
    So this is solved.

  • IMPORTING keywords/metadata into Bridge

    I've followed the thread here: http://www.adobeforums.com/webx?127@@.3bbaa316.3bbb9835
    which goes into great detail as to how to export the data... but no mention of importing, even though it's titled as so.
    Is there a way to IMPORT metadata, specifically keywords, into Bridge?
    Ideally I would have a csv file, with file name in one column, keywords in next, import this and the rest is self explanatory obviously.
    any help is appreciated

    Ok here is a quick idea on how to do it...
    CSV file in the format
    FULL filename including path
    keywords seperated by a semicolon eg:
    C:/Pictures/China/Paul/P1000662.JPG,Fred;Joe
    C:/Pictures/China/Paul/P1000663.JPG,Graham;Paul
    C:/Pictures/China/Paul/P1000664.JPG,Paul
    code......
    #target bridge
    //Amend filename to suit
    var csv = new File("c:/a/csvmetadata.csv");
    csv.open("r");
    while(!csv.eof){
    strInputLine = csv.readln();
    if (strInputLine.length > 3) { // Make sure it isn't a blank line
    strInputLine = strInputLine.replace(/\\/g,'/'); //Change backslash to forward slash.
    inputArray = strInputLine.split(",");
    var csvFile = new File(inputArray[0]);
    if(csvFile.exists){ //Check if file exists
    writeMetadata(inputArray[0],inputArray[1]);
    function writeMetadata(file,keys){
    item = new Thumbnail(file);
    md =item.synchronousMetadata;
    md.namespace = "http://ns.adobe.com/photoshop/1.0/";
    md.Keywords = md.Keywords + ";" + keys; //Append keywords

  • How do I find images in LR 2.4 (imported from CS4 Bridge) that have color labels already assigned In CS4 Bridge? I have set both Bridge and LR color labels text to match (eg Green for green, etc).

    How do you find images in LR 2.4 that have been imported from CS4 Bridge and have been assigned a color label in Bridge?  I have set both LR 2.4 and my CS4 Bridge to match the text for each color to be the same (eg. Green for green, etc), and the filter search in LR 2.4 shows that a label has been assigned, but I am unable to identify and locate the specific images in LR 2.4 that have had a color label assigned from CS4 Bridge.  I have tried to search via attribute, metadata, text, etc...Is it necessary to re-assign color labels all over again, image by image, in LR 2.4, or is there a way to automatically have the color labels assigned in CS4 Bridge be assigned and searchable to the images after they have been imported into the LR 2.4 catalogue from the Bridge program?

    JohnM.
    I closed both programs and re-imported photos and re-tried the action of having LR  read the XMP metadata from the CS4 files, and it seems to work now just fine...don't know why now and not before, but thanks much. Is there a way to have LR do this automatically upon import of images from CS4?  I tried to do this with an import metadata preset, but no luck.  It seems as if I can only do this once the images have already been imported into LR, and then to have to have LR read the metadata from the CS4 Bridge files.  thanks gain.

  • Exporting Metadata from bridge to excel or other like program.

    Is there a way to export just the metadata, using Bridge, associated with an image file into excel, access, or some other like program?
    I would like to perform some kind of batch processing, so as to make the process quick. But I would be open to any other work around scenario.
    I am working with Windows XP Professional and Adobe CS2.
    Any help would be appreciated!

    I've followed the instructions and I am having problems getting data to the folder I set up on my desktop.
    I have tried selecting several images and then just one image to export the slected metadata to said folder. By right clicking the images and chosing the script you sent me and then followed your instructions for when your CSV Data Collector Window pops up.
    For the Please Slect Folder option i browsed to the folder where I want the info to go to.
    ~/Desktop/Kens Files/KensTest
    For the Please Enter CSV Filename, I copied the title of the image name "2005-agropyron002.jpg"
    Then I chose the type of data that I want to import such as:
    FileName
    DocWidth
    DocHigth...
    I then go to that folder and there is no info. there.
    Please, if you can, give me more detailed instruction.
    Thanks,
    Bill

  • Aperture Metadata and Bridge Metadata

    I am a photographer and my workflow is to import all my images into Aperture library and add metadata.
    When exporting an image is it possible to integrate Apertures metadata with Bridge metadata? This is important feature as most people do not import images with Aperture. The issue is that many of the field names are different or non existent between the two programs. For example Location field in Bridge is Sub location in Aperture.
    Can you add fields such contact info such as URL, email that are included within Bridge ITPC Metadata?
    Is there a way to customize the metadata fields to work with CS3?

    Unfortunatelly, not really.
    I am currently using Nikon Transfer (latest version) to download the pictures from the camera. This software allows me to enter quite a number of IPTC data (including contact information, url, mail, phone, etc.), but maybe not all which are available in CS3.
    Then I do import the pictures from the folder into Aperture where I only add contact information in the respective IPTC field. From the tests, I did I do know, that with this step I am using the "old IPTC standard" with Aperture and the new IPTC standard with Nikon Transfer. Clearly the newer is better and meets the needs you described.
    In Aperture, I do only see the IPTC data fields, which are common between the two standards (copyright, keywords and description).
    When I go to CS3 Bridge, I can see the IPTC data from both, but only of you turn on the "IPTC old" in the Photoshop Bridge settings.
    This is how far I have come. I have tested the export with the original and the aperture work copy. As a test reader/viewer of the pics I used Photoshop Elements 5.0 ... but except the copyright information, key words and description, I could not find "my" IPTC data. So there was no contact info. This may be a problem of the old version, so I also checked on a windows PC the file properties (picture viewer), which has more or less the same information.
    So the only work around maybe to add contact information into the copyright field - which is not ideal.
    Regards
    Diethard

  • Import metadata from existing sidecars?

    Aperture 3 can import metadata created in Bridge/Lightroom from sidecar files when importing images.
    However is there a way to import the metadata contained in sidecar files for referenced images converted from an Aperture 2 library to an Aperture 3 library?
    The metadata contained in sidecars is not picked up during the the conversion process. It is only recognised when importing.

    William
    My images, mostly Nikon raw NEF files go back to 2000. I added extensive metadata using Bridge and Lightroom before acquiring Aperture in 2008 (Aperture would not run on my previous G4). After an initial flush of enthusiasm I became a little disenchanted with Aperture and continued to do most of my work in Bridge/Camera Raw/Lightroom.
    Now that Aperture 3 has bridged many of the gaps I am again flushed with enthusiasm. Considering the AP3 can read the metadata in existing sidecars on import, I have been hoping that there would be a way to read that same metadata after import as can be done in Lightroom with Save/Read Metadata.
    I understand that adjustments will never be interchangeable between these programs.
    Yes I have tried Metadata>Update from Master. That does not read the metadata in the sidecars.

  • Error while importing : /metadata/iam-features-ldap-sync/LDAPUser.xml

    Hi,
    I am unable to import modified Oracle Identity Manager metadata. I am using OIM 11.1.1.5 on Windows Server 2007 EE.
    I am trying to use the import/export functionality via EM.
    I am able to export the LDAPUser.xml file from */metadata/iam-features-ldap-sync/LDAPUser.xml,* have made changes to it but when I am importing it back I am getting the error :
    Error occurred while executing operation.
    MDS-00001: exception in Metadata Services layer
    MDS-01059: document with the name /metadata/iam-features-ldap-sync/LDAPUser.xml missing in the source metadata store
    The values of the parameters in the import MDS operations are :
    fromLocation : E:/MDS/import/ +(On the physical server hosting the OIM)+
    docs : */metadata/iam-features-ldap-sync/LDAPUser.xml*
    restrictCustTo:               
    excludeAllCust: false
    excludeBaseDocsan : false     
    excludeExtendedMetadata : false
    cancelOnException : true
    I have tried using the command line script as well, It runs without a hitch but when I try and import back, it gives me the same old unedited document.
    Has anyone been successful with this approach ?
    Regards,

    Yes, I have. But still the same issue. It seem to run fine using the weblogicImportmetadata.bat fine but when I export and check the updated file, I still get back the original.
    Here's what I get on runnung the weblogicImportmetadata.bat file
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Starting import metadata script ....
    Please enter your username :weblogic
    Please enter your password :
    +Please enter your server URL [t3://localhost:7001] :t3://localhost:7001+
    Connecting to t3://localhost:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'OIM
    +1'.+
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to domainRuntime tree. This is a read-only tree with DomainMBea
    n as the root.
    For more help, use help(domainRuntime)
    Disconnected from weblogic server: AdminServer
    End of importing metadata script ...
    Exiting WebLogic Scripting Tool.
    C:\Oracle\Middleware1\Oracle_IDAM\server\bin>
    Edited by: 810367 on Aug 21, 2012 6:45 PM

  • Getting error while importing metadata using View Objects

    Hi All,
    I am trying to create a repository using View Object in OBIEE 11.1.5.1 but getting error while viewing the data, after importing the metadata in the repository "[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".
    I am also getting error "žADFException-2015: The BI Server is incompatible with the BI-ADF Broker Servlet: BI Server protocol version = null, BI-ADF Broker Servlet protocol version = 1" during testing my sample which is deployed to Admin server. I followed BI Adminstrator help file guide in order to create the sample for creating repository using view object.
    Admin server log says
    [2011-09-27T02:59:03.646-05:00] [AdminServer] [NOTIFICATION] [] [oracle.bi.integration.adf] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] [[
    QUERY:
    <?xml version="1.0" encoding="UTF-8" ?><ADFQuery><Parameters></Parameters><Projection><Attribute><Name><![CDATA[Deptno]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Dname]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute><Attribute><Name><![CDATA[Loc]]></Name><ViewObject><![CDATA[AppModule.DeptViewObj1]]></ViewObject></Attribute></Projection><JoinSpec><ViewObject><Name><![CDATA[AppModule.DeptViewObj1]]></Name></ViewObject></JoinSpec></ADFQuery>
    [2011-09-27T02:59:04.199-05:00] [AdminServer] [ERROR] [] [oracle.bi.integration.adf.v11g.obieebroker] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: <anonymous>] [ecid: b260b57746aa92d3:-1f9ca26:1328fcfd3e6:-8000-0000000000006744,0] [APP: BIEEOrders] java.lang.NoClassDefFoundError: oracle/apps/fnd/applcore/common/ApplSession[[
         at oracle.bi.integration.adf.ADFDataQuery.makeQueryBuilder(ADFDataQuery.java:81)
         at oracle.bi.integration.adf.ADFDataQuery.<init>(ADFDataQuery.java:70)
         at oracle.bi.integration.adf.ADFReadQuery.<init>(ADFReadQuery.java:15)
         at oracle.bi.integration.adf.ADFService.makeADFQuery(ADFService.java:227)
         at oracle.bi.integration.adf.ADFService.execute(ADFService.java:136)
         at oracle.bi.integration.adf.v11g.obieebroker.ADFServiceExecutor.execute(ADFServiceExecutor.java:185)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doGet(OBIEEBroker.java:89)
         at oracle.bi.integration.adf.v11g.obieebroker.OBIEEBroker.doPost(OBIEEBroker.java:106)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Caused by: java.lang.ClassNotFoundException: oracle.apps.fnd.applcore.common.ApplSession
         at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
         at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
         at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
         ... 38 more
    Please suggest how to make it work.

    Hi,
    Thanks for providing the online help URL, i have already completed the steps mentioned in URL
    I am able to import metadata using view object but getting above error("[nQSError: 77031] Error occurs while calling remote service ADFService11G. Details: Runtime error for service -- ADFService11G - oracle/apps/fnd/applcore/common/ApplSession".") while validating the data.
    It fails at step 5 of "To import metadata from an ADF Business Component data source:" section of above URL.

  • Error while Importing Metadata into DAC Repository

    Hi,
    After the successful first time login into DAC and creating repository, when I try to import metadata into DAC repository.
    DAC > Tools > DAC Repository Management > Import
    I don't see any Applications listed under "Application List"
    Can anybody suggest the troubleshooting steps for this?
    Regards,
    Jitendra

    If this is the first time that you are importing make sure that the directory you are importing from is like this -
    C:\OBIEE\OracleBI\DAC\export
    If this is not the first time then
    Can you go inside the following directory
    C:\OBIEE\OracleBI\DAC\log
    and check for export.log - Look for Applications Section, if you have any application then you had exported it and you should see it under the applications tab when importing otherwise you don't !!Since its an xml file that is generated i believe you have not exported by selecting the applications yo want and that is your problem.
    Hope this helps !!
    Cheers,
    Sid

  • Error in Importing Metadata in OBIEE 11G

    Hi
    1)I recently install obiee 11G, I get an error of ompnctl failed during installation.Does it affect my setup later.
    2) I start creating RPD in 11G , I first created an System DSN and check the database connection it result in sucess.
    Then i start creating RPD in offline mode when i click on import meatdata after that Import meatadata- select datasource screen i choose ODBC 3.5 and choose the
    same DSN which i check previously and give the same user id and password it is giving me error The connection has failed.I also tried using OCI 10g/11g and in data source name i give the full connection string and giv the user id and password but still the problem remain same.
    Can anyone please help me in debugging the issue.
    The Database is in the same machine in which i installed OBIEE 11G
    Thanks
    Bhavesh Khandelwal
    Edited by: 812531 on Nov 17, 2010 5:30 AM
    Edited by: 812531 on Nov 17, 2010 5:36 AM

    Hi everyone,
    A few days ago I installed the Administration and Clients OBIEE11g tools on my machine. To do so follow these steps:
    - Install Weblogic Server 10.3.3
    - Install OBIEE 11g using 'Software Only'.
    I selected this installation because BI Server is installed on a Linux server.
    In the machine on which I installed previously existed the following products:
    - Oracle Client 10.2
    - Oracle ODBC Driver 10.2.0.2
    When trying to import Metadata into the repository, using Administrative tool in OBI 11g the import fails with both, ODBC and OCI drivers. Always the same error appears: “The connection has failed.”
    I created the tnsnames.ora file (which points to the database) in the path [Middleware Home] \ OracleBI1 \ network \ admin.
    I tried to import metadata for replacing the DSN connection string. For this I have followed this syntax: (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP) (HOST = [ip_address]) (PORT = 1521))) (CONNECT_DATA = (SID = [db_name ]))). But it does not import metadata. Always the same error appears: 'The connection has failed. "
    Can anyone help?
    Thanks in advance.

  • Import metadata xml not working

    Import metadata as Xml Datasource with network files(using url) not working and giving a message cannot connect - invalid url.
    but the same url can be run from a browser.
    What can be the problem?

    Hi Radosla,
    Yep, thx for the hint.
    Looks like i put it on th test server in compatibility mode, but not on the real server.
    Changing this with F12 to IE 8 did the trick!
    Regards
    Frederik

  • Viewing Microsoft Office Metadata in Bridge

    Is is possible to view metadata in Bridge for non-Adobe files? We have project folders that often contain non-Adobe documents as well as Adobe documents. The file info from these non-Adobe documents is not visible nor searchable in Bridge. Am I missing something or is this just the way it is?

    There is a library for working with excel files:
    http://code.google.com/p/as3xls/
    But I'm not aware of anything for Word.
    Converting everything to PDF on the server may be a more realistic approach.

  • Replace Metadata in Bridge CS4 appears to truncate 5.9GB .PSB File; Does CS6 do this too?

    I am running Photoshop CS4 on a MacBook Pro with Mac OS X 10.6.8, and ran into a problem with Bridge. I would like to know if this problem occurs with Photoshop CS6. Here's the sequence of events:
    1.  I have a 5.9GB .psb file created with PS; it loads into PS cleanly - no errors.
    2.  In Bridge, I create a metadata template, and apply it to my .psb file using "Replace Metadata".
    3.  The "Replace Metadata" operation completes quite quickly, no error messages
    4.  Immediately after the "replace Metadata" operation Bridge reports that my 5.9GB file is now a 1.6GB file - 4.3GB smaller!!
    5.  Bridge displays the updated metadata, no visible indication anything is wrong.
    6.  Now the file will not open in Photoshop - the read starts, but errors out with "unexpected end of file".
    7.  I restore the 5.9GB file and can open it in Photoshop without problems.
    Update:
    This problem is not specific to the "Replace Metadata" function in the Bridge menu.  I get a similar result by updating the metadata for this file in the Metadata Panel; the resulting file is truncated, but appears to be a different size this time, and it will not open in Photoshop - same error message as before.
    This is a 34-image 36856px X 7464px panorama

    Thanks for your suggestion, appreciate your effort to help.  The link you provided seems to focus on transfer rates and performance; it does take a while to write or read this file, but I expect that.  I'm not using RAID of any flavour.  I do not expect file corruption, which is what I believe is happening (and PS is reporting).
    I have a number of large panoramas; this is the largest.  I believe the largest of the others is a bit over 3GB; I have no difficulty updating the metadata in the other panoramas through the metadata panel or with "Replace Metadata".  All of these files live on the same drive (therefore connected to the same firewire port).  They are backed up to a USB drive with Time Machine, and I've recovered the 5.9GB file from the Time Machine drive a number of times.  I can always read the recovered file with PS, and the size after recovery is always exactly the same.  When I realized that the size of my 5.9GB file changed during/because of the metadata update, I reverted to an earlier stage in the post-processing, got a 3.8GB .PSB and put a copy on DVD; the DVD copy is good, and I can easily and quickly reconstruct the 5.9GB file by applying the same actions used the first time (the 5.9GB file has three layers that are not in the 3.8GB .PSB).  I have not tried to change metadata in the 3.8GB PSB, and can't try that for the next few weeks as I'll be travelling.  The only thing I'm certain of is that updating the metadata in the 5.9GB .PSB reduces the size to 1.6GB (put text in Headline field through Metadata panel) or 1.4GB ("Replace Metadata" in Bridge Tools menu), depending on how the update is done.
    So, the 5.9GB file has survived several complete transfers (PS=>Disk, Disk=>Time Machine, multiple Time Machine=>Disk, PS=>Disk to 3.8GB after deleting layers, and Disk(3.8GB)=>DVD) with no signs of corruption.
    It's very hard to accept the idea that there's some kind of hardware problem that afflicts just one file.  The 5.9GB file is output from PS CS4, and I can read it back into PS with no problem. 
    I'll watch this forum for a few days to see if there are more answers until I have to travel.  If not, I'll figure it out another way and report a bug in CS6 if that appears to be appropriate.

Maybe you are looking for

  • Radio streaming

    I am attempting to stream audio from a URL to iPhone(s).  I am hosting the streaming and have a website with the links. Is there an embedded player that i can run on the website that will stream in an Apple friendly format?  I have been playing with

  • Why can't I print from my Mac book Pro to my HP Deskjet 3054A.  I am currently able to print wirelessly from my old PC desk top but not the laptop

    Why can't I print from my Mac book Pro to my HP Deskjet 3054A.  I am currently able to print wirelessly from my old PC desk top but not the laptop

  • SAP VE Integration

    Hi Experts, I m working on SAP VE for 3D images. I want to know how to integrate SAP VE with other sap tool like SAP MII so that i can use 3D images in my dashboard. Is there any document available for integration of SAP VE? Thanks in advance. Thanks

  • Can't upgrade to the latest repositories

    Hi, I just made a fresh installation of arch. After that I installed xorg and lxde as I want a fast environment to work. Now I'm trying to install firefox, and I can't find firefox 4 in the repos. I have updated them with pacman -Syy, which upgraded

  • Gmail, Java Mail -  SSL Mess

    I've read many tutorials, as well as forums, and guides. Many are outdated or just didn't cover SSL at all. I think this SSL business with Gmail appears to be farely recent. The most helpful guide I've found was here . The SSLNotes for the latest Jav