Formula una domandaFormula una domanda
 

Con rispostaHow do I display application per server?

  • lunedì 18 maggio 2009 14.50Eranatwork Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Hi,
    When running a Windows 2008 server assesment, simply to inventory systems, I get a summary of the installed applications. I know that in the database the information is collected on a per server basis (but it is matched with a UID instead of the server name). My question is how can I display the applications installed on a per server basis or simply put, could anyone provide the required SQL query to perform this?
    Thanks in advance
    Eran

Risposte

  • giovedì 21 maggio 2009 15.44Jay SaulsMSFTMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Con risposta
    Yes, there's a lot of data there that's not in the reports.

          relies on Win32_Product WMI class, which depends on the Windows Installer Provider for WMI being installed on the target machine.  For x64 machines and server machines, this component isn’t installed by default: http://msdn.microsoft.com/en-us/library/aa392726(VS.85).aspx#windows_installer_provider

    In version 4.0 of MAP, we’ve rewritten that part of inventory to bypass Win32_Product and interrogate the registry directly to get this data.  So if an application (such as Oracle, for instance) registers itself in the MSI database, then it should show up in a MAP 4.0 report regardless of whether the Windows Installer provider is on the target or not. 

Tutte le risposte

  • giovedì 21 maggio 2009 9.11Eranatwork Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Well, I took a deeper look into the SQL db of maps and found a few things.
    First, I foudna pretty easy way to perform the SQL query using simply Access 2007.  if anyone wants details I will provide them.
    Second, I found that the DB contains much more info than is displayed in the reports. For instance, the SQL assesment is performed any way and the info is in the DB. the assesment is only used to display the info in a comfortable way in an excell sheet but the info itself is there even if you simply run the inventory.
    So wjat I have to say is simply look deeper in the db. it is very surprising.
    enjoy
    Eran
  • giovedì 21 maggio 2009 15.44Jay SaulsMSFTMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     Con risposta
    Yes, there's a lot of data there that's not in the reports.

          relies on Win32_Product WMI class, which depends on the Windows Installer Provider for WMI being installed on the target machine.  For x64 machines and server machines, this component isn’t installed by default: http://msdn.microsoft.com/en-us/library/aa392726(VS.85).aspx#windows_installer_provider

    In version 4.0 of MAP, we’ve rewritten that part of inventory to bypass Win32_Product and interrogate the registry directly to get this data.  So if an application (such as Oracle, for instance) registers itself in the MSI database, then it should show up in a MAP 4.0 report regardless of whether the Windows Installer provider is on the target or not. 

  • mercoledì 3 giugno 2009 13.09Eranatwork Medaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     
    Hi Jay,
    When will version 4.0 will be released?
    thanks
  • mercoledì 3 giugno 2009 14.53Jay SaulsMSFTMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utenteMedaglie utente
     

    Beta should be avaialble mid-June.  You'll see announcements here....