Software Updates, multiple SAME search criteria ?

Hi
Does anyone know if you can have multiple SAME Software Update Search search criteria? 
For example if I add the same search criteria twice I will get the OR and not
AND criteria that I want. How would I go about doing that?

Same question as the original poster. What I'm trying to do is setup a search to work like this:
Bulletin ID contains "MS"
AND Expired No
AND Title does not contain "Itanium"
AND Title does not contain "IA64"
Using the default "OR" ends up showing both of the criteria that I am trying to filter out
Can you just add multiple lines of text with some sort of delimiter on the filter line?  I've tried ,  and ; but neither work

Similar Messages

  • HT1338 my mac needs updating-currently 10.5.8, but when i click on software update and it searches it says there are no software updates? any help please

    I updated my iphone to IOS 6 which means i also need to update my itunes. When i tried to do this it said I need to update software but when I click on software update, it searches and then says no updates available. Can anyone help me please? thankyou very much

    10.5.8 is the final version of Leopard. After that you need a paid-for upgrade to Snow Leopard - if your Mac can run it:
    Requirements for OS X 10.6 'Snow Leopard'
    http://support.apple.com/kb/SP575
    Whilst Apple have withdrawn Snow Leopard from download, you can still get it from Apple by calling 1-800-MY-APPLE (if you are in the USA) and they will supply the SL DVD for $30.  You can also purchase the code to use to download Lion from the same number.
    If you are outside the US call your national Apple Helpline:
    http://support.apple.com/kb/HE57
    If you're in the UK, use this number: 0871 508 4400
    When you have installed it, run Software Update to download and install the latest updates for Snow Leopard.

  • Software updater multiple errors??

    I tried to complete a software update last night and ended up with "The update "Mac OS X Update" can't be saved. You are not connected to the internet", but I always am AND the HP printer updated completed. I also cannot install the new iTunes update. I get this error: "The update "iTunes" can't be installed. An unexpected error occurred".
    I currently have iTunes 10.2 and Mac OS X 10.6.6 installed.
    I did invest in MacKeeper and am wondering if using that program deleted something?
    I ran Disk Utility from the OS X CD and repaired the disk before trying this update already, so I do not know what to do.
    Please help.

    It is entirely possible. Ask MacKeeper if their software might block updaters, and how to turn that blocking off. Or go to http://www.apple.com/download to grab the update.

  • Bridge search criteria doesn't find files but the exact same criteria finds files in the Finder

    I am wondering if anyone has been having the same problem that I have been having. I can't seem to get any results back from the Bridge when I create a smart collection but when I enter the exact same criteria in the Finder I get lots of results. I took a screen shot of both programs if any one can catch something I am doing wrong. To me it looks exactly like the same search criteria in both apps.
    Here are the screen shots:
    http://www.facebook.com/album.php?aid=46061&id=613761505&ref=mf

    Hi Holly,
    I've been doing a lot of reading on and off and my office just decided to get a server and either extensis portfolio, or canto cumulus, both are software packages that have been designed from the beginning to do exactly what we want.
    The drag is that they are expensive, but I was spending so much time trying to tweak out bridge and trying different scripts and blah blah blah, that I wasn't taking pictures, so that's what we decided to go with.
    I've worked with Canto Cumulus in another job and it is really great, some people told me to check out extensis so I'm looking into both right now.
    Sorry, but that's the best solution for us, just use something else instead of bridge for the network.

  • Unable to connect to software update

    New mac pro, has been unable to connect to software update, multiple attempts over past 3 days. Other browser problems listed in other thread, but this is the most concerning at the moment. Linksys wireless, DSL modem, Cisco router. Airport extreme card (I installed)

    Linksys wireless
    Do you show an active wireless connection in the Menu Bar (fans are lit)? If not, check your Extreme Card to make sure the physical installation is correct.
    On the Network end: Linksys is not a good wireless unit for the Mac Platform. Not very good support.
    To make the best of it: Make sure you have the latest firmware installed for the Linksys unit. Same for the Cisco router.
    Here's some suggestions specific to the Network Panel:
    Go to the System Preferences>Network panel
    - Location - set up a personal location by clicking on the drop down menu and selecting "add a location". Use a name familiar to you. Once established, select "apply".
    - Next, click on the "Show" drop down menu and select Network Port Configurations. Only Airport ought to be checked, unless you are using a Bluetooth device. Move it to the top of the list (you can drag it). Select "apply".
    - Back to the "Show" menu>Airport. Click on the TCP panel. There, enter 208.67.222.222 and
    208.67.220.220 (separate lines) in the DNS servers box, or try the Verizon codes of 4.2.2.1 and 4.2.2.2 and select "apply".
    Creating a personal location, plus adding the DNS codes seems to speed things up. Otherwise, the "automatic" function has a tendency to "search" for available locations.
    In the Finder, go to your Utilities folder and select "Terminal". Once the screen is open enter lookupd -flushcache and press return. This clears out the DNS cache. Once done, quit Terminal.
    Post back

  • Software Update fails repeatedly, loses PPPoE

    MacBook Pro, 10.6.8, AirPort Extreme router, AT&T DSL.
    Trying to update software in last two days has failed within seconds every time I click "install [x] item[s]".  Other internet access is fine, and I've made no changes to my router, modem, or DSL service -- all of which have been in place for many months. Downloading songs from iTunes and PDFs from websites works. My iPod Touch seems fine.
    Shortly after I start a download from Software Update, progress on the current file stops, my AirPort "time connected" monitor freezes then disappears, and eventually Software Update says it couldn't complete the download.  The AirPort icon shows "Looking for PPPoE host" then "Connected via PPPoE" and the time monitor reappears and starts counting again.  However, when I restart the download in Software Update, the same thing happens again.
    Using advice on apparently related topics, I tried adding OpenDNS servers in my Network config, but it made no visible difference.
    (Note: I also lose the PPPoE connection when waking up the laptop, but that's intermittent and I can recover manually if necessary.  This Software Update failure is consistent, completely repeatable, and an apparent dead end.)

    Downloaded and applied the firmware patch directly - on the second attempt it did actually succeeded.
    Not sure why this has been such an issue as all other software applies without issue. Any way if you have this issue search the support site for the firmware download and apply yourself.

  • Get search criteria from query panel with table

    hi guys,
    i have a query panel with table that i created from a VO.
    i use the all queryable attribute in the generated DataControl.
    i hv a requirement to update the database value with the same search criteria with the query panel.
    but i want the submitted search criteria, not only written in the query panel criteria.
    i'm using JDEV & BPM 11.1.1.6
    i've already tried to get the criteria using
    QueryModel queryModel = getQueryPanel().getModel(); 
    QueryDescriptor queryDescriptor = queryModel.getSystemQueries().get(0);             
    ConjunctionCriterion cc = queryDescriptor.getConjunctionCriterion();
    for(int i=0;i<cc.getCriterionList().size();i++){
         AttributeCriterion ac = (AttributeCriterion)cc.getCriterionList().get(i);
         System.out.println("DEBUG LABEL : " + ac.getAttribute().getLabel());
         System.out.println("DEBUG VALUE : " + ac.getValues().get(0));    
    }        but it only get the value that filled in the search criteria input text, not the criteria that already been searched and viewed in the table
    my other question is, can i override the search button function ? so i can add a custom method to save the search criteria to my temporary variable.
    thanks
    Edited by: Juw on May 29, 2013 2:05 AM

    Is this https://blogs.oracle.com/jdevotnharvest/entry/how-to_tell_the_viewcriteria_a_user_chose_in_an_afquery_component or http://www.learnoracleadf.com/2013/05/programatic-handle-to-adf-query.html what you are looking for?
    Timo

  • Hi, My G4 powerbook has stopped receiving software updates.

    For months then I go to the software update area, it searches and then says no updates available. I can't even update the software for itunes/iphone so now everything is ridiculously out of date and iphone and itunes desperately need updating. No error messages about disc space etc. Any ideas? I've had this laptop for years and it's never done this before. Thanks in advance

    I get the same thing on all our G4s running Tiger, including a PowerBook. To me. that means that Apple has stopped updating Tiger and stopped doing harware updates for machines that are now over five years old.
    I would not worry. All ours run fine. Think of it as you PB being "fully matured."

  • I have a maginon film scanner bought from ALDI. It works with windows but with OSX Maverick software it keeps crashing as soon as I try and capture an image. I cannot find details of software updates anywhere.

    I have a maginon film scanner bought from ALDI. It works with windows but with OSX Maverick software it keeps crashing as soon as I try and capture an image. I cannot find details of software updates anywhere.

    Same question answered here : https://discussions.apple.com/thread/5762314?tstart=0
    I just popped in with using Mavericks (I got rid of my MBP about a year ago, and just got another one when I got an Air for my wife) and noticed that Mavericks is not working and playing well with a couple of programs I already owned (Paraellels, for example...yes, I spelled it wrong...).  I looked for maginon.com and it didn't exist, nor was my google search directed to another location for them, so I postulate that the device may not be in production anymore, thus: no driver updates from the manufacturer.
    From my mac-noob-layman's perspective: get some vmware, run windows and use the scanner in your virt machine to capture your images.  Put the images in your mac side and work your mac magic on them there.
    Peace

  • SoftWare Update NONFUNCTIONAL

    I originally posted at the end of EmDeeH's posting of 4/6/07. On the suggestion of Jpfresno, I am now initiating a new topic.
    I last successfully ran the Software Update application on 3/18/07 @ 10:07 AM when it installed iTunes 7.1.1, iPhoto update 6.0.6, and Mac OSX update 10.4.0 (Power PC).
    Since that update I have been unable to run Software Update. About 1/4 of the way through the progress bar, the progam crashes with the message that "the application Software Update unexpectedly quit." The options are the buttons: reopen [yields the same crash result], report [which I've done] and close [the only workable, if unacceptable option.]
    I will summarize what actions I have taken based on information learned from
    the EmDeeH thread.
    Actions taken in sequence:
    1. Restart Computer
    2. Repair permissions using Apple Disk Utility. Verify disk using Apple Disk Utility [Volume passed verification].
    3. Restart computer using different Start-up Volume.
    4. Run Apple Disk Utility.
    Passed verification. Repair: no repairs were necessary.
    Permissions: Remissions repair complete. The privleges have been verified or repaired on the selected volume.
    5. Remove to Trash 3 files: com.apple.softwareupdate.plist
    6. Empty Trash [securely].
    7. Restart computer.
    8. Run Software Update. Same crash experience.
    9. Restart computer.
    10. Run Micromat Tech Tool Deluxe. No repairs necessary.
    I then took the advice of Jpfresno to shut everything down and unplug. . . . . go for a walk . . . . restart after delay.
    SoftWare Update again crashes.
    How do I go about reverting to Mac OS 10.4.8? I have tried to reinstall the MacOS 10.4.9 update by downloading from apple.com. When the installer opens it asks to choose a destination volume. The icons for my volumes [HD and LaCie backup hard drive] display a red exclamation point indicating that they can not be used as a destination. I did remove a library receipt for the 10.4.9 pkg to see if that would allow me to reapply the update but it didn't work.
    I would greatly appreciate any advice, fixes, etc.
    Thanks for your suggestions Jpfresno . . . . . they just didn't do the trick.
    TRANSLATOR
    1.8 GHz Power PC G5   Mac OS X (10.4.9)  

    First, check out the following: http://docs.info.apple.com/article.html?artnum=106695. If this doesn't help resolve the problem then you can reinstall OS X using Archive and Install which will not erase the hard drive:
    How to Perform an Archive and Install
    1. Be sure to use Disk Utility first to repair the disk before performing the Archive and Install.
    Repairing the Hard Drive and Permissions
    Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Installer menu (Utilities menu for Tiger.) After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list. In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive. If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior (4.0 for Tiger) and/or TechTool Pro (4.5.2 for Tiger) to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Do not proceed with an Archive and Install if DU reports errors it cannot fix. In that case use Disk Warrior and/or TechTool Pro to repair the hard drive. If neither can repair the drive, then you will have to erase the drive and reinstall from scratch.
    3. Boot from your OS X Installer disc. After the installer loads select your language and click on the Continue button. When you reach the screen to select a destination drive click once on the destination drive then click on the Option button. Select the Archive and Install option. You have an option to preserve users and network preferences. Only select this option if you are sure you have no corrupted files in your user accounts. Otherwise leave this option unchecked. Click on the OK button and continue with the OS X Installation.
    4. Upon completion of the Archive and Install you will have a Previous System Folder in the root directory. You should retain the PSF until you are sure you do not need to manually transfer any items from the PSF to your newly installed system.
    5. After moving any items you want to keep from the PSF you should delete it. You can back it up if you prefer, but you must delete it from the hard drive.
    6. You can now download a Combo Updater directly from Apple's download site to update your new system to the desired version as well as install any security or other updates. You can also do this using Software Update.
    Why reward points?(Quoted from Discussions Terms of Use.)
    The reward system helps to increase community participation. When a community member gives you (or another member) a reward for providing helpful advice or a solution to their question, your accumulated points will increase your status level within the community.
    Members may reward you with 5 points if they deem that your reply is helpful and 10 points if you post a solution to their issue. Likewise, when you mark a reply as Helpful or Solved in your own created topic, you will be awarding the respondent with the same point values.

  • Software update hangs after upgrading to Lion

    Just recently upgraded to Lion, mostly without any glitches but upon starting up iTunes I was presented with a dialog box indicating that the version of iTunes was "too new" (I think) and suggested I used Software Update to install a Lion compatible one. So I did. Went to Software Update and clicked on "Check Now" and waited. Task bar moved from left to right to indicate activity and progress but then it stopped at about 4/5 of the way to completion. And that's where it stayed! Canceled and tried again but same outcome. Rebooted and tried again, same outcome. Downloaded and installed the Lion friendly version of iTunes which installed ok, tried Software Update. Same outcome. Anybody out there have the same problem? A solution? Would be great to here from anyone who can help.

    Me too. I'm running a mid-2010 Mac Mini with 8GB RAM.
    The first couple of times when I tried using the Software Update app, I coudn't get the download to begin; after I clicked the Agree button, the dialog box closed, but the download never started. The Software Update app was still running, just not doing anything. I'd close the app and tray again with the same results.
    Today I tried and the download did download and started to install. When it reach the 'Registering components' stage near the end, it appeared to hang at around 98% complete.
    Because I was doing onther stuff on my computer, I let it sit there for about 40 minutes. Then, all of a sudden, it finished the install. I've opened iTunes and the 'About' box tells me I'm running iTunes 10 .4 (80) 64-bit.
    So, try again and be patient.

  • Cannot Install Software Update after a Clean Install

    I did a clean install of 10.5. I ran the initial Software Update and proceeded to install all the available updates including Version 10.5.4. I installed some software and later did another Software Update check. There were 2 more updates available.
    Java for Mac OS X 10.5 Update 1 adds support for Java SE 6
    Security Update 2008-005 (Leopard)
    I rebooted the iMac as requested and the Software Update window appeared. I checked both updates and proceeded. The progress bar proceeded about 1/8 of the way with the message Installing 2 items.... Configuring Installation. This appeared to hang there and I left it running overnight. When I looked at it again, the progress bar had not moved. I then tried each one separately, still using the Software Update. Same problem only that the Java update showed the progress bar 1 / 2 the way and is hanging there.
    I verified the disk and it was okay. I have used the iMac for almost 2 years and have never had a problem with the Software Update.
    Here is the last entry in the install log which seems to indicate the install was done, but the Software Update Window is still there with the "Installing 1 Item" message and I cannot stop the process or force quit it.
    Any help or suggestions would be appreciated.
    Sep 9 07:52:25 master-accounts-imac Software Update[142]: Running install actions
    Sep 9 07:52:25 master-accounts-imac Software Update[142]: Processing JavaSE6:
    Sep 9 07:52:25 master-accounts-imac Software Update[142]: Determining files to install
    Sep 9 07:52:26 master-accounts-imac Software Update[142]: It took 0.36 seconds to create the install plan for JavaSE6.
    Sep 9 07:52:26 master-accounts-imac Software Update[142]: Configuring deferred files
    Sep 9 07:52:26 master-accounts-imac Software Update[142]: Assembling temporary receipt
    Sep 9 07:52:26 master-accounts-imac Software Update[142]: Performing pre-extraction actions
    Sep 9 07:52:26 master-accounts-imac Software Update[142]: run preinstall script for JavaSE6
    Sep 9 07:52:30 master-accounts-imac installdb[174]: done. (0.005u + 0.003s)

    I guess I should be careful how I word my posts.
    I should have said I resolved the problem that I had. The solution to the problem was to do a manual download of the updates. That worked without a hitch and while solving the immediate problem did not help me understand why automatic updates failed to properly install the identical files.
    a brody
    It is a relatively new iMac purchased from Apple in early 07. Yes, it was a a Retail Version of OS X 10.5 that I purchased when I upgraded 10.4, I have seen this problem many times in Windows, but never experienced it in the almost 2 years of mac usage. I guess I am not the only one having problems as there is a similar post made several hours after mine.

  • Macbook won't install the software update from version 10.6.8

    Hi folks. I've tried this software update multiple times and now I find out that I can't extend my AppleCare warranty after it expires. So I'm hoping that someone else has had this problem. Basically the software update proceeds as usual, the computer restarts and just as you think everything is fine, the message 'There was a problem installing this software update. Quit all open applications and try updating again. If the problem contines, contact Apple support.' ANY help greatly appreciated. Many thanks

    Hi..
    See if you can download and install the combo > Mac OS X 10.6.8 Update Combo
    And make sure there's enough free space on the startup disk.
    Right or control click the MacintoshHD icon. Click Get Info. In the Get Info window you will see Capacity and Available. Make sure there's a minimum of 15% free disk space.

  • Can't perfor software update

    I have an iPad Air and can easily get to the AppStore with my login and passcode no problem. However, when I try and perform a software update, that same passcode does not work. Please don't suggest a complete factory reset where I lose all my data. That's a last resort. Is there no way to change my passcode?
    Thanks

    You can preform a DFU restore.
    Follow my steps:
    - power down your iPad
    - Hold down the home button and don't let go
    - Plug the iPad to your computer
    - Do not let go the home button
    - ITunes will prompt you that the iPad is recovery stage
    - Restore your iPad
    You should be all set and updated issue free.
    Cheers!

  • Software update to nested directories?

    like many people, i like to make subdirectories in my /Applications directory (e.g. /Applications/Studio, /Applications/DesktopPublishing, etc.)
    so the problem i encounter all the time is that the Apple Software Updater doesn't search the nested directories. is there any way to change its behaviour so it searches at least one more level from the /Applications level? it's annoying to have to bring, say iPhoto out one level to get the software updater or installer to work!!

    No easy one that I know of. You're better off just leaving the Apple apps where Apple installs them.

Maybe you are looking for

  • A Problem with Backup in Elements 10

    Yesterday, while cleaning up my 47,000+ image catalog getting ready to convert it into v12, it re-opened in File Manager mode and at a specific XML document.  That was the first timeI had ever had PSE open at an XML file (nothing showing in the well

  • How to go back to Firefox 3

    I am not happy with Firefox 4 and want to go back to the previous Firefox version. I have several addins that no longer work. My tabs are no longer saved on exit. And it now looks more like IE and that was not a plus in my book. I like the uniqueness

  • Linking to specific place in newsletter

    Hello: I am trying to find out how to link from an email digest to a specific place in our newsletter. The newsletter page will have several stories on it, which can be read by scrolling down. I would like to email a digest with brief synopsis of the

  • Insert a div box background for one document only while using external CSS style sheet.

    I am trying to set a background image in one of my div boxes, but because I am using an external style sheet it changes it in all my documents. How can I do it with just this one page? Preferably in design mode.

  • Server 2012 R2 password policy

    None of the users on the domain are capable of changing their passwords. the group policy appears to be pushing out the correct policy settings which are: 24 passwords remembered max password age: 60 days min password age: 30 days  min password lengt