Installer evidence typically contains a property that indicates where a product has been installed, known as the InstallLocation property. You can find the InstallLocation for an application in the inventory device's NDI file or by querying specific tables in the inventory database.
Find an InstallLocation using the NDI file
If the FlexNet Inventory Agent detects the InstallLocation property for an application, you will find it in the NDI file.
<Package Name="IBM InfoSphere Change Data Capture Replication
Engine Update (Sybase)" Evidence="IA" Version="10.2.0.0"
InstallDate="20140313T122900">
<Property Name="InstallLocation" Value="/CDC/
ReplicationEngineforSybase"/>
<Property Name="Publisher" Value="IBM Corporation"/>
Find an InstallLocation in the inventory database
You can also find the InstallLocation property by running the following query in your inventory database.
Use FNMSInventoryYou can build on this query if you need to find the location of specific devices. In the example below, several relevant tables are joined using the computerID value of the device, the softwareID, and the softwareoccurenceID. They are then filtered by application and device name.
Select * From SoftwareProperty WHERE Property LIKE
'InstallLocation'
--use SoftwarePropertyID in the following query:
Select * From SoftwareValue WHERE SoftwarePropertyID =
<SoftwarePropertyID>
Use FNMSInventory
Select * From SoftwareProperty WHERE Property LIKE
'InstallLocation'
--use SoftwarePropertyID in the following query:
select c.ComputerCN as 'Inventory device', sv.SoftwareName as
'Application Name', sw.Value as 'Install location' from computer c
join SoftwareOccurrence so on c.computerID=so.computerID
join SoftwareVersion sv on so.softwareID=sv.SoftwareID
join SoftwareValue sw on so.softwareoccurrenceID=
sw.SoftwareOccurrenceID
where SoftwarePropertyID = <SoftwarePropertyID> and
sv.SoftwareName like '%application%' and
c.computerCN = 'devicename'
Related Articles
Managing Oracle Universal Installer (OUI) evidence gathered by the FlexNet inventory agent 130Number of Views What data does the FlexNet inventory agent gather as file and installer evidence? 116Number of Views Import from Tanium may fail with error: "Could not find intermediate file for procedure Evidence, step 119 with name 'Get … 11Number of Views What is "IA" (InstallAnywhere) Evidence? 73Number of Views Installer evidence about applications that were installed in the past but are no longer installed is imported from ILMT/Bi… 6Number of Views
Hi, I am Reva - Ask me anything.
No new updates
Thanks for the feedback!
Your feedback has been saved.Rate this response:
Add Additional feedback ( Optional )
Are you sure you want to cancel
the case creation?
Are you sure you want to cancel the case creation?
Are you sure you want to close this case
| Products | Region | Phone Numbers |
|---|---|---|
| FlexNet Operations FlexNet Embedded FlexNet Publisher FlexNet Connect FlexNet Code Insight InstallAnywhere InstallShield |
North America * |
+1 630-332-2513 (toll) +1 877-279-2853 (toll-free in North America) |
| Europe * |
+44 1925 944367 (toll) +44 800 047 8642 (toll-free in Europe) |
|
| Japan * | +81 3-4540-5335 (select option 2) | |
| Australia * |
+61 3 9895 2177 +61 1800 560 603 (toll-free in Australia) |
|
|
Usage Intelligence (formerly
Revulytics) Compliance Intelligence |
Please use the Case Portal to submit your support ticket or reach out to your Revenera contact. | |
Revenera Assistant
Case id: 00001065
Activity: Status change: 2 hours ago