Some users may experience issues accessing the case portal. For more information, please click here.

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

Known Issue: Imported users with non-NULL value in the Email column and NULL values in all other identity columns get merged to a single user record (IOK-752331)

Known Issue: Imported users with non-NULL value in the Email column and NULL values in all other identity columns get merged to a single user record (IOK-752331)

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

Labels (1)
Was this article helpful? Yes No

Tip: If you have been impacted by this issue, please click the KUDOS button above. This helps to track the relative significance and importance of issues. Clicking on an option against "Was this article helpful?" also helps assess and improve the usefulness of content.

No ratings
Version history
Last update:
‎Dec 12, 2022 01:28 PM
Updated by: