Extracting a list of manufacturers
In order to identify a list of software and software manufacturers navigate to the Reports - All Applications report.
When viewing the All Applications report you can export the list via submenu shown below:
To see a list of all manufacturers navigate to Applications – Application Manufacturers. When viewing Application Manufacturers, you can select to export the list by right-clicking on the table and selecting your preferred export option:
Locating manufacturers from a country
If you are looking to locate a list of manufacturers located in a particular country one way that you may able to locate them is by using a select statement against your Snow database based on the manufacturer website. To do this:
- Lookup the domain name extension for the website region.
- For example for Russia the domain name extension is .ru.
- Run the select statement for the required domain name extension:
select * from tblManufacturer where Website like '%.<insert extension>/%' or website like '%.< insert extension>"
-
- For example:
select * from tblManufacturer where Website like '%.ru/%' or website like '%.ru'"
Example shown below when using a Snow Management and Configuration Center (SMACC) Filter: (not exportable)
The tblManufacturer table shows all manufacturers but you can cross-reference this with the installations table to see which installations you may have from the manufacturers. An example SQL Query:
with manufacturers as ( select * from tblManufacturer where Website like '%.ru/%' or website like '%.ru') select ch.cid, a.name, m.name, m.website, ch.i as installations, ch.m as lastcompliance from manufacturers m inner join tblapplication a on a.ManufacturerID = m.ManufacturerID inner join (select cid, applicationid, max(year * 100 + Month) as m , max(Installations) as i from tblApplicationSummary group by cid, applicationid) ch on a.ApplicationID = ch.ApplicationID
Please note: This advice may help you to identify some manufacturers based in a country but of course some manufacturers may not use a local domain name extension (using for example a .com, .org, .net, .gov extension).
In addition, you may also be able to extract a list of software manufacturers from a trusted source on the internet and cross reference this against your All Applications report export.
Related Articles
How to: collect Snow License Manager logs and configurations 1.03KNumber of Views Find duplicate records in Snow License Manager 217Number of Views Perform an Offline Update using Snow Update Service (SUS) 282Number of Views How to: Check logs for Scheduled reports in Snow license Manager 54Number of Views Quarantine management in Snow License Manager 277Number 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