The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click here for more information.
This KB article addresses the question of how to populate the fields Assigned User, Calculated User and Last Logged on User and what the difference is between them.
This article will discuss three aspects in particular in FlexNet Manager Suite On-Premises:
1. the difference between the fields Assigned User, Calculated User and Last Logged on User;
2. how to populate these fields; and lastly
3. how to synchronise the assigned users between inventories and assets.
It is important to understand that each property being populated is dependent on the other in this order:
Now when the calculated user is updated for a device, the assigned user is also updated. Changes to the assigned user do not affect the calculated user. Note that the first inventory import after the check box is turned on sets the assigned user to the calculated user for every device. If you turn this check box on and save the dialog, a warning message will advise you that this is going to happen.
on Jul 04, 2011 09:05 PM - edited on Jul 10, 2020 07:11 AM by amann
once an asset is marked as disposed or inventory devices as ignored, does the calculated user get removed after a certain timeframe? We are seeing some disposed assets that still have a calculated user assigned
@kathy_allen - The Assigned User, Last Logged On User and the Calculated User would remain as of the last update. I would not expect them to get automatically blanked out once the asset is retired/disposed by FlexNet Manager.
Assigned user, Calculated user or Last logged on user is not showing for any of the Linux or Unix devices however we have these details available on windows servers and end user machines, we are currently using FNMS 2018 R1 and most of the agent used for inventory collection in FNMS agent version 13
Find another tricky point.
1. Make sure UserName is populated in the NDI file.
<Hardware Class="Win32_ComputerSystem" Name="SQLSVR" Evidence="WMI">
<Property Name="Manufacturer" Value="innotek GmbH"/>
<Property Name="Model" Value="VirtualBox"/>
<Property Name="Domain" Value="softwaretwo.com"/>
<Property Name="DomainRole" Value="3"/>
<Property Name="NumberOfProcessors" Value="1"/>
<Property Name="NumberOfLogicalProcessors" Value="2"/>
<Property Name="TotalPhysicalMemory" Value="6290984960"/>
<Property Name="Status" Value="OK"/>
<Property Name="UserName" Value="softwaretwo\XXadmin"/>
</Hardware>
2-1. If the UserName in the NDI file is already imported from AD (searchable under the User object), then the 'Last logged on' will be populated.
2-2. If the UserName in the NDI file does not exist in FNMS (NOT searchable under the User object), then the 'Last logged on' will not be populated.
Not sure if the behavior observed in 2-2 is as expected or not.
I feel that it will be much friendly if FNMS could import the UserName part in the NDI file into ComplianceUser table if there is no existing match.
Lesson learned is that for all customers who need the 'Last logged on', please make sure to import all users from AD or whatever HR systems. Or else, you will not get 'Last logged on' populated by FNMS agent.