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

Error while executing/Installing FlexNet Manager Suite Hotfix 2018R2-04

Hi All,

Wondering if anybody else seen this while installing FlexNet Manager Suite Hotfix,

even though it's run as administrator PS window,

powershell -ExecutionPolicy Bypass prior to executing the PS script 

and FIPS is disabled.

" This Implementation is not  part of the windows platform FIPS validated cryptographic algorithms "

(1) Solution
I think this a policy getting in the way of the script,
try the following:
go to the following key-
HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\LSA\

check if there is a dword called-
FIPSALGORITHMPOLICY

if there is, set it to 0

and try to run the ps script again,
I saw this over here: https://www.codeproject.com/Questions/184698/Help-to-FIX-Error-message-This-implementation-is-n
it seems to be a common occurrence,

let me know if this helps, I would want to inform engineering that this is something the script should account for if it solves the issue.
https://www.linkedin.com/in/dave-collins-7aa71a3b

View solution in original post

(3) Replies
I think this a policy getting in the way of the script,
try the following:
go to the following key-
HKLM\SYSTEM\CURRENTCONTROLSET\CONTROL\LSA\

check if there is a dword called-
FIPSALGORITHMPOLICY

if there is, set it to 0

and try to run the ps script again,
I saw this over here: https://www.codeproject.com/Questions/184698/Help-to-FIX-Error-message-This-implementation-is-n
it seems to be a common occurrence,

let me know if this helps, I would want to inform engineering that this is something the script should account for if it solves the issue.
https://www.linkedin.com/in/dave-collins-7aa71a3b

Hi @dcollins 

Yes, This fixed the issue. 

Thank You for the help

Hello Nagaeendra,

Do you need any other help on this issue?

Thanks

Yatheesha