I followed the instructions here: https://developer.milestonesys.com/s/article/Make-XProtect-work-on-a-FIPS-enabled-machine
and I keep getting the following error:
ERROR ( message:Cannot find requested collection element. )
I ran the string two ways:
1) appcmd.exe set config -section:system.applicationHost/applicationPools -[name=‘“{Management Server AppPool Name}”’].CLRConfigFile:“[C:\inetpub\AppPoolCLRConfig\VideoOSManagementServer.config](file:C:/inetpub/AppPoolCLRConfig/VideoOSManagementServer.config)” /commit:apphost
2) appcmd.exe set config -section:system.applicationHost/applicationPools -[name=‘“{VideoOS Management Server AppPool Name}”’].CLRConfigFile:“[C:\inetpub\AppPoolCLRConfig\VideoOSManagementServer.config](file:C:/inetpub/AppPoolCLRConfig/VideoOSManagementServer.config)” /commit:apphost
Both version returned the same error, any idea what might be happening here? I created the directory and copied the file into it just like the instructions said, I even made sure it was not set to read only, but nothing seems to be working.