Bridge CS5: Images added to collection get removed from collection

This is the first time I used non-smart collections. But, I'm sure that I'm quite sure that I'm not doing anything wrong.
I simply dragged thumbnails into the collection from various folders and the collection shows all 20 images. Then, I close out Bridge and open it later, only to find that there are only 4 images in that collection. There may have been 4 images to start with, but every image I've added does not get remembered. This has happened twice and it's very unnerving because the images I am adding are coming from folders that are all over the place and it's very hard to look up all the pictures again.
What's up with this?
Thanks,
   Mike

I've just noticed this problem, by chance, whilst moving data to a new computer.
We found that files that were in collections were randomly missing from Bridge CS5's display, and sure enough, as described earlier, as soon as a file in the collection with a quote/spostrophe was read, that file and the rest of the collection were missing from Bridge CS5's display.
(This was using Bridge 4.0.3.9. Adobe Application Manager tells me my software is uptodate)
Because we had some backed up copies of Collections from both Bridge CS4 and Bridge CS5, I've been able to work a few things out, which I hope might help someone at Adobe get the problem fixed - and might help a few frustrated users too...
Background
The following entirely applies to Windows 7 (and presumably Windows Vista too):
In Bridge CS4, collections files are stored in:
C:\Users\%USERNAME%\AppData\Roaming\Adobe\Bridge CS4\Collections
In Bridge CS5, collections files are stored in:
C:\Users\%USERNAME%\AppData\Roaming\Adobe\Bridge CS5\Collections
Both CS4 and CS5 store their Collections in files called <collection name>.filelist
Both are XML files, where file paths are surrounded by apostrophes:
For example:
<file uri='bridge:fs:file:///D:/Shared%20Images/Flowers/RHS/DSC_0788.jpg'>
Both Bridge CS4 and CS5 convert any spaces in file paths to %20 - so /Shared%20Images/ above is actually /Shared Images/ on disk.
The cause of the bug
Crucially, however, in Bridge CS4, any apostrophes (i.e. single quotes) in file paths get converted to %27
But this conversion does not happen in Bridge CS5. And then when filelists get read back in, the data is truncated.
As a developer, I'm surprised at this sort of regression in behaviour, in such expensive software from such a large company.
Workarounds
None of these should be required to be done by a user, I feel, but I have found that they do work, and they could be scripted (e.g. in Python) if someone were sufficiently desparate:
Edit your .filelist files that were created by Bridge CS5, and convert all ' in file paths to %27 - oh yes, and remember to do that every time you add any new files to any existing or new Collections
Edit your .filelist files and change the single quotes at the start and end of each <file uri line to double quotes
I don't regard "remove quotes from your file names" as an acceptable workaround, however. We've got nearly 400GB of files, going back more than 10 years, and various of these are referred to from other locations, e.g. InDesign publications: if we were to rename locations for the benefit of Bridge, we'd break other stuff on the PC.
Clare

Similar Messages

  • Unable to add font back to collection after removed from collection

    I installed Adobe's Source Sans Pro font (free software), and today I found that there is a newer version, so I think I need to remove this font and install the newer version again.
    I first remove it from my custom font collection called "Modern", and I found that I was wrong -- I have to find it in "All Fonts". So I removed it from All Fonts again.
    Then I install the new version of Source Sans Pro. It is installed without warning.
    Then I drag the installed font from All Fonts to Modern collection. But after that, there is no Source Sans Pro in Modern collection.
    I tried to remove it from All Fonts, and install again by dragging it from Finder to Modern collection. It is then can be found in All Fonts, but still not in Modern collection.
    I then tried another font called PT Sans. I first drag it from All Fonts to Modern collection, then remove it from Modern collection. When I drag it from All Fonts to Modern collection again, it is not actually being added to Modern collection.
    So I can reproduce this problem with other fonts, not specific to Source Sans Pro.
    I know there is a workaround: create a new collection, drag all fonts from Modern to the new collection, drag Source Sans Pro to new collection, remove the old Modern collection, and finally rename the new collection to Modern. But this is annoying.
    Now I think this is a bug. Does anyone have this issue too?

    Hi,
    I had sam problem and resolved it by doing clean install of OVM Server v3.2.1 on that server. After that, I successfully added OVM server to my pool. :/
    Best regards,

  • Why Bridge (CS5) does not make a PDF file from multiple images

    Why Bridge (CS5) does not make a PDF file from multiple images? It used to work fine earlier, but now nothing happens when using OUTPUT for web or PDF.
    I have uninstalled and installed my PS three times allready, so please not suggest that, it didn't help.
    I have Creative Suite Premium, mac os x 10.6.8

    Hi. You’ve posted your question in a forum that is for beginners trying to learn the basics of Photoshop.  I'm moving your question to the Bridge forum for specialized attention to your situation.

  • How InDesign comes to know about any changes on document, but not saved. As it shows * on the name of document when it is opened and any changes. And after saving * symbol is get removed from the name of document. How and where indesign@ handles this?

    How InDesign comes to know about any changes on document, but not saved. As it shows * on the name of document when it is opened and any changes.
    And after saving * symbol is get removed from the name of document. How and where indesign@ handles this?

    Are you just asking because you want to know, or do you have a problem you need to solve? I don't know how to write a program, but I think what your are describing is not an unusual thing for a  program to do. The * tells you that changes have been made since the last save, and the program reserves a portion of memory for undo functions. I suppose a coder could tell you how it works, but I don't think it would help an average user to know, but that's just my opinion.

  • I have an app in my App Store under updates under purchased that I'd like to get removed from my phone. How do I do that?

    I have an app in my App Store under updates under purchased that I'd like to get removed from my phone. How do I do that?

    In the Home screen, tap and hold the app until it wiggles. Then tap the minus red icon placed in the top of the icon. Deleted

  • When and how does the message context get removed from the message when we use pass thru send port

    Friends,
    i have a doubt regarding message context.
    Assume i have used XMLRecieve pipeline in the receive side to receive the message so that the message context is created. I.e properties are promoted/written.
    now if we use pass thru transmit pipe line at send side, how and when does the message context get removed from the message?? Since pass thru does not have any stages/components, how does the message context removed and sent out a pure message to destination???
     i mean what exactly happens here to remove the context??
    Ravindar

    Thanks for the reply.
    "The Context is created by the Adapter, regardless of any Pipeline or Pipeline Component.  It has nothing to do with PassThrough vs. XmlReceive, although XmlReceive will write Promoted Properties to the existing Context,
    as can any other Component."
    yeah yeah, adapter does create some properties in context. You are right, i am aware of it. I just missed to explain it clearly. what i meant is addition of context properties will not happen if pass thru used. Thanks its clear.
    "No.  The Context already exists on the Message when it comes from the MessageBox and
    is equally available to any Component in any Stage.  The Context that hits the Pipeline is whatever was last Persisted, either by a Receive Port or Orchestration.  It is not created by the XmlAssembler (XmlTransmit)"
    You are right , the context already exists on the message while it leaves the receive port, and once it persists
    to message box the context and message context gets stored in messages in relative tables.
    Now as you said the components get the message from the last persistence, assume i have a send port(with passthru)
    subscriber and a orchestration subsrciber for this message.
    Orchestration gets the message with context right!!
    if the send sendport(with passthru) also gets message along with context, then where is this context removed/demoted
    while sending it out?.  i guess as per SAAkhlaq said,
    here sendport(with passthru) should get a pure message without context as passthru used. 
    or is it that ultimately send adapter removes the context completely?
    or is it something like biztalk run time load the context from database into cache and both orchestration and send port gets pure message, and if needed they use context from cache???
    sorry i may be troubling you, but i am confused. i hope i am not creating any nuisance with this
    post.
    Ravindar

  • Did Russell Brown's Adobe Paper Textures Pro (extension) get removed from Photoshop CC (2014.2)  October release?

    Did Russell Brown's Adobe Paper Textures Pro (extension) get removed from Photoshop CC (2014.2)  October release?

    I was just about to make a comment on the Discussions page.   I believe that the reason I couldn’t get Paper Textures to work in PS CC (2014.2) is because all (2014) versions of PS are HTML based not Flash based.
    Adobe should have called Photoshop CC (2014)     Photoshop CC (HTML)  so we would remember that switch over in their core coding.
    Now I have to got to Russell’s script site and get Paper Textures 3.1.0.
    Thanks for helping.

  • When i restore my backup from computer why do my minutes texts and data gets removed from my pay as you go sim card

    when i restore my backup from computer why do my minutes texts and data gets removed from my pay as you go sim card?

    As long as it's unlocked it will work with any SIM, incl. EE SIMs.
    If you buy abroad you need to ensure it is compatible with UK mobile frequencies, on which I cannot advise.

  • If I press "Erase all contents and settings" does the iCloud account get removed from the iPhone?

    If I press "Erase all contents and settings" does the iCloud account get removed from the iPhone?
    I also do not know the password to the iCloud account and when I go to the "Forgotten Password" link, it says that account is not found.

    Yes, but you will not be able to erase it without the password if Find My iPhone is turned on.  If you need to reset your iCloud password, read here: http://support.apple.com/kb/PH2617.  Of course, you can't reset the password unless it is your iCloud ID.

  • Contact groups. My contacts get removed from the groups, not from All Contacts. I don't know why this happens. Anyone know why?

    Sometimes the contacts in certain groups are removed and the group is empty.  They do not get deleted, and are still in All Contacts, just get removed from the group.  Then I have to start all over again and add contacts to the groups.  This seems to happen randomly and I don't know why it does.  My contacts are synced with my Yahoo contacts.  I don't know if thats why.  Does this happen to anyone else?

    Thank You, thank You ...so much......that feature made me crazy!  
    Ocean20 wrote:
    This can be turned off in settings/accessibility/zoom. Then on the next screen turn off

  • Does all my music stay on my MacBook Pro after I sign up for iTunes Match, or does it get removed from my Mac?

    Does all my music stay on my MacBook Pro after I sign up for iTunes Match, or does it get removed from my Mac?

    Hi,
    It remains on your hard drive. iTunes match scans your library to determine if tracks are matched or uploaded. It does not touch the files on your hard drive. You have the option to upgrade tracks for matched versions but you need to delete tracks and download new versions.
    You can camn opt to delete tracks from your library. This will free up space and you will be able to stream your music. In any event, I suggest that you back up your music to an external drive.
    jim

  • Export panel bridge cs5 - image quality only to 10

    Hi
    Is anyone else having problems with the image quality settings in the image options.  It cannot seem to save the max setting of 12 it only save jpegs at 10.
    Any suggestions,  Thanks Andy

    I had the exact same issue - except mine is limiting it to a maximum of 8
    The workaround I found is to build the export profile exactly as you would like it - and let it pick whatever number it wants (8 or 10) - ignore the words of Low/High/Maximum - those just correlate to the 8 or 10 (or 12)
    12 is the true maximum for the JPG export and once you run it - there is a noticeable file size increase and the images are a higher quality.
    Once you have the profile built, go into the folder "Export Presets"
    Macintosh HD > Users > YourUsername > Library > Application Support > Adobe > Bridge CS5 > Export Presets
    Open up the file that matches the same name as what you created inside bridge
    The file will likely open as an .xml file inside dreamweaver (or another XML editor)
    find the line:
           <imageQuality>8</imageQuality>
    and set what the system set as an 8 (or a 10) to a 12
           <imageQuality>12</imageQuality>
    save the file and run the export again.
    You will have what were 2-4MB JPG files becoming 8-12MB files with a quality of 12/Maximum
    Hope that helps

  • [CS5/JS/ScriptUI]: All contents is removed from tabbedpanel when showing alert box or other Window.

    When I open a new window (an alert box, another scriptUI window, or an old style InDesign dialog) from my non modal ScriptUI interface, the contents inside all tabs on the tabbedpanel of the window disappear completely, and the last tab is selected.
    Other controls, outside the tabbed panel (but in the same window) are left untouched.
    I suspect the error has to do with the tab control. I have been able to recreate the error in an extremely simple window, and I attach the code below.
    #targetengine 'test'
    var Window1 = new Window('palette','Test',undefined);
    buildWindow();
    Window1.show();
    function buildWindow(){
        Window1.tabMain = Window1.add('tabbedpanel',undefined,undefined);
        Window1.tabMain.minimumSize= [450,170];
        Window1.tabMain.Tab1 = Window1.tabMain.add('tab',undefined,"Tab 1");
        Window1.tabMain.Tab1.Static1 = Window1.tabMain.Tab1.add('staticText',undefined,"Text on tab 1");
        Window1.tabMain.Tab2 = Window1.tabMain.add('tab',undefined,"Tab 2");
        Window1.tabMain.Tab2.Static1 = Window1.tabMain.Tab2.add('staticText',undefined,"Text on tab 2");
        Window1.tabMain.Tab1.btnTest = Window1.tabMain.Tab1.add('button',undefined,"Test");
        Window1.tabMain.Tab1.btnTest.onClick = function(){alert('btnTest_onClick')};
        // Trying with calls to layout . (This button is not affected by the alert showing - only controls inside the tabbed panel)
        Window1.btnLayout = Window1.add('button', undefined, 'Window1.layout.layout()');
        Window1.btnLayout.onClick = function(){Window1.layout.layout()};
    The interface works well in CS4, and also if I make the window modal (by creating it as a "dialog").
    In CS5, the result is this:
    Calling layout.layout() or layout.resize() doesn't do anything.
    If someone else would like to try my code, do you get the same effect?
    Is the behaviour known?
    Is there a way to prevent this from happening for non modal ScriptUI windows?
    Best regards,
    Andreas Jansson

    Thanks Marijan, for testing and letting me know!
    I filed a bug report now. We would perhaps have to "force" a couple of our clients to an upgrade from CS5 to CS5.5 in order to beat this bug and get it working, unless Adobe acknowledges it quickly, which I don't count on.
    No good news then... I took for granted that the interface would work in CS5 if I made it in CS4.
    (The thing that I was mostly concerned about was a tree view which I tested in Mac/PC and on CS4/CS5. Not the "tabbed panel"...)
    Andreas
    Adding this answer I got from Adobe:
    Monday, November 21, 2011 2:21:03 AM PST
    Hello Andreas,
    I was able to replicate this problem with InDesign CS5. This bug seems
    to have already been fixed as a side effect of some code change within
    InDesign CS5.5.
    I have logged this under bug # 3050997. This will now be worked upon by
    InDesign engineering and should be fixed soon.
    I'll keep you informed about updates on this bug.
    Message was edited by: Andreas Jansson. Response from Adobe added.

  • MAC address gets removed from the CAM 4.8 Filter List??

    Hi,
    we got WLC and NAC integration going. I have a smartphone wi-fi client I would like to exclude from logon and posture assessment, so I add the MAC into the CAM's Filter List. It works fine for a short while and then the MAC gets deleted from the list for some reason. Here’s what CAM log show (roughly an hour between the MAC is manually added and then gets deleted):
    any ideas why it's happening and how to fix this?

    Faisal,
    I looked through the NAC log again, and I did miss another piece of info, so here's how the log looks after adding the MAC in the filter list:
    Administration      2010-11-01 17:53:31       38:E7:D8:0B:42:A3  added to MAC list
    Administration      2010-11-01 18:51:10       38:E7:D8:0B:42:A3  removed from the MAC list
    Administration      2010-11-01 18:51:10       (API removemac): Succeeded!
    So, it looks like there is some process running that removes the MAC from the list every time it's added in raughly an hour?
    Dmitri.

  • Error getting value from collection to a date picker field

    Hi all,
    I'm stumble with getting correct data value from collection.
    The column is described as
    'wwv_flow_item.date_popup(3,null, c002, 'dd/mm/yyyy', 10, 10) purchase_date'
    This field is causing error: 'report error:
    ORA-01843: invalid month'
    I'm sure, c002 has correct value '08/08/2003' because I've temporarily changed description of the field to
    'htmldb_item.text(3,c002,10) purchase_date' that returned correct value.
    What can be wrong? I'm puzzled.
    Any suggestion please.

    Are you sure that when you used 'htmldb_item.text(3,c002,10) purchase_date' you got 08/08/yyyy and not 0808yyyy. I have seen that message often in Oracle (outside of HTMLDB) and it is normally when one assumes one format when it is actually another, or the leading zero gets dropped (08082005 becomes 8082005, which converts to 80/82/0205).

Maybe you are looking for

  • Month view from pc

    published ical. when someone views from a pc - it defaults to week view - I want it to default to month view. preferences on my mac are set to monthly view. on pc it has option to set preferences but when you try to set to monthly it only throws you

  • Problems with adobe reader X

    Since doing the automatic upgrade to reader x, opening pdf files has been loading up my computer and slowing it down to a crawl. I can go to task manager and see my CPU usage at 100% with nothing but e-mail running I wasn't having this problem with 9

  • Acrobat Pro 9: "Merge files into a single pdf" creates blank pages

    I have a similar problem as a previous post (which hasn't been answered). I am able to pdf individual Word documents fine, but when I try to Combine > Merge files into a single pdf, the resulting pdf pages are all blank. I don't receive any error mes

  • Error in inserting data

    Hi, I have insert page i the developing instance it is working fine . But in production after click on submit we have a dialog page saying that do u want to save the data . If the user clicks ok the data is saving in backend but its showing the error

  • Debugging BBP_CREATE_BE_PO_NEW BADI

    Experts, I'm trying to debug BBP_CREATE_BE_PO_NEW while creating PO in the backend system.  First, I tried putting break-point and it didn't work.  Then, thinking it may be background task, I tried to put an infinite loop in the implementation and us