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.
davidle
Active participant
Dec 17, 2020
09:59 AM
I do not see those three buttons anywhere on the Management Dashboard View. See attached file.
... View more
Dec 16, 2020
01:51 PM
@SherylSikora The account I am currently using is assigned the "Administrator" role. Would you happen to know where the actual "button" is located?
... View more
Dec 15, 2020
10:11 AM
Hi Flexera Community, We have recently upgraded to the current release (2020 R2) of FNMS in our LAB instance and I am trying to find out where is the button that allows us to create a customized Management Dashboard Template?
... View more
Nov 17, 2020
10:05 AM
Thanks for the reply @kclausen ! " Last Update Date reflects the last update made to the inventory device from anything that can update the inventory device data, in addition to inventory." So shouldn't both dates have a consistent match or would the Updated Date only change based on your examples and if the Inventory Scans (.ndi file) has something completely different? - David
... View more
Nov 17, 2020
08:46 AM
1 Kudo
Hello, We have discovered over 100+ Inventory Records that have a different 'Last Inventory Date' (General Tab) and the 'Last Updated Date' (History Tab). For example: Last Inventory Date - 11/20/20 (See attached file InventoryDeviceProperties-Sample.png) Last Updated Date - 11/03/20 (See attached file HistoryProperties-RMODMS02.png) Is this by design, or should both dates match? Thanks! - David
... View more
Jun 17, 2020
09:49 PM
1 Kudo
Hello, Definitely excited for the new expanded set of Analytics dashboard as I feel they will be a game-changer within this new release! I would also like to know if this release will allow us to filter by Cost-Center/Corporate Unit/Location? Thanks! - David
... View more
Apr 22, 2020
09:27 AM
Hi @AamerSharif , " Citrix XenDesktop broker evidence comes from WMI, that requires admin permissions. When broker is discovered, then it will attempt inventory." Is there an alternative besides granting full admin permissions to the host that is running the XenDesktop broker service? Thanks. - David
... View more
Apr 16, 2020
04:35 PM
1 Kudo
Hello, We are trying to gather inventory from our XenDesktop environment and would like to know what additional permissions/rights is needed in order to gather this information successfully? Here is what we have done so far: 1. Assigned functional account "Read-Only Administrator" within XenDesktop. 2. Enable Remote Powershell on host that is the Delivery Controller. 3. Granted functional account Full Control (Read/Write/Execute) to run Powershell commands on Delivery Controller. Even after doing all the steps below, we are still getting the same result when attempting to discover the target Delivery Controller: 2020-04-15 16:09:24,629 [.DiscoveryTaskExecutor|PropertyDisco] [INFO ] Completed Xen Desktop discovery for device 'esctxd54': not discovered The only way to get around this is to add the functional account to the local Administrators group on the Delivery Controller: 2020-04-16 11:24:11,492 [.DiscoveryTaskExecutor|PropertyDisco] [INFO ] Completed Xen Desktop discovery for device 'esctxd54': Discovered by 'WMI', Broker type 'XenDesktop', Site name '', WMI access 'true' Has anyone else seen this issue before?
... View more
Apr 08, 2020
08:40 PM
Hi there. Please share your xml (what you can) and sample data. "See attached .csv source file and .xml business adapter file." When you say add, do you mean concatenate, so you are effectively editing the previous CC value or are you adding a new level to your structure? "I want to update the Description row of the Cost Centers based on the value that is listed in my .csv file." Thanks! - David
... View more
Apr 08, 2020
08:50 AM
Hello, I am trying to add a numeric value within the description field on each Cost Center we have imported previously. However, I am getting the following error message when I execute the Simulate Action: "Explicit conversion from data type int to ntext is not allowed." Has anyone else seen this issue? Thanks! - David
... View more
Mar 13, 2020
09:05 AM
Hi @dswann , When should we expect an update for customers that have an On-Premise version? Thanks. - David
... View more
Mar 13, 2020
09:02 AM
Hi @AamerSharif , After running the queries you provided, it seems as the ConfigurationFile versions are not in-sync. (Selected MasterConfigurationVersion is #45, ConfigurationFile Version is #43) Do I run this command " SET IDENTITY_INSERT dbo.ConfigurationFile_MT ON" before deleting from the ConfigurationFile? Thanks for your help. - David
... View more
Mar 12, 2020
11:51 AM
Hi @marius , Thanks for your input. I was told by support that an Enhancement Request must be submitted in order to add a custom field within the 'related users' grid. - David
... View more
Mar 12, 2020
11:13 AM
Hello all, I have recently discovered that the Inventory Extension Version that is approved (Revision #45) does not match the Revision # that is displayed after running the query below on the FNMSCompliance DB: SELECT * FROM ConfigurationFile where Name='InventorySettings.xml' Does anyone know how we can update the ConfigurationFile Revision on the FNMSComplianceDB to match the approved one? @mgunnels - Have you seen this type of error before? Thanks! - David Le
... View more
Mar 03, 2020
09:35 AM
1 Kudo
Hi @AamerSharif, Thanks for your reply. So if I wanted to add an additional field within the Consumption Tab for all user based licenses, would this be the correct SQL statement? EXEC dbo.AddPropertyToWebUIPropertiesPage
@TargetTypeID = 12,
@ExcludeTargetSubTypeIDs = '1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 18, 19, 20, 22, 23, 24, 25, 29, 30',
@Name = 'Paygrade_Level',
@CultureType = 'en-US',
@DisplayNameInPage = 'Paygrade Level',
@DisplayNameInReport = 'Paygrade Level',
@TabName = 'Tab_Consumption',
@UIInsertTypeID = 2,
@UIFieldTypeID = 3,
@RelativePositionTo = 'Section_RelatedEmployees',
@SequenceNumber = '10001',
@Position = 0,
@Width = 1,
@DataSource = ', 1, 2, 3, 4, 5, 6, 7, 8, 9',
@DataSourceDelimiter = ',',
@Required = 0,
@StringLength = 256,
@ReadOnly = 0
... View more
About
Senior Infrastructure Engineer
Dallas, TX
Latest posts by davidle
Subject | Views | Posted |
---|---|---|
375 | Dec 17, 2020 09:59 AM | |
416 | Dec 16, 2020 01:51 PM | |
488 | Dec 15, 2020 10:11 AM | |
264 | Nov 17, 2020 10:05 AM | |
276 | Nov 17, 2020 08:46 AM | |
406 | Jun 17, 2020 09:49 PM | |
703 | Apr 22, 2020 09:27 AM | |
744 | Apr 16, 2020 04:35 PM | |
861 | Apr 08, 2020 08:40 PM | |
886 | Apr 08, 2020 08:50 AM |
Activity Feed
- Got a Kudo for Date Inconsistency - Inventory Date/Updated Date - FNMS 2020 R1. Jan 15, 2021 03:57 AM
- Posted Re: FNMS 2020 R2 - Configurable Management Dashboard Inquiry on FlexNet Manager Forum. Dec 17, 2020 09:59 AM
- Posted Re: FNMS 2020 R2 - Configurable Management Dashboard Inquiry on FlexNet Manager Forum. Dec 16, 2020 01:51 PM
- Posted FNMS 2020 R2 - Configurable Management Dashboard Inquiry on FlexNet Manager Forum. Dec 15, 2020 10:11 AM
- Posted Re: Date Inconsistency - Inventory Date/Updated Date - FNMS 2020 R1 on FlexNet Manager Forum. Nov 17, 2020 10:05 AM
- Posted Date Inconsistency - Inventory Date/Updated Date - FNMS 2020 R1 on FlexNet Manager Forum. Nov 17, 2020 08:46 AM
- Got a Kudo for Re: Accessing FlexNet Manager Analytics. Jun 18, 2020 02:10 PM
- Posted Re: Accessing FlexNet Manager Analytics on FlexNet Manager Blog. Jun 17, 2020 09:49 PM
- Posted Re: Discovering and Gathering XenDesktop Inventory on FlexNet Manager Forum. Apr 22, 2020 09:27 AM
- Got a Kudo for Discovering and Gathering XenDesktop Inventory. Apr 17, 2020 01:10 AM
- Posted Discovering and Gathering XenDesktop Inventory on FlexNet Manager Forum. Apr 16, 2020 04:35 PM
- Posted Re: Business Adapter Import Error - Numeric Values on FlexNet Manager Forum. Apr 08, 2020 08:40 PM
- Posted Business Adapter Import Error - Numeric Values on FlexNet Manager Forum. Apr 08, 2020 08:50 AM
- Posted Re: FlexNet Manager Suite update for March 2020 on FlexNet Manager Release Blog. Mar 13, 2020 09:05 AM
- Posted Re: Inventory Extension Version - Not Updating on FlexNet Manager Forum. Mar 13, 2020 09:02 AM
- Posted Re: Custom Properties Section Creation on FlexNet Manager Forum. Mar 12, 2020 11:51 AM
- Posted Inventory Extension Version - Not Updating on FlexNet Manager Forum. Mar 12, 2020 11:13 AM
- Got a Kudo for Re: Custom Properties Section Creation. Mar 03, 2020 04:43 PM
- Posted Re: Custom Properties Section Creation on FlexNet Manager Forum. Mar 03, 2020 09:35 AM
- Posted Custom Properties Section Creation on FlexNet Manager Forum. Mar 02, 2020 10:54 AM
Contact Me
Online Status |
Online
|
Date Last Visited |
Mar 02, 2021
12:13 PM
|