cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Symptoms

Source user records imported from inventory data sources that contain a value for an email address but no value for other identifying fields (including user name, domain, SAM account name, first name, last name and employee number) are merged into a single user record by the inventory import process. The single user record has an email address from one of the source user records that is effectively selected at random.

As a consequence of this issue, user records for some email addresses that exist in the inventory data sources may not exist.

Details

Source user records imported from inventory data sources are stored in the ImportedUser view in the compliance database. This issue affects records in this view that have:

  1. A non-NULL value in the Email column; and
  2. NULL values in the UserName, Domain, SAMAccountName, FirstName, LastName and EmployeeNumber columns.

The following SQL query can be executed against the compliance database of a FlexNet Manager Suite system to identify potentially affected records:

SELECT *
FROM dbo.ImportedUser iu
    JOIN dbo.ComplianceUser cu ON cu.ComplianceUserID = iu.ComplianceUserID AND cu.Email != iu.Email
WHERE iu.Email IS NOT NULL
    AND iu.SAMAccountName IS NULL
    AND iu.UserName IS NULL
    AND iu.FirstName IS NULL
    AND iu.LastName IS NULL
    AND iu.EmployeeNumber IS NULL

Fix status

This issue has been fixed in the following FlexNet Manager Suite releases: 2022 R1.3 / Jul 2022 (Cloud), 2022 R2 (On Premises)

Other information

Affected components: Inventory import (read/write/export)

Master issue ID: IOK-752331

Also known as: FNML-76402

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Nov 20, 2023 01:31 PM
Updated by:
Knowledge base article header content