發問發問
 

已答覆How do I display application per server?

  • Monday, 18 May, 2009 14:50Eranatwork 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    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

解答

  • Thursday, 21 May, 2009 15:44Jay SaulsMSFT使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    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. 

所有回覆

  • Thursday, 21 May, 2009 9:11Eranatwork 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    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
  • Thursday, 21 May, 2009 15:44Jay SaulsMSFT使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     已答覆
    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. 

  • Wednesday, 3 June, 2009 13:09Eranatwork 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     
    Hi Jay,
    When will version 4.0 will be released?
    thanks
  • Wednesday, 3 June, 2009 14:53Jay SaulsMSFT使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

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