Patch showing not installed but it is on the server

I have KB2904266 deployed on all my servers. On my compliance reports it is showing its missing on 17 servers. This patch was release in December 2013 and I can see that it was installed on the servers in January 2014 which lines up to what I have deployed
in my Software Update Group's deployment. I see some posts about similar issues but no resolution.
Any ideas would be helpful.
Thanks,
Matt


The ConfigMgr SDK contains an example (vbs) to re-send all state messages to the server. This might help. Or examine WMI on the client (UpdatesStore) if the state is / is not "installed".
Torsten Meringer | http://www.mssccmfaq.de

Similar Messages

  • Creative Cloud : Flash did not install but Application Manager says the program is "Up to Date"

    I tried to instal Flash via the Application Manager the other day, my laptop went to sleep during install and when I woke it back up again the installation had frozen. I closed the manager and rebooted my laptop. The application manager now says that Flash installed and is "Up to Date"
    But the application is not on my laptop... I looked in the adobe folder and there is nothing for flash. Searching comes up with no results.
    I've tried uninstalling and reinstalling the app manager but the same thing appears, I have no way to reinstall Flash. If you have any ideas please let me know!
    Thank you!

    Hi Jeff,
    I am having a similar issue. Application manager says these programs are installed: Ps, Ae, Dw, Sg, Pl, Creative Cloud, but only Air and Premiere show in the Programs and Features panel as having been installed. The directories are all there, too, under Programs, but the programs won't run (nothing on start menu or in the programs list from that).
    In addition, you say to uninstall the Application Manager, but it's not listed on the installed programs either. If I click on the downloaded file for it's intallation, it simply runs the program, as if it's already installed. Shouldn't it be under Progams and Features as an uninstallable program?
    So, first, how do I uninstall the Application Manager? I like the idea of using this simple interface, so would like to continue to use it again after re-install.
    Second, I would try manually installing the programs that are missing, but I don't know if that's safe considering the targeted directories are already full of files and data, as if they were installed, but didn't register properly with Windows to be able to be run.
    I am not blaming Adobe on this, by the way, but I suspect that, because it was taking so long to install all the listed programs, I left the computer on and went to sleep, and possibly some power-saving feature interrupted the installation progress. It's a brand-new, very fast laptop, a Lenovo Y500 with Windows 8, and I just don't know how to control everything on it yet.
    What to do?

  • [closed]Qemu showing not installed but it is

    Hi, I was installing libquestfs to enable me to retrieve data from a vmdk file. The install went fine but then stopped insisting that qemu be installed when it is. I have the version from extra installed, does anyone have an idea of how to show that it is indeed installed?
    thanks in advance.
    --jerry
    Pacman does see it as installed.
    questfs-browser was the original package that I attempted to install, it failed on the libguestfs portion.
    Last edited by jk121960 (2012-05-22 01:06:41)

    ok that worked much better but now libguestfs is whining about a help flag on qemu (-help) but the help flag is (-h) ?
    checking for qemu-kvm... no
    checking for qemu-x86_64... /usr/bin/qemu-x86_64
    checking that /usr/bin/qemu-x86_64 -help works... no
    configure: error: in `/root/Software/builds/libguestfs/src/libguestfs-1.16.20':
    configure: error: /usr/bin/qemu-x86_64 -help: command failed.
    This could be a very old version of qemu, or qemu might not be
    working.
    See `config.log' for more details
    this version of qemu is up to date it is in extra.
    Here is the portion of config.log that is from that part of the transaction.
    25484 configure:47080: checking that /usr/bin/qemu-x86_64 -help works
    25485 usage: qemu-x86_64 [options] program [arguments...]
    25486 Linux CPU emulator (compiled for x86_64 emulation)
    25487
    25488 Options and associated environment variables:
    25489
    25490 Argument Env-variable Description
    25491 -h print this help
    25492 -g port QEMU_GDB wait gdb connection to 'port'
    25493 -L path QEMU_LD_PREFIX set the elf interpreter prefix to 'path'
    25494 -s size QEMU_STACK_SIZE set the stack size to 'size' bytes
    25495 -cpu model QEMU_CPU select CPU (-cpu ? for list)
    25496 -E var=value QEMU_SET_ENV sets targets environment variable (see below)
    25497 -U var QEMU_UNSET_ENV unsets targets environment variable (see below)
    25498 -0 argv0 QEMU_ARGV0 forces target process argv[0] to be 'argv0'
    25499 -r uname QEMU_UNAME set qemu uname release string to 'uname'
    25500 -B address QEMU_GUEST_BASE set guest_base address to 'address'
    25501 -R size QEMU_RESERVED_VA reserve 'size' bytes for guest virtual address space
    25502 -d options QEMU_LOG activate log
    25503 -p pagesize QEMU_PAGESIZE set the host page size to 'pagesize'
    25504 -singlestep QEMU_SINGLESTEP run in singlestep mode
    25505 -strace QEMU_STRACE log system calls
    25506 -version QEMU_VERSION display version information and exit
    25507
    25508 Defaults:
    25509 QEMU_LD_PREFIX = /usr/gnemul/qemu-x86_64
    25510 QEMU_STACK_SIZE = 8388608 byte
    25511 QEMU_LOG = /tmp/qemu.log
    25512
    25513 You can use -E and -U options or the QEMU_SET_ENV and
    25514 QEMU_UNSET_ENV environment variables to set and unset
    25515 environment variables for the target process.
    25516 It is possible to provide several variables by separating them
    25517 by commas in getsubopt(3) style. Additionally it is possible to
    25518 provide the -E and -U options multiple times.
    25519 The following lines are equivalent:
    25520 -E var1=val2 -E var2=val2 -U LD_PRELOAD -U LD_DEBUG
    25521 -E var1=val2,var2=val2 -U LD_PRELOAD,LD_DEBUG
    25522 QEMU_SET_ENV=var1=val2,var2=val2 QEMU_UNSET_ENV=LD_PRELOAD,LD_DEBUG
    25523 Note that if you provide several changes to a single variable
    25524 the last change will stay in effect.
    25525 configure:47086: result: no
    25526 configure:47088: error: in `/root/Software/builds/libguestfs/src/libguestfs-1.16.20':
    25527 configure:47090: error: /usr/bin/qemu-x86_64 -help: command failed.
    25528
    25529 This could be a very old version of qemu, or qemu might not be
    25530 working.
    25531
    25532 See `config.log' for more details
    25533
    25534 ## ---------------- ##
    25535 ## Cache variables. ##
    25536 ## ---------------- ##
    your help is greatly appreciated.
    --jerry
    Last edited by jk121960 (2012-05-11 23:20:59)

  • How can I reinstall deleted free Apps which now show as installed but are not actually there?

    How can I reinstall free Apps that I have deleted (because ALL stopped working) which now show as installed but are not actually there?
    I loaded a bunch of free Apps (maybe too many?) right after I got my 4s yesterday, and at some point I noticed that none of the downloaded Apps would work. The screen would blink when I tapped the icons, but the Apps stopped opening. Resetting the phone didn't help, so I decided to delete all the Apps I had downloaded and start over.
    I can get the "Purchased" list to show up by pressing Updates button (is there another way?) but the show as "installed" in greyed-out letter, so I can't figure out how to get them back.

    Your iPad screens aren't completely filled up are they? If they are, you will only be able to find them using the search feature on the iPad.

  • My iphone not connected to my computer,it shows the message "this iphone can't be used.because the required software is not installed".but i already installed itunes 64 bit...help me

    My iphone not connected to my computer,it shows the message "this iphone can't be used.because the required software is not installed".but i already installed itunes 64 bit...help me

    does it show up in explore as a camera ?

  • Why my apps are not transferring from PC to iPhone 5? When I connected to PC the icon shows when I select apps it show 'will install' but it never show on iPhone, I re installed iTunes, deleted all apps and downloaded again but its not working pls help.

    Why my apps are not transferring from PC to iPhone 5? When I connected to PC the icon shows when I select apps it show 'will install' but it never show on iPhone, I re installed iTunes, deleted all apps and downloaded again but its not working pls help.

    Next time an app update gets stuck try a reset. Press and hold both the home and power buttons for10-15 seconds till the Apple logo appears. Then release both buttons. Wait till your iPad starts on it's own. Try now. Also YouTube is still available. If you can't find it the the app store go to the bottom of the app store page and tap purchased. All your deleted apps will be listed and you can reinstall YouTube from there.

  • Servers showing compliant even patches are not installed in the server

    Hi
    We are using SCVMM2012 and Patches are not getting downloaded on to the server even though in the report of complaince SCVMM2012  it says compliant, even patches are not instaled in the server.
    What should i do for the same.
    Thanks

    Please post the output of:
    dmesg -c
    modprobe e1000e
    dmesg

  • TS4209 Wi-Fi 1.0 patch will not install on a 10.7.4 Mac OSX even though the Wi-Fi loss bug is still there

    Hello all,
    The Wi-Fi 1.0 patch will not install on a 10.7.4 Mac OSX even though the Wi-Fi loss bug is still there, every now and then (the iMac does not detect any wi-fi network).
    Are there any other solutions regarding this issue ?
    kind regards

    I figured out the problem.
    This is going to sound a little crazy, but I've spent a lot of time on this one.
    There's some kind of incompatibility with Lion and Seagate ST31000340AS drives. I was trying to install Lion on these drives and it would consistently fail. I've also tried to use these drives in a RAID volume. No go. I tried three different drives of this model. All of them failed.
    I tried to install Lion on a Seagate ST31000528AS and it worked first time and sings beautifully.

  • Acrobat XI Pro shows as installed, but I can't find it anywhere in my list of programs to use it. What am I missing here?

    I purchased Adobe Creative Cloud. I chose to download and installs 4 of the apps including Acrobat XI Pro. All apps are working great except Acrobat Pro. It shows as installed, but I can't find it anywhere in my list of programs. What am I missing here?

    Hi Sz17111,
    Please follow the article: CC desktop lists applications as "Up to Date" when not installed which will help you to fix this issue.
    Let us know for any further query.
    Thanks,
    Ratandeep Arora

  • Hi i can not install itune. There are the error show " Could not open key: Unknown\Components\32A7D634EB632D11CABB00087CCFBB48\DAEC106DF4E2BBB458CC2CA9C46 E3A0C.

    Hi,
    i can not install itune. There are the error show
    " Could not open key: Unknown\Components\32A7D634EB632D11CABB00087CCFBB48\DAEC106DF4E2BBB458CC2CA9C46 E3A0C. Verify that you have sufficient access to that key. or contact your support personal.
    I have tried some soution from the similar case to uninstall itune and also related components already but finally the probelm still occured.
    Please you help to suggest me what can i do?  I need to restore my back up data to the new iphone as the previous one got stolen.
    BR,
    Sirorath A.

    Try the following user tip:
    "Could not open key: UNKNOWN\Components\[LongStringOfLettersAndNumbers]\[LongStringOfLettersAndNumbe rs]" error messages when installing iTunes for Windows

  • CC Apps showing not installed on Mac OSX 10.8.4

    Can't seem to find a solution for this – when viewing the CreativeCloud menu under Apps, it says 'You have not installed any applications yet" They were showing up a couple of weeks ago, but now shows not installed. I've installed the new AAM and restarted the Creative Cloud, no change. What I did notice is that some apps updated using AAM instead of the CC. I would rather not download the entire suite again to make this work – any help here?

    @mishmedia, the above solution is meant for Mac OSX.
    Widows 7 and 8 (64 bit):
    Rename OOBE to OOBE_old (it's in C:\Program Files (x86)\Common Files\Adobe.)
    Relaunch the browser.
    Go to https://creative.adobe.com/products/creative-cloud.
    Sign in with your Adobe ID and password and download the CC Desktop App.
    Windows 7 and 8 (32 bit):
    Rename OOBE to OOBE_old (it's in C:\Program Files\Common Files\Adobe).
    Relaunch the browser.
    Go to https://creative.adobe.com/products/creative-cloud
    Sign in with your Adobe ID and password and download the CC Desktop App.

  • I am on Windows XP. Updated to latest iTunes but it would not install. Tried again and the system hung. I did a restart and iTunes had completely vanished from my system. Tried to do a new install but it won't finalise. Can anyone offer any suggestions?

    I am on Windows XP. Updated to latest iTunes but it would not install. Tried again and the system hung. I did a restart and iTunes had completely vanished from my system. Tried to do a new install but it won't finalise. Can anyone offer any suggestions?

    OK, lets do a complete overhaul to make sure it's working ok.
    First to check your Windows system file for any corruption:
    Go to command prompt (START/ALL PROGRAMS/ACCESSORIES right mouse click "command prompt" and choose "Run as Administrator"
    type in
    sfc /scannow
    let Windows fix any system files that need to be repaired.
    Restart the computer.
    Start iTunes and see if it is ok.
    If it doesn't, will have to go through the whole process of uninstalling and installing acccording to the following steps:
    1. Go to Microsoft website to fix install and Unistall problems. Click "Run now" from Fix it to remove all iTunes & related installer files:
    http://support.microsoft.com/mats/Program_Install_and_Uninstall
    Be aware that Windows Installer CleanUp Utility will not remove the actual program from your computer. However, it will remove the installation files so that you can start the installation, upgrade, or uninstall over.
    2. You should remove all instances of iTunes and the rest of the components listed below:
    it may be necessary to remove all traces of iTunes, QuickTime, and related software components from your computer before reinstalling iTunes.
    Use the Control Panel to uninstall iTunes and related software components in the following order:
    iTunes
    QuickTime
    Apple Software Update
    Apple Mobile Device Support
    Bonjour
    Apple Application Support (iTunes 9 or later)
    (Referenceinstructions from Apple article listed here: http://support.apple.com/kb/HT1923 to remove all components)
    3. Reboot your computer. Next, download iTunes from here:http://www.apple.com/itunes/download/ and install from scratch

  • C8180 error says two side print module not installed but i have used it before

    my c8180 printer error says two side print module not installed but i have used it before.i reinstalled printer with cd but did not help. Jean

    What operating system? The duplexer typically must be enabled (just once...) in the driver to make it available.  Enable the duplexer as shown in the Vista/Win 7 Duplex Printing Troubleshooting Guide here.
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • App shows as installed but it isn't.

    Did a clean install, redownloaded apps, this particular app shows as installed but it isn't. Any advice?

    Interesting.  It was 24th January last year when I bought my App Store 09 version. (My first foray into the App Store). 
    I don't remember whether it updated the original or replaced it but the only version in my App folder is 09, so it must have been the latter.   Thanks for the star.

  • One or more field types are not installed properly. Go to the list settings page to delete these fields.

    Hi Team,
    I have created Administrator -approved Infopath form template to my site and activated same template in CA.
    I have used this template in one of my Form library and i can able to submit the Form with success to the library.
    when i click "View Item" or "Edit Item" of the form it throws , "One or more field types are not installed properly. Go to the list settings page to delete these fields." error message.
    I have refered my log files also but there is no useful information in that, please find my logs for your reference.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Logging Correlation Data      
    xmnv
    Medium  
    Site=/sites/Prototypes
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Monitoring                    
    b4ly
    High    
    Leaving Monitored Scope (PostResolveRequestCacheHandler). Execution Time=8.51588679566816
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8kh7
    High    
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8sl1
    High    
    DelegateControl: Exception thrown while adding control 'ASP._controltemplates_publishingconsole_ascx': One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    General                       
    8kh7
    High    
    One or more field types are not installed properly. Go to the list settings page to delete these fields.
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Runtime                       
    tkau
    Unexpected
    System.Runtime.InteropServices.COMException: One or more field types are not installed properly. Go to the list settings page to delete these fields.   
    at Microsoft.SharePoint.Library.SPRequestInternalClass.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEARRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback,
    ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)    
    at Microsoft.SharePoint.Library.SPRequest.GetListItemDataWithCallback2(IListItemSqlClient pSqlClient, String bstrUrl, String bstrListName, String bstrViewName, String bstrViewXml, SAFEA...
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Runtime                       
    tkau
    Unexpected
    ...RRAYFLAGS fSafeArrayFlags, ISP2DSafeArrayWriter pSACallback, ISPDataCallback pPagingCallback, ISPDataCallback pPagingPrevCallback, ISPDataCallback pFilterLinkCallback, ISPDataCallback pSchemaCallback, ISPDataCallback pRowCountCallback, Boolean& pbMaximalView)
    w3wp.exe (0x2D7C)                       
    0x3790
    SharePoint Foundation         
    Monitoring                    
    b4ly
    Medium  
    Leaving Monitored Scope (Request (GET:http://test-sharepoint:80/sites/Prototypes/TRT/TRTLibrary/Forms/EditForm.aspx?ID=47&Source=http%3A%2F%2Ftest%2Dsharepoint%2Fsites%2FPrototypes%2FTRT%2FTRTLibrary%2FForms%2FAllItems%2Easpx&RootFolder=%2Fsites%2FPrototypes%2FTRT%2FTRTLibrary&ContentTypeId=0x01010100E7EE25E5A6898C4587A6B52C808EF03300FD54861D587A7E43BA3E2E6D392A3526&IsDlg=1)).
    Execution Time=32.443369199158
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    8jg2
    Medium  
    ResourceManager.PerformCleanup: Disk Manager: CurrentSize=0.
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    5pbr
    Medium  
    ResourceManager.EvictUnusedItems: Disk Manager: Going to evict unused items. CurrentSize: 0.
    w3wp.exe (0x08E4)                       
    0x2C58
    Access Services               
    Data Layer                    
    5pbs
    Medium  
    ResourceManager.EvictUnusedItems: Disk Manager: After unused items eviction. CurrentSize: 0 
    Diff:0.
    w3wp.exe (0x2D7C)                       
    0x0774
    SharePoint Foundation         
    Topology                      
    e5mc
    Medium  
    WcfSendRequest: RemoteAddress: 'http://test-sharepoint:32843/4ac2daef5ffe4850be08bd7bbebb5ac2/MetadataWebService.svc' Channel: 'Microsoft.SharePoint.Taxonomy.IMetadataWebServiceApplication' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:dcba94c3-2764-428c-b44f-60e703328ceb'
    w3wp.exe (0x08E4)                       
    0x2E24
    SharePoint Foundation         
    Topology                      
    e5mb
    Medium  
    WcfReceiveRequest: LocalAddress: 'http://test-sharepoint.anca.com.au:32843/4ac2daef5ffe4850be08bd7bbebb5ac2/MetadataWebService.svc' Channel: 'System.ServiceModel.Channels.ServiceChannel' Action: 'http://schemas.microsoft.com/sharepoint/taxonomy/soap/IDataAccessReadOnly/GetChanges'
    MessageId: 'urn:uuid:dcba94c3-2764-428c-b44f-60e703328ceb'
    Jeeva

    Hello,
    Is there any other content type on library or check if there is any duplicate column? Could you please also show us your library columns detail? (pic is also fine of lib settings page)
    If you have any ""Property Promotion" column then SP create those columns as site column and associate them with this template so check "Allow management of content types" for that form library as well.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

Maybe you are looking for

  • Availabili​ty of FIOS Service in NE DC

    I recently moved into a new townhouse community in Dec. 2011. Shortly thereafter, Verizon contractors visited the site to install the underground wires and outside boxes necessary for Verizon FIOS service. I contacted customer service sometime in lat

  • Credit Management with Letter of Credit.

    Hi Gurus, We need to consider the "Letter of  Credit"  amout in credit management. ie. if there is LC created on customer worth Rs. 5lacs, system should not block the sales order unless 5 lacs is consumed. Pls suggest any workarounds. Reg. Amol

  • Create request template in OIM11g

    Hi Friends, I have created request template in OIM11g and I created it for user creation and assigned a manager for approval. After I finish the user creation task and as the user is approved by the manager. The user status in Approved but I m not ab

  • "File is damaged and could not be repaired"

    I was working in Illustrator CS5 on a new iMac with OS X on some of the exercises in the Illustrator Classroom in a Book. I saved the file, emailed it to myself as an attachment, then tried opening the emailed file with Illustrator CS5 on a Windows 7

  • How to open ipad 3 sim tray

    I cannot open the SIM card tray of my ipad 3 wi-fi+4g.Can u pls suggest the way of opening it.