Bridge CS6 metadata palette not creating bag array

I am having trouble getting a custom XML Bridge metadata palette to write bag arrays.
What I want is:
<dcterms:subject>
    <rdf:Bag>
       <rdf:li>term 1</rdf:li>
       <rdf:li>term 2</rdf:li>
       <rdf:li>term 3</rdf:li>
    </rdf:Bag>
</dcterms:subject>
The result I get is:
<dcterms:subject>term 1; term 2; term 3</dcterms:subject>
My code is:
<?xml version="1.0" encoding="UTF-8"?>
<xmp_definitions xmlns:ui="http://ns.adobe.com/xmp/fileinfo/ui/">
<xmp_schema prefix="dcterms" namespace="http://purl.org/dc/terms/" label="$$$/Custom/Schema/dcterms/Label=Dublin Core Terms"/>
<xmp_property prefix="dcterms" name="subject" label="$$$/Custom/Property/dcterms/Subject=Subject" category="external" type="bag" element_type="text"/>   
</xmp_schema>
</xmp_definitions>
This code works in CS4 and CS5.  I don't see any new requirements for XML panels in the CS6 XMP SDK, am I missing something? I also tried writing a simple dc:subject property, but it also failed to create a bag.  The CS6 Bridge IPTC Core palette works correctly, so I have to think this is a problem only for custom palettes.
Thanks,
Greg Reser

Thanks Curt, but this is not a virus issue.  Think about it, how could the ntdll.dll file be virus infected and yet only impact the running of this single application?  That really wouldn't make sense now would it?  That library is critical to many windows function and if it were virus infected, I would have more things to worry about that trying to get Bridge to launch.
I already did my homework on that before I posted here and tried some of the things suggested on verifying the integrity of my system files.  The Digital Signature Information shows to be okay.
It could be that I upgraded this system from Windows XP Professional to Windows Vista Business and that I have an old (CS2) install that I did not remove from the computer.  I have done a variety of things to try and get to the root, but to no avail.  I am sure that if I were willing to start completely from scratch and do a clean install of the OS, I may be able to get it to work.  I don't really have time to do that however, and since I am not the only person who has had the issue with Bridge failing to start, I suspect the solution lies somewhere within the architecture of Bridge in CS6 that is at the root of my problem.
I am hoping that someone from Adobe will finally figure it out and provide an update that works.

Similar Messages

  • Metadata palette not separating array items

    This question may not be appropriate for this forum since it is not a JavaScripting question, but I have had no luck on the XMP SDK forum. I am asking about customizing the default Bridge metadata palette through the use of XML files stored in .../Custom File Info Panels/4.0/custom/.
    The very frustrating problem I'm having is that custom palettes do not seem to be capable of separating array items. If I enter Name 1; Name 2; Name 3 in a bag-defined property, the entire string is placed in the first array item, e.g. [1] "Name 1; Name 2; Name 3".
    The built-in sections of the metadata palette function normally. For instance, the IPTC Core section will create separate dc:subject array items if you enter Term 1; Term 2; term 3. I believe my XML file properly defines the array type, so I'm left wondering if XML custom metadata palettes don't support arrays or if this is a bug in Bridge.
    I was going to create a custom tabbed palette where I had more control of the creation of arrays, but the Script UI bugs in CS6, such as the vertical scroll bar problem, have eliminated that option. Users like the metadata palette because it is faster than opening the file info dialog, but if it does not support arrays, it is unusable.
    Any thoughts would be very welcome.
    Example XML file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xmp_definitions xmlns:ui="http://ns.adobe.com/xmp/fileinfo/ui/">
    <xmp_schema prefix="dc" namespace="http://purl.org/dc/elements/1.1/" label="$$$/Custom/Schema/dc/Label=Dublin Core Elements"/>   
    <xmp_property prefix="dc" name="contributor" label="$$$/Custom/Property/dc/Contributor=Contributor" category="external" type="bag" element_type="text"/>   
    <xmp_property prefix="dc" name="publisher" label="$$$/Custom/Property/dc/Publisher=Publisher" category="external" type="bag" element_type="text"/>  
    </xmp_schema>
    </xmp_definitions>

    This question may not be appropriate for this forum since it is not a JavaScripting question, but I have had no luck on the XMP SDK forum. I am asking about customizing the default Bridge metadata palette through the use of XML files stored in .../Custom File Info Panels/4.0/custom/.
    The very frustrating problem I'm having is that custom palettes do not seem to be capable of separating array items. If I enter Name 1; Name 2; Name 3 in a bag-defined property, the entire string is placed in the first array item, e.g. [1] "Name 1; Name 2; Name 3".
    The built-in sections of the metadata palette function normally. For instance, the IPTC Core section will create separate dc:subject array items if you enter Term 1; Term 2; term 3. I believe my XML file properly defines the array type, so I'm left wondering if XML custom metadata palettes don't support arrays or if this is a bug in Bridge.
    I was going to create a custom tabbed palette where I had more control of the creation of arrays, but the Script UI bugs in CS6, such as the vertical scroll bar problem, have eliminated that option. Users like the metadata palette because it is faster than opening the file info dialog, but if it does not support arrays, it is unusable.
    Any thoughts would be very welcome.
    Example XML file:
    <?xml version="1.0" encoding="UTF-8"?>
    <xmp_definitions xmlns:ui="http://ns.adobe.com/xmp/fileinfo/ui/">
    <xmp_schema prefix="dc" namespace="http://purl.org/dc/elements/1.1/" label="$$$/Custom/Schema/dc/Label=Dublin Core Elements"/>   
    <xmp_property prefix="dc" name="contributor" label="$$$/Custom/Property/dc/Contributor=Contributor" category="external" type="bag" element_type="text"/>   
    <xmp_property prefix="dc" name="publisher" label="$$$/Custom/Property/dc/Publisher=Publisher" category="external" type="bag" element_type="text"/>  
    </xmp_schema>
    </xmp_definitions>

  • In ADOBE BRIDGE CS6 "folder can not be created" appears when getting photos from camera

    Has anyone seen this when getting photos from camera in ADOBE BRIDGE CS6?
    "Folder cannot be created"

    I solved the problem myself.
    jwerth2

  • Bug in Bridge CS6: Orientation tag not always properly interpreted

    The Orientation flag in the EXIF metadata can assume eight different integer values with their meanings defined as follows:
    1: frame's 1st pixel row = picture's top; frame's 1st pixel col = picture's left
    2: frame's 1st pixel row = picture's top; frame's 1st pixel col = picture's right
    3: frame's 1st pixel row = picture's bottom; frame's 1st pixel col = picture's right
    4: frame's 1st pixel row = picture's bottom; frame's 1st pixel col = picture's left
    5: frame's 1st pixel row = picture's left; frame's 1st pixel col = picture's top
    6: frame's 1st pixel row = picture's right; frame's 1st pixel col = picture's top
    7: frame's 1st pixel row = picture's right; frame's 1st pixel col = picture's bottom
    8: frame's 1st pixel row = picture's left; frame's 1st pixel col = picture's bottom
    The values in bold typeface (1, 3, 6, 8) are pure rotations only; they are properly interpreted in Bridge CS6 Beta. The values in regular typeface (2, 4, 5, 7) are rotations plus mirrorings; they are properly interpreted in Bridge's Content pane, i. e. where the thumbnails are. In the Preview pane, however, the display is wrong, reflecting the rotations only but not the mirrorings. When opening a mirrored picture in Camera Raw 7.0 or Photoshop CS6 Beta, it will show up correctly again (i. e. with the orientation tag properly applied), so only Bridge's Preview pane is affected, apparently.
    By the way, the same bug also is present in Bridge CS5 (and maybe in earlier versions, too, but I didn't check).

    Result: In the regular keyword list (dc:subject), the updated keywords appear as expected. In the hierarchical keyword list (lr:hierarchicalSubject), however, the keywords appear as originally imported, ignoring all the subsequent changes. So now dc:subject and lr:hierarchicalSubject are inconsistent.
    Not sure I do understand your method correctly but to my knowledge the import and export functions for file info and Keywords are meant for the whole template or the whole keyword list.
    If you open a file and start removing and adding you should do so in your keyword list. But how you changed is not very clear to me.
    When a keyword is in italic it means it is not persistent and with right click menu you can do so to add it to the list. If you remove a keyword that in your list has a sub keyword it does not automatically change in a parent keyword.

  • How do I get Bridge CS6 to recognize collections created in Bridge CS4?

    I just downloaded Photoshop CS6 beta. When I opened Bridge CS6, my collections (created in Bridge CS4) were not visible. Is there a way to import the collections into CS6?

    Hello, on collections can be found on:
    MAC: user/library/application/support/Adobe/Bridge (CS4 - CS5)/collections
    WIN: it should be [osdisk]:\Users\[username]\AppData\Roaming\Adobe\Bridge CS4 -5)\collections
    You could try to import them to the same folder for CS6.

  • Adobe Bridge CS6 undefined in not an object Help Please

    I am so sick and tired of getting this error message when I try to create a pdf contact sheet - undefined is not an object.  Can someone help me?
    What frustrates me the is there is no log file telling me what image has the problem which Bridge does not like.
    This example is of brand new eps files that were created in the last month
    I also have the same undefined object is not an object using AI files but none are shown in this example.
    If there is no solution to tell me what eps or ai file(s) bridge does not like - is there a setting I can change so Bridge skips the file it does not like?  Sorta silly skipping a file for a contact sheet but if that is a workaround to make it bridge work that would be a huge improvement versus the program not working at all, LOL...
    1. I have tried using another program to rename all my files to be sequential numbers too, so that is taking more time and I am losing the ability to find my files by name and I still get the undefined is not an object.
    2. I am to the point of using other programs to create jpeg images of AI and EPS files and then using bridge to make contact sheets and doing that takes a ton more time and is just silly to do so now I am to the point of asking for help. 
    3. Operating system is Wondows 7 - I use CS6 - Adobe Bridge for making contact sheets - screen shoot is attached - all CS6 items are up to date with updates.
    4. Yes, I have searched the internet for help and searched adobe for help --- seems like no one has posted a solution.

    I am having this same issue. I'm attempting to make a pdf in Bridge but am getting the error message "undefined is not an object." A log or a report of some kind would be very useful here to find out which object is the offender. Looking at my files they appear to be in order but obviously something is amiss....

  • Adobe Bridge CS6 Raw files not previewing.

    I recently upgraded my iMac from a 2007 to a mid 2011 Mac ...the first running fine with CS5...the newer iMac with CS6 and 32GB ram.  I can't seem to get Bridge in CS6 on the new machine to preview D800 Raw Nef files.  Is there something that I need
    to do when importing to help the process?  What's strange is that the first files in a folder import fine and preview fine.  I downloaded 300 or so images from a 32GB card.  The first 150 or so worked fine.  The rest just don't preview at all.  Help!

    Did you use a card reader for the download? 
    Are all the 300 files relatively the same size?
    Did you ues Tools/cache/purge and rebuild the folder cache?

  • Please help - I can not create large arrays of images (no more than 108 elements)

    Hello,
    I am working in an application where i acquire 300 high resolution images (3Mp) and then i process each of those frames.
    When i try to put alll those frames in one array of images, the system does not let me more than 108 elements. There is no such message like out of memory or memory error. It is just that when i visualize the array of images, there are good frames the first 108 elements, and then white frames the rest of the elements.
    Ideallically i would prefer to process frames as i am acquiring them, but i am concerned about the remaining processing time for the rest of the tasks.
    Then, as an alternative, I have tried to store frames in two shorter arrays, and i ended up observing that when the first array (say 50 elements) is full and the second array starts (another 50 elements for example), labview needs a certain time in the the middle (like three seconds between closing first array and starting acquiring on the second array). If i dont wait that time between arrays, both arrays contain the same information. I know, this is weird, and i know about the fact of passing information by reference on imaq images. 
    The most interesting thing is that when i reduce considerably the resolution of the image (say that now, instead 3Mp they are 2Mp), the maximum number of elements on the arrays are exactly the same: 108, so this makes me wonder if it is a memory constrain. And the code is fairly simple, there is no way that i am cutting the acquisition at the number 108.
    So my question is, How can i put 300 frames in one just one array? or How can eliminate the time i have to wait between arrays?
    I have heard about memory allocation and so, but i am not sure how to proceed. I have windows 7.
    Thanks in advance,
    Roberto

    It's hard to visualize.  Please post the code - or at least a shell representing your code - so we can see what is happening.  Are you sure you are getting 108 contiguous pictures, or are some aquisitions being skipped?  Is the first picture in the array the first aqcuisition?  Is the last picture the last acquisition?
    I really don't think it is about memory allocation.  I think it could be about your method of acquiring and processing said acquisitions.
    Bill
    (Mid-Level minion.)
    My support system ensures that I don't look totally incompetent.
    Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.

  • Bridge CS6 (Windows) does not display pictures taken with a Canon Power Shot G16 - even after updating Bridge. Does anyone knows what to do? Thank you in advance!

    Does anybody knows what do do?

    Update Camera Raw to version 8.3
    Camera Raw-compatible Adobe applications
    Camera Raw plug-in | Supported cameras

  • Contact sheet II not working in photoshop CS6 or bridge CS6?

    I keep getting error messages in photoshop CS6 and Bridge CS6 when trying to create a contact sheet.  Does anyone know what the problem might be?  The error messages I'm getting are attached.

    I just found the solution, so simple: My bluetooth connection was on, so my Macbook connected to my external keyboard, which caused the problem.
    Hope it helps someone else.

  • Why do Camera Raw mods show in Bridge CS6 on one machine but not the other?

    Bridge CS6 and Photoshop CS6 are activated on our two MacBooks.  Before adding the second activation, image modifications performed in Camera Raw (8.4.0.199) would show in Bridge on our MacBook Pro.  Since then, they don't show on our MacBook Pro but do show on our MacBook Air.  On both machines, when we launch an image from Bridge, the modifications show in the Camera Raw window.  Is there a setting that we have inadvertenty modified on the MacBook Pro, that controls whether Bridge displays Camera Raw modifications?
    Interesting related factoid: the "Camera Raw Preferences" item in the "Abobe Bridge CS6" menu does nothing on our MacBook Pro but works normally on our MacBook Air.  It's like Bridge doesn't know that Camera Raw is around (?)

    This file fixed my problem: Camera Raw.plugin.zip
    It was a flaw un the latest Camera Raw updare, as described in the thread
    http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html

  • Error "Bridge CS6 was not found on this system. To use this command, please reinstall Bridge CS6"

    Hi all,
    We are having issues with Adobe Bridge working properly with Photoshop.  When trying to access Bridge through Photoshop we receive the following error "Bridge CS6 was not found on this system.  To use this command, please reinstall Bridge CS6"
    - We have the Master Collection CS6 installed
    - Bridge CS6 is working fine as a stand-alone program
    - This is installed on Windows 7 x64
    - I am unable to find an uninstall location for Bridge CS6, it is not under control panel > Adobe Master Suite
    - All adobe products are up-to-date as of this morning.
    Any help would be appreciated.
    Thanks,
    Message title was edited by: Brett N

    Bacterin1 wrote:
    It has not worked previously.
    Does not make a difference is bridge is open or not.
    Yes, we are accessing it through File/browse in bridge.
    OK, back to square 1.
    Does Bridge work normally?  Does it load Bridge CS6 or does CS5 come up?  Only one version can run at same time.
    If you double click on an image it opens in CS6?

  • Why can PS/Bridge CS6 no longer read RAW Metadata after update?

    There was an update today and now all my .xmp files are being erased from my associated Canon 1DX RAW Images. Either the new update is deleting these files or can't read the associated metadata of the RAWs. I shoot RAW and JPEG and I do see that the info is still associated with the JPEGs.
    Also - I cannot write or modify the RAW info to assign copyright, keywords, etc.
    I am on a Mac Pro running OS X 10.9.2

    Do you have disk cleaner tools like MacKeeper/CleanMyMac installed?
    Please refer
    http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html
    Regards,
    Ashutosh

  • Adobe Bridge CS6 is malfunctioning after the last update raw 8.0.199. Several problems.

    Anything known on this issue? Solutions? Even importing files from memory card is a problem.
    In import window images are not diplayed as images but all the same blue mini images.
    vertical files are changed into landscape positions and more. Mac version.
    cj de vries

    Op 12 apr. 2014, om 19:27 heeft Yammer <[email protected]> het volgende geschreven:
    Re: Adobe Bridge CS6 is malfunctioning after the last update raw 8.0.199. Several problems.
    created by Yammer in Bridge General Discussion - View the full discussion
    http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6292450#6292450
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/6292450#6292450
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6292450#6292450. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Bridge General Discussion at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.
    THNX Problem solved

  • What is wrong with Bridge CS6?

    I have recently been experiencing a rash of strange problems with Adobe Bridge CS6 (5.0.2.4). Basically, it seems to no longer be able to recognize metadata. The list of malfunctions include: No EXIF data displayed, can not launch ACR, can not rotate images, thumbnail metatdata does not display dimensions (a blank space where dimensions should be), full screen previews are small, Bridge does not recognize or display changes made to images in ACR, Star ratings dissappear or can not be sorted. I am finding some new problem daily. ACR and Photoshop are uneffected. Running on Mac OS X 10.9.2. Seems to have failed shortly after an update from Adobe.
    From my perspective it seems like an Adobe problem since the last thing to change on my system was an Adobe update. Everything was working fine after my most recent OS update. So, I do not immediately suspect Mavericks. Anyone else having these problems? Any ideas on a solution or troubleshooting? Already performed the "opt-click" on launch reset/purge, etc.

    Try this for size:
    http://helpx.adobe.com/bridge/kb/acr-84-bridge-cs6-metadata.html

Maybe you are looking for

  • Location of virtual copies on a Mac

    I made virtual copies for some of my pictures in order to do different crops. While I can see the results in Lightroom, I am unable to see the file (or the .xmp if that's the result). They seem not to be located in the same folder. but where??? Any i

  • My iPad mini charger isn't working

    My iPad mini charger isn't working. I don't know what happened. it goes off and on sometimes. I use it constantly and now it just seems to not work. What should I do?

  • Matchcode Dinamic colum in ALV grid control objects

    We have a ALV whose columns we made dinamic with fields symbols, a column is type dats and we wants a matchcode with the calendary. For this in the fieldcat we put: F4AVAILABL = 'X'. REF_FIELD = 'F_CURSO'. REF_TABLE = 'ZEP_ALV_DATOS'. edit = 'X'. Wit

  • BOM authorization controls -reg

    Friends , we use only BOM with usage 1 -production BOM , we dont want to maintain many BOMs like engineering bom ,design bom ,production bom like that seperately. in this context we require some authorization control to control the users for BOM chan

  • Rotating a page in Adobe Reader for windows 8

    How do i rotate a page in Adobe Reader for windows 8?