Automator error when sync from off site data

Hi
I am running the http://www.completedigitalphotography.com/index.php?p=373 sync folder task in automator.
The issue is a get a time out error "AppleScript Error-Finder got an error:AppleEvent timed out (-1712)"
I think the error is due to network latency. Is there anyway or automator task that change the latency timeout thresh hold.?
Thanks in advance.

Lora, that is always the best policy, whether you are downloading via FTP or
acquiring photos from a flash memory card. Using drag-and-drop, the
difference between copy and move is all too slight, and if an error occurs
during a move ... well, you already know the answer.

Similar Messages

  • -208 error when syncing from mac to ipods

    I am getting a -208 error everytime I sync an ipod or nano. The shuffle seems ok, no errors on syncing. Here's a screenshot:
    http://powermixx.com/atempdir/208error.png
    When this error occurs and I press 'Ok', the songs will still sync to the ipod, but nothing else (photos, contacts, etc.).
    When I plugged in this new nano, it prompted me to update the software to version 1.1.2 - which I did. I tried to 'Restore' to the original version, but that failed too!
    Any ideas why?

    I restored my iPod and tried to only copy a small iPhoto album and I still got this error. I'm only trying to copy an iPhoto album and it still occurs. What's the deal, there's no way for me to try and locate a bad audio file out of 25,000 titles. And I'm not even trying to transfer music to the iPod...help!!~~~~

  • Rsync errors when syncing from linux centos 5.1

    I run this command to sync from linux directories to apple pc:
    rsync -arv --exclude-from="/Users/blwegrzyn/exclude.txt" --delete [email protected]:/shared3/ /DATA_BACKUP
    during the copy i see files being copied
    and if i run it again i see same files being copied again
    so around 1% or less was not copied correctly
    it looks like there are some special characters that macos does not like
    what is the proper way to do rsync so files are copied correctly from linux to apple ? When I copy linux to linux i dont have any issues.
    thx
    Bart

    for example directory that has character:
    (2006) Völkerball
    cannot be copied and every time i run rsync it tries to copy it again
    when i look at the destination folder I see that the directory actually was copied, but when i run rsync again , rsync deletes that directory and starts over
    if i remove special characters it works
    i found this post:
    http://www.xelon.it/articles/rsync-mac-linux-windows/
    so maybe the iconv is the switch that need to be used?
    i cannot tell cause my centos is not compliled with iconv
    i already compiled it for mac with iconv switch so i need to try on my linux to enable it and maybe it will solve the problem

  • HT203200 Error (-50 when sync from iTunes

    Error (-50 when sync from iTunes ???

    There countless posts on this?!  I'm in the same boat.
    PLEASE stop posting about the 3rd party or Firewall getting in the way.  Does not apply.
    I've turned off the firewall and have no 3rd party anything.
    The issue is itunes will not sync with 11.1.4 and iphone (5).
    Anyone?

  • Partition ERROR - 1023040 - msg from remote site : need to understand

    hi,
    I currently have a problem with the partitions between two cubes.
    Architecture:
          80 countries database (source)
          1 world database (destination)
    Process :
    - The partitions are created dynamically by maxl scripts :
    spool on to $1;
    Alter application $2 comment '**_batch_**';
    Alter application $4 comment '**_batch_**';
    Alter system load application $2;
    Alter system load application $4;
    Alter application $2 disable startup;
    Alter application $4 disable startup;
    Alter application $2 disable connects;
    Alter application $4 disable connects;
    /* Create Transparant Partition between Country cube to Mond cube */
    create or replace replicated partition $2.$3
    AREA
    '"S_R_N",
    &curr_month,
    &local_currency, "D_EURO",
    @IDESCENDANTS("P_Produit"),
    @LEVMBRS("M_Marche",1),"M_Marche",
    @IDESCENDANTS("B_Marque"),
    @IDESCENDANTS("U_Sourcing"),
    @REMOVE (@DESCENDANTS("I_Masse"), @LIST ("I_55CCOM")), @DESCENDANTS("I_Divers"),
    @IDESCENDANTS("NA_Nature"),MCX'
    to $4.$5
    AREA
    '"S_R_N",
    &curr_month,
    "D_DEV", "D_EUR",
    @IDESCENDANTS("P_Produit"),
    @LEVMBRS("M_MixClient",0),"M_MixClient",
    @IDESCENDANTS("B_Marque"),
    @IDESCENDANTS("U_Sourcing"),
    @REMOVE (@DESCENDANTS("I_Masse"), @LIST ("I_55CCOM")), @DESCENDANTS("I_Divers"),
    @IDESCENDANTS("NA_Nature"),MCX,
    &country_name'
    mapped globally ('',D_$7, "D_EURO", "M_Marche") to (W_$6,D_DEV, "D_EUR", "M_MixClient")
    refresh replicated partition $2.$3 to $4.$5 all data;
    drop replicated partition $2.$3 to $4.$5;
    Alter application $2 enable startup;
    Alter application $4 enable startup;
    Alter application $2 enable connects;
    Alter application $4 enable connects;
    Alter application $2 comment '**_enable_**';
    Alter application $4 comment '**_enable_**';
    Alter system unload application $2;
    Alter system unload application $4;
    Spool off;
    Logout;
    exit;
    - Defragmentation cubes, launch replications countries successively one by one to the world cubes sequentially .
    the order of the country is not the same from one month to another .
    Treatment is initiated each month.
    Symptoms :
    - Partition fall into error with the following message but not systematically .
    message:
    MAXL > refresh replicated partition PGC_ESP.Pgc_esp PGC_MOND.Pgc_mond to all data ;
       ERROR - 1023040 - msg from remote site [ [ Wed Nov. 29 10:21:03 2013] hprx1302/PGC_MOND/Pgc_mond/PGC_ADMIN/Error ( 1023040 ) msg from remote site [ [ Wed Nov. 29 10:21:02 2013] hprx1302 / PGC_ESP / Pgc_esp / PGC_ADMIN / Error (1023040) msg from remote site [ [ Wed Nov. 29 10:21:01 2013] hprx1302/PGC_MOND/Pgc_mond/PGC_ADMIN/Error ( 1042012 ) Network error [ 32] : Can not Send Data ]]] .
    We note that the error occurs in the following cases:
    - The errerur happens generally when the average clustering ratio is low. (cube fragmented) for cubes source and / or destination
    - When beacuoup replication were done before: in the last 10 to 15 cubic remaining replicate.
    - We mistake once on the environment recipe on the first cube with average clustering ratio to 0.96 but the server recipe is much less efficient.
    We noticed that when doing a defragmentation cubes source and destination once the error obtained treatment replication was no longer falling into error.
    Problem: defragmentation cube world take 10 hours.
    We also made the following observation:
    OK/INFO - 1051034 - Logging in user [PGC_ADMIN].
    OK/INFO - 1051035 - Last login on Friday, November 29, 2013 10:19:46 AM.
    OK/INFO - 1053012 - Object [Pgc_esp] is locked by user [PGC_ADMIN].
    OK/INFO - 1053012 - Object [Pgc_mond] is locked by user [PGC_ADMIN].
    OK/INFO - 1053012 - Object [54116855] is locked by user [PGC_ADMIN].
    OK/INFO - 1053012 - Object [39843334] is locked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [54116855] unlocked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [39843334] unlocked by user [PGC_ADMIN].
    WARNING - 1241137 - [Target] - Partition definition is not valid: [Cell count mismatch: [1279464568200] area for slice [1] members per dimension [63 1 2 1 6 26 7 245 1 37955 ]].
    OK/INFO - 1053012 - Object [25586652] is locked by user [PGC_ADMIN].
    OK/INFO - 1053012 - Object [11329970] is locked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [25586652] unlocked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [11329970] unlocked by user [PGC_ADMIN].
    WARNING - 1241137 - [Source] - Partition definition is not valid: [Cell count mismatch: [47895484140] area for slice [1] members per dimension [63 1 6 7 2173 2 17 1 245 ]].
    OK/INFO - 1053013 - Object [Pgc_esp] unlocked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [Pgc_mond] unlocked by user [PGC_ADMIN].
    OK/INFO - 1051037 - Logging out user [PGC_ADMIN], active for 0 minutes.
    OK/INFO - 1241124 - Partition replaced.
    Following these findings we need to understand what is happening.
    We would like to understand why partitons fall errors?
    why we have the message "Partition definition is not valid" in the logs when creating the partition?
    Regards,
    Oliv.

    Hi SreekumarHariharan,
    Tx to your anwers, but we are already try all the solution proposes to Essbase FAQ.
    a)Increase the values for NETDELAY and NETRETRYCOUNT in essbase.cfg file.Restart the essbase server.
    We are changed the two value in the essbase.cfg but nothing to do. The same error appears
    b)Make sure that the all source members and target members used in partition are in sync
    All member are diferent between source and target but a mapping are defined in the partition (see the partition maxl in my below message.
    c)Validate the partition (look at the validation tab, it will give the numbers for each side of the partition ie source area and target area)
    You can see the logs of validation partition :
    WARNING - 1241137 - [Target] - Partition definition is not valid: [Cell count mismatch: [1279464568200] area for slice [1] members per dimension [63 1 2 1 6 26 7 245 1 37955 ]].
    OK/INFO - 1053012 - Object [25586652] is locked by user [PGC_ADMIN].
    OK/INFO - 1053012 - Object [11329970] is locked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [25586652] unlocked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [11329970] unlocked by user [PGC_ADMIN].
    WARNING - 1241137 - [Source] - Partition definition is not valid: [Cell count mismatch: [47895484140] area for slice [1] members per dimension [63 1 6 7 2173 2 17 1 245 ]].
    OK/INFO - 1053013 - Object [Pgc_esp] unlocked by user [PGC_ADMIN].
    OK/INFO - 1053013 - Object [Pgc_mond] unlocked by user [PGC_ADMIN].
    OK/INFO - 1051037 - Logging out user [PGC_ADMIN], active for 0 minutes.
    OK/INFO - 1241124 - Partition replaced.
    d)Rerun the Partition script again
    The same error appears.
    Tx to your help.
    Regards,
    Oliv.

  • Runtime error when syncing P1i with PC

    I get a runtime error when syncing my P1i to PC. The error is linked with this file, 'dxp syncml.exe', and the application is said to request the 'Runtime to terminate it in an unusual way'. How do you fix this?

    Thanks Joanne. Let me give you feedback on whats happening so far.
    After some doing, I discovered that my firewall is controlled by Norton Firewall Provider. (Bear in mind I am a novice in terms of managing these computer protocols). To modify the firewall settings, Norton calls this in their the control panel  'Smart firewall', I go to program control then configure. A list of programs came up with the options to add, modify, remove or rename. I searched the list and found that DXP SyncML.exe and mRouterRuntime.exe were listed and set to 'Auto' in the Access column. I noticed that under access, the options include auto, allow, block and custom. I reasoned that 'allow' is the highest level of access, and to support the sync feature, I changed the status to 'allow' from 'auto' for the DXP SyncML and mRouterRuntime executable files. If you believe it is ok and safer to keep the auto status, advise me.
    I did not find in the listing any of these programs; Bearer Abstraction Layer (SCBAL.exe), Generic Device Management Executable (Generic.exe) or Symbian Connect Object Model for Symbian Connect QI (SymbianConnectRuntime.exe).I did a search and located the generic.exe and the other two files under 'common files' in 'teleca shared' folder, and 'symbian' in 'shared' and 'symbianconnectruntime', respectively.
    Norton's control panel for Smart Firewall gave me three options when adding programs: allow, block and manual configure internet settings. The last of the three was recommended by Norton. However, I selected 'allow' for the generic.exe, symbianconnectruntim.exe and scba.exe.Please advise if you believe I need to modify the terms I entered to set up this procedure (is there a better setting that allow me to achieve the same level of functionality without compromising my security?)
    Now Joanne, whats left is for me to try the sync after making these changes. I feel as if I accomplished a lot by only reaching this far. I will have to do a reinstallation of the SE PC Suite before moving on though. Let me explain.
    When the sync failed repatedly because of the unexpected termination linked with the dxp syncml.exe, I uninstalled the SE PC Suite which was done from a disc, and installed a version from the Sony website. That version is 1.6.0, with a copyright date of 2006. With this, the sync worked. By the way I am using Windows 7 Starter. Now what I am going to do later is uninstall this version of the suite, and reinstall the one from the disc that was linked with the problem we are solving. When I do that later, I will give you feedback.
    Just in case you are wondering, I have a vested interest in using the PC Suite from the disc. This application works fine for the file manager component where the drive on the phone and removable media card are read. In the 1.6.0 version, I cannot get the file manager to see the phone as connected though when I put the card (is that called M2 disc?) in the phone, it reads. So, I although sync is working with the 1.6.0 version from the website, I want to use the version I have on disc if the sync component gets over the problem we are trying to solve.
    Hope I am on the right  track so far I thank you profusely for your patience and dealing with my qeurry; the solution will make a world of a difference for me and many other P1i owners. Look foward to the follow up
    Rohan Bell

  • I received an error message in Lightroom 5 , Lightroom encountered an error when reading from its preview cache and needs to quit

    I was wondering now that I deleted my preview cache after receiving the lighgtroom encountered an error when reading from its preview cache  and needs to quit  , light room 5 opened fine now , but  I now have no previews showing  up , all I get is blank gray boxes ...  have  I lost everything ?
    how do I get the pictures or previews back ...all my folders I had catalogued , now show only grayed boxes where the previews were ...  can I get this back ?

    I will check for the meta data.. as to hows this adobes fault....first let me ask do you work for or get paid for by adobe?  If the answer is no, which i presume it is...then that answers it... how is it , or better yet why is it a billion dollar company, has or offers no support, no phone number, no email nothing...but depend on third party people who may or may not know or give the correct info to help, and do this free, all the while adobe makes $$$ and runs smaller companies that may have actually better products by getting or buying off reviews etc..that only rave, but never mention issues...the issue im having has been reported by adobe users since version 1, yet has not been addressed or even mentioned...why shouldusers get little true support from adobe, get a product that has un addressed issues is messed up...it would be like ford making newer vehicles say a f150, advertising all the bells and whistles , but knowing since their 2008 model  that if you go over 70 mph for more than 100 miles the engine will just shut off, then have know way to contact them to solve the problem...had no mechanics to fix it...no warranty...that would be insane...but yet companies like adobe and microsoft do this all the time, but since its notlife threatening as driving a truck would be somehow we accept it as ok....yet it sickens me the hardearned money spent on their products, its an investment,  like whether or not to go canon or nikon..your investing in the company its not easy to switch once you make that intial choice...  adobe and microsoft continously advertise all the so called (al beit meaningless) upgrades or improvents which are more fluff than  worth while improvent, but the way they present them you feel you need them...if they went back to the true ethics of buisness and american pride they would focus moe money and attention to customer service,  and truly improving the product rather than how to sell more...but then they know like my camera example once you choose your theirs...sad...i had an adobe salesman out right lie to me and misrepresented a product, as i was having an issue getting sound to work in creating a video of my granddaughters birth...i was using an older version, told him all the info , he said if i upgraded i would have no trouble, so i did...the sound still didnt work . Then they suggested another program to convert the files more money down...the other company also makes video editing programs, once that work...and cost less...but i am all tied up in adobe spending hundreds all ready...sad ...very sad...now that ive had some issues and have gone back and done more researching i see all tge issues, many go back 10 plus years and have yet to be addressed...yet many otherless known third party companies had similar issues, corrected them , are cheaper, have support teams but arent pushed in every photo magazine etc...and arent known where giants like Adobe that dont address there issues have or offer no Adobe paid support, yet through their money and muscle to dominate magazines, and web, by controlling how things are precieved....sad in deed...the more i learn, and experience the sadder things are....but enough complaining sadily im invested in adobe for now till i get rich,  just want the crap to work...so i can get my cherished pictures , once in a lifetime pics of my granddaughter  back...to bad people have to place faith in a company and risk loosing all the pictures that mean something to them,and realize the comoany only truly cares about $$$...sad

  • Connecting to Time Capsule from off Site (Windows 7)

    Hi All!
    First off, thanks for reading my post, it means a lot to me to get such great help from the community.
    I have a Time Capsule (2TB) setup in my home with my most of my Windows 7 user profile redirected to it.  It was just purchased over the weekend from the Apple store after my 7 year old Apple router finally died, so it should be the latest and greatest.  I have setup DynamicDNS and can connect to my time capsule using the dynamic host name from inside my house (capsule.notmyrealdns.net).  So, to reiterate in case I'm not being totally clear, if I map a network drive in Windows from my home desktop to \\capsule.notmyrealdns.net\hammonjj, I can connect to that share without any problems.  For reference, hammonjj is the username I created in the Time Capsule management utility and TC created a share called hammonjj, which is what I am connecting to.
    However, from off site I can not map this drive.  When I try to map it, I get a network error, which I have listed below (I am checking the box to connect using different credentials, btw).  I have tried to ping my DNS host name and it both responds and kicks back the correct IP for my home connection.  I have also double checked both my usename and password and have since gone under port mapping and added both Personal File Sharing and Windows File Sharing to the list of exceptions and checked the box for enabling access over WAN in the Airport Utility; I chose a random public port, but kept the default private ports.
    The error:
    Windows cannot access \\capsule.notmyrealdns.net\hammonjj
    Check the spelling of the name.  Otherwise.......blah blah blah.
    Thanks again for the help!  I'm sure this is just a silly oversight on my part, but I can't seem to figure it out on my own.  I bow before the Apple Community!
    James

    It is not an oversight on your part.. you cannot connect via SMB over the internet.. practically every ISP .. certainly any responsible ISP blocks the port otherwise just about every windows system on the internet would be fully exposed as people share folders without passwords.
    Use vpn .. that is the only secure way from windows.

  • When I tried to open Lightroom 5.4 today I got a msg that says "Lightroom encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix this problem the next time it lauches". What do I do? I get the msg each ti

    "Lightroom encountered an error when reading from its preview cache and needs to quit. Lightroom will attempt to fix this problem the next time it lauches". What do I do? I get the msg each time I try to open it.

    It isn't a file, it's a folder. It will have the same name as your catalog, but will have the extension data. It will be in the same folder along with your catalog. If you need to use the search feature to search for *.lrdata.

  • I run windows 7/8 and lightroom 5.7  i am getting an error message and here it is " lightroom encountered and error when reading from its preview cache and needs to quit". I am getting this message repeatly.  What do I need to do to fix it.

    I run windows 7/8 and lightroom 5.7  I am getting an error message and here it is  " lightroom encountered an error when reading from its preview cache and needs t quit"    How do I fix this.

    THANKS
    Hank Wilkinson
    Please visit my web site  <http://www.hankwilkinson.com/> www.hankwilkinson.com for the latest of my photos
    For information on any of these photos please email me or call 612-756-9970

  • Ightroom 5.7 "lightroom encountered an error when reading from its preview cache and needs to quit"

    I got this error message after start in Lightroom 5.7 "lightroom encountered an error when reading from its preview cache and needs to quit". It seems also catalog .lrcat disappears from disk. Also preview catalog .lrdata doesn't exists. So I try to reinstall Lightroom without success, I am still receiving the same error. How I can reset Lightroom to new catalog? I have backup of lrcat file, but I am not able to start Lightroom due to this error.

    It seems solved. I have copied backup .lrcat to Lightroom data directory and I still have received error mentioned above. But when I doubleclick on .lrcat file in Explorer the catalog have been opened without problems.

  • TS3833 I am receiving this error when syncing my ipod: iTunes could not copy "song name" to the iPod "name" because an unknown error occurred (-50).  I am using iTunes version 10.6.3.25. Why?

    I am receiving this error when syncing my ipod: iTunes could not copy "song name" to the iPod "name" because an unknown error occurred (-50).  I am using iTunes version 10.6.3.25. Why?

    Right click the filename that won't download and selsct 'Get Info'. Look at the file path, does it have a //?// in it? That is a problem with Amazon downloads that prevent iTunes from finding the file. Use 'Add Folder' to add the album to your library and try syncing it again

  • How to configure Mail to send from off-site

    I am trying to configure Mail on a laptop that will send and receive email both went it is connected to the servers ISP (on site) and when the laptop is connected to a non-site ISP. In other words when I am in the office I am connected to the ISP that is hosting my mail server. When I am out of the office and using an ISP that is not hosting the mail server. I have configured Mail such that I can send and receive email when I am onsite. When I am offsite I can receive email but not send it. In order to fix the problem I have tried configuring the SMTP to require password authentication using a couple of different server ports (i.e. 25, 110 & 587) but have been unable to send from off site. At this point I am at a loss as what to do. Any suggestions would be greatly appreciated.
    Mac Book Pro   Mac OS X (10.4.9)  
    Mac Book Pro   Mac OS X (10.4.9)  

    If the off-site ISP doesn’t let you send no matter what port you use, there is little, if anything, you can do about it. Many ISPs, however, only block port 25 for all traffic outside their own network. Something that usually works in those cases is changing the outgoing server port to 587 instead of 25 in Preferences > Accounts > Account Information > Outgoing Mail Server > Server Settings, but the outgoing server in question must listen to that port for this change to work.
    If the off-site ISP allows sending on port 587, but the outgoing server you want to use doesn’t listen to that port, you may solve the problem by using an independent authenticated SMTP server that allows sending from any mail account no matter where you are.
    A Gmail account, for example, would allow you to do this. Instructions for setting up a Gmail account are provided here:
    http://mail.google.com/support/bin/answer.py?answer=13275
    After setting up the Gmail account in Mail and checking that it works, you can use Gmail's SMTP server to send from your other mail accounts as well:
    1. Log into your Gmail account on the web.
    2. Go to Settings > Accounts.
    3. Enable the addresses you want to be able to send from, and let Gmail validate them by verifying that you do indeed own them.
    4. For each mail account you want to send from using Gmail’s SMTP server, in Mail go to Preferences > Accounts, and choose Gmail’s SMTP server from the Outgoing Mail Server (SMTP) popup menu.

  • Error when converting time stamp in date time time zone CST  in IC

    Hi Experts,
    We have recently upgraded from CRM 5.0 to CRM 2007. We are using IC WEB Employee interaction center.
    so when agent create service ticket in interaction center and close the ticket on same day we are getting an error saying Error when converting time stamp in date time time zone CST.
    we thought there may be problem while installing SAP CRM by basis team in time zone, but we did not find any problem.
    So please advice how to resolve this issue.
    Regards,
    Teja

    Hi Teja,
    I saw a similar message, and it was resolved by adding a timezone to the user profile defaults tab in SU3. I believe the system has been configured to convert between users' timezone and the system timezone, therefore it needs to know each users' timezone.
    Regards,
    Simon.

  • Error when syncing photos...

    Error when syncing photos. When I synchronize my IPad 1 (IOS 4.5.3) with Macbook (OS X 10.5.8) as I always do, an error saying that some pictures could not be synchronized because de IPad can not open those pictures!. Always copied from one device to another without problems! I use the latest version of ITunes. Thanks

    Try deleting the photo cache from your computer and then re-try the photo sync and see if they then copy over - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314

Maybe you are looking for

  • Ipad 2 dock - does it with anything other 30 pin devices?

    Hello I have an apple ipad dock (30 pin) which I used for an ipad2. Can this charge other 30 pin apple devices? I have tried an old  ipod nano but it doesn't fit. I wondered about older models of iphone or other ipod models. many thanks Susie

  • SQLJ+JSP

    hello sir i am using CMP EJB with SQLJ but my problem is when i use this code i am using this code in jsp page for login purpose to check login and password in login table #sql public context DefaultContext; SafeCon sa=new SafeCon(); ctxx =sa.init();

  • Can SDO_RELATE be used to join more than 2 tables?

    I'm trying to run a query like this: SELECT zip, sum(view1.column1), sum(view2.column2) FROM view1, view2, ZIP_CODES WHERE SDO_RELATE(view1.geoloc, ZIP_CODES.geoloc, 'mask=INSIDE')='TRUE' AND SDO_RELATE(view2.geoloc, ZIP_CODES.geoloc, 'mask=INSIDE')=

  • Help with refreshing applet

    If I recompile my applet and try to restart it in Netscape the changes do not take hold. I've tried refreshing and emptying the cache and even setting the cache to 0, but it won't run the new version of the program. The only way I can get it to work

  • Searching for images with have just a single keyword

    I have several thousand images, some of these images have one keyword (eg: fruit), others have multiple keywords (eg: apple, fruit) How can I display images that have only one keyword - I know I can exclude other keywords, but I don't want to exclude