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

A hotfix has been released for FlexNet Manager Suite (FNMS) version 2023 R1 and is available in the Product License Center (PLC).

Name: 2023 R1 On-Premise Hotfix 1

This hotfix contains updated binaries which are to be installed on the FNMS Batch Server (or application server if using a single-server deployment) and a SQL script which is to be run on the FNMS Compliance database.
To install the hotfix please follow instructions in the ReadMe.txt of the download package. 

This hotfix resolves the following issues:

  • IOK-1054692
    Intune inventory reader step "Get Intune Installed applications" may fail with error: “Error: '', hexadecimal value 0x01, is an invalid character."

  • IOK-1057717
    InTune inventory reader may fail at 'Get Intune Devices' step with error: "An error occurred while enumerating through a collection: The conversion cannot be performed."

  • IOK-1052554
    Intune adapter is failing in production with the error "CsvHelper assembly not found. Please upgrade the Beacon to the latest version"

  • IOK-1050889
    4 reports of the SAM Operations Hub need fixes (Performance, functional)

  • IOK-1049830
    SAM Operations Hub KPI Discrepancy

  • IOK-1056986
    WriteInstalledFileEvidenceAttribute inventory writer step may fail with error: The MERGE statement conflicted with the FOREIGN KEY constraint "FK_InstalledFileEvidenceAttribute_ComplianceComputer".

  • IOK-1060138
    WriteInstalledFileEvidenceAttribute inventory writer step may fail with error: The MERGE statement attempted to UPDATE or DELETE the same row more than once.

  • IOK-1055905
    No consumption is calculated for licenses which use the 'Restrict to OS' setting

 

(1) Comment
didiercottereau
By
Level 4

Hello

Before running the hotfix, run these PS command

Get-ExecutionPolicy -List (optional)

 Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine

.\deploy.ps1

At the end of the PowerShell script run the following command to secure ps1 script execution

Set-ExecutionPolicy -ExecutionPolicy AllSigned