This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
MurrayPeters
Frequent contributor
May 05, 2020
07:24 PM
2 Kudos
Hi @SandeepKolhe , If you have a XenApp adapter configured writing to a staging database, the beacon connection should be the Citrix Xenapp type - not the Edgesight one. The error you are seeing happens because the schema is different between the Citrix Xenapp staging database and the Citrix Edgesight. regards, Murray
... View more
Feb 17, 2020
05:40 PM
Hi, This mechanism is very useful, but can you please clarify which agent preferences can be set using this process and how would we determine the actual KeyName for the preference? thanks Murray
... View more
Feb 13, 2020
06:52 PM
3 Kudos
Hi Aamer, Very happy to see this being discussed and hopefully added to the product as it comes up with every project I do. It's critical that the customer be made aware of the compliance risk related to VM's that aren't reporting inventory as it represents a gap in coverage. FNMS has the data, but without having access to the DB to run queries it's impossible to report on those gaps. I'm not sure I follow where you are suggesting you might add the views of these VM's. Whilst it might be useful to see them when you look at a host record and see the VM's residing on it (highlighting which VM's do/don't have full inventory) it will be important that we can export the full list of hosts/vm's in one report so the customer can review/action as needed. thanks, Murray
... View more
Feb 10, 2020
11:09 PM
6 Kudos
Hi Derek, For windows, it would be %temp% but in the context of the account running the process. So, if you run ndtrack.exe from the command line using your own account it will be in your own temp directory. If ndtrack.exe is initiated by the installed agent (which exists as a windows service) then the logs will be in the temp directory of the Local System account (which would resolve to the windows temp directory). So, check what account is running the process, then go to the %temp% folder for that user. Murray
... View more
Jan 22, 2020
06:08 PM
Hi - yes that is possible. Take a look at the following document which describes the process for extracting data from FNMS into Data Platform: https://helpnet.flexerasoftware.com/dataplatform55/dp_fnms_extract.pdf -Murray
... View more
Dec 16, 2019
03:50 PM
2 Kudos
Hi, A http 401 error is essentially an unauthorized error suggesting the account the beacon is presenting itself is disallowed by the FNMS server. Is it possible that the credentials configured for your beacon to use for uploads/downloads has become invalid (password expired for example)? If you are using FNMS cloud too it might be that someone has inadvertently clicked on the button to download a configuration for the beacon without then importing it into the beacon ui. Every time you press that button it generates new settings making the old configuration invalid. regards, Murray
... View more
Nov 19, 2019
05:45 PM
2 Kudos
Hi Jean, The "FlexNet Manager Platform Reports and Dashboard" data model does provide access to User data and also has links between Licenses and Users. However this data model is only available for On Prem FNMS instances, so if you are using FNMS Cloud then unfortunately you don't have access to that data. Here is a screenshot of what the objects look like in the on prem model: Murray
... View more
Nov 05, 2019
07:16 PM
1 Kudo
Hi Jean, The link that you referred to is related specifically to the "FlexNet Manager for Engineering Applications" (or FNMEA) product. Both FNMEA and FNMS utilise Cognos for advanced reporting and dsahboards, but the "Chargeback" reports discussed in that article are only relevant for FNMEA. - Murray
... View more
Oct 22, 2019
07:58 PM
2 Kudos
Do you have access to the Product and License Center (PLC)? That is the location to access/download any products and licenses that you have entitlements for: Within the PLC you can then go to FlexNet Manager Platform, choose the version and look for the appropriate product to download. Note the exact name of what you refer to may be different over the releases, for example the current name is " Flexera Analytics 2018 R2" -Murray
... View more
Oct 20, 2019
05:42 PM
Hi Dennis,
One of the main reasons for having multiple sources in one process is because you want to de-dupe the records - for example if computer with serial number XYZ0001 exists in both FNMS and SCCM then Normalize will identify that accordingly.
If however you only ever want to look at SCCM data in isolation, then you could use a separate process.
-Murray
... View more
Oct 18, 2019
08:11 AM
2 Kudos
Hi, Yes – the data modelling of those fields (#cores etc) (at best) is inconsistent, but in reality is just wrong. If you right click on one that has the hash/pound symbol and choose “Properties” you’ll see that “Usage=Attribute”, whereas the Properties of the one with the L shaped ruler shows “Usage=Measure”. You’ll also note that the Aggregate function in the properties is Count/Total respectively. What that means is when you are just displaying the values of the records at the lowest level (i.e. individual/unique machine) then the correct Core count will be shown, but if you are rendering a widget that is aggregating the records then you will get inconsistent behavior between the two. I’d suggest you submit a support case to Flexera to register the issue, but in the short term you may still be able to achieve what you need by using a Calculated field. For example, if you : right click the “No. of Cores” field under the VM Host object and select “Create calculation” select “Use calculation editor” change the expression to be (just remove the + 😞 [FNMPS-DW-DS][VM Host].[No of Cores] Change the Name of the calculated field to something like “VMHostCoreCount” Click OK. You should then have a new field at the bottom of all of the data objects which you can set the Properties to be: Usage: Measure Aggregate: Total Hopefully if you then use the VMHostCoreCount it will aggregate as you want. If I have misunderstood what you’re trying to achieve feel free to send me a private message with details and I’d be happy to see if I can produce the output you are looking for. -Murray
... View more
Oct 17, 2019
01:58 AM
1 Kudo
Hi Suman, The AD queries that the beacon makes don't require privileged credentials to execute. Any domain user can normally run the same queries to "read" the same level of info the beacon collects. So, by default a standard install of the beacon will be primed to collect AD data from the domain it is connected to. If you don't want the beacon to collect AD data it would be best to remove the task, or make sure there is no active schedule for it. -Murray
... View more
Oct 06, 2019
06:13 PM
2 Kudos
Hi Anne, For on prem FNMS environments the ability to utilise SQL as the source of queries has always been available - though since Cognos has evolved featurewise and (access rights/license levels) there has been some caveats: For Cognos 10.x environments: Using SQL queries in Report Studio required the user to be assigned at least a "Professional User" license. For Cognos 11.x environments: Licensing was simplified to just the two "Analytics User" and "Analytics Administrator" levels - both of these can use SQL queries. This release introduced the whol new UI and Dashboard environment which is widget driven & essentially requires data models to be DQM (Dynamic Query Model) Note: For FNMS, only the "Flexera Data Models" model is DQM the others are CQM (Compatible) and will not work in the Dashboard environment, but will work fine in the Reporting Studio/environment. So: to use SQL in the Reporting environment you can: Create a Report (I am using the "FlexNet Manager Platform Reports and Dashboard" data model) Drag a SQL Query from the toolbox into the Queries For the Properties of the "SQL" query choose: SQL Syntax : Pass-through Data Source : Choose the database you want to access (FNMP-Dashboard is the compliance DB, FNMP-DW-DS is the Data warehouse). SQL : Enter the SQL code here When you close the SQL window Cognos will validate the query and save the columns returned by the query for you to use in the report. You can then build your report using whichever visualisations you want. Note: if you have numeric fields that you want Cognos to automatically aggregate then you should explicitly set the appropriate aggregation formula (usually Sum/Total, but could be Max/Min/Average etc). If you want to build dashboards using SQL then the approach is different but can be done by starting with creating a Data Server, then build a Data Module (allowing you to specify joins between subjects/tables) and then possibly Data Sets. You can then choose the Data Module or Data Set as the source of data for your Dashboard. I presume you are really just asking for SQL in Reports though so I'll leave it there. Let us know how you get on. Murray
... View more
Oct 06, 2019
05:44 PM
2 Kudos
Hi David, If you create a calculation (for eg right click a measure and choose Create Calculation - then select "Use calculation editor" you should be able to enter a formaula for your calculation - something like: if ([Flexera Relational Model].[License measures].[Consumption count] > 0) then ([Flexera Relational Model].[License measures].[Entitlement count] * [Flexera Relational Model].[License measures].[Unit price]) else (0) I haven't tested this example - so you should check that it gives the expected results when returning individual rows (eg in a list for each record), but also watch out for aggregated summaries - you might need to explicitly control the aggregation formula (Sum etc). Murray
... View more
Sep 25, 2019
06:38 PM
2 Kudos
Hi John, Yes - the beacon initiated Oracle DB introspection will generate inventory for each of the nodes in the cluster at once - independent of which node it actually gets attached to when it makes the connection. You would still need to collect hardware inventory from each node though as that is still required to determine the consumption. Regarding OS authentication failing - if it's failing because the default (Local System) account for the agent windows service is not a DBA then you could look at the command line options the agent supports to control the account used to connect (OracleInventoryUser). However if OS authentication is disabled entirely then you are correct that the beacon approach needs to be used. -Murray
... View more
Latest posts by MurrayPeters
Subject | Views | Posted |
---|---|---|
547 | May 05, 2020 07:24 PM | |
641 | Feb 17, 2020 05:40 PM | |
583 | Feb 13, 2020 06:52 PM | |
637 | Feb 10, 2020 11:09 PM | |
440 | Jan 22, 2020 06:08 PM | |
756 | Dec 16, 2019 03:50 PM | |
580 | Nov 19, 2019 05:45 PM | |
773 | Nov 05, 2019 07:16 PM | |
838 | Oct 22, 2019 07:58 PM | |
714 | Oct 20, 2019 05:42 PM |
Activity Feed
- Got a Kudo for Re: How to visualize Office 365 usage in FNMS. Feb 18, 2021 06:48 PM
- Kudoed More about Linux Docker container support in FlexNet Manager Suite 2020 R1 for tferguson. Aug 14, 2020 12:19 AM
- Got a Kudo for Re: Citrix XenApp Server Adapter issue while execute import. May 06, 2020 09:11 AM
- Got a Kudo for Re: Citrix XenApp Server Adapter issue while execute import. May 05, 2020 07:36 PM
- Posted Re: Citrix XenApp Server Adapter issue while execute import on FlexNet Manager Forum. May 05, 2020 07:24 PM
- Got a Kudo for Re: How to visualize Office 365 usage in FNMS. Mar 17, 2020 03:50 AM
- Got a Kudo for Re: What is the value of $(TempDirectory) for logs?. Feb 18, 2020 01:31 AM
- Posted Re: Utilising the DB to roll out an agent preference to all devices within a Target, or all devices in an OS family on FlexNet Manager Knowledge Base. Feb 17, 2020 05:40 PM
- Got a Kudo for Re: How important for your business to know virtual machines that are not inventoried. Feb 14, 2020 02:25 AM
- Got a Kudo for Re: How important for your business to know virtual machines that are not inventoried. Feb 13, 2020 11:33 PM
- Got a Kudo for Re: How important for your business to know virtual machines that are not inventoried. Feb 13, 2020 07:12 PM
- Posted Re: How important for your business to know virtual machines that are not inventoried on FlexNet Manager Forum. Feb 13, 2020 06:52 PM
- Got a Kudo for Re: What is the value of $(TempDirectory) for logs?. Feb 13, 2020 04:08 AM
- Got a Kudo for Re: What is the value of $(TempDirectory) for logs?. Feb 12, 2020 07:07 PM
- Got a Kudo for Re: What is the value of $(TempDirectory) for logs?. Feb 11, 2020 07:53 PM
- Got a Kudo for Re: What is the value of $(TempDirectory) for logs?. Feb 11, 2020 05:01 AM
- Got a Kudo for Re: What is the value of $(TempDirectory) for logs?. Feb 11, 2020 04:22 AM
- Posted Re: What is the value of $(TempDirectory) for logs? on FlexNet Manager Forum. Feb 10, 2020 11:09 PM
- Posted Re: FNMS to Data Platform on Data Platform Forum. Jan 22, 2020 06:08 PM
- Got a Kudo for Re: HTTP 401 error from Beacon to App Server. Dec 17, 2019 03:02 AM