Platespin FIPS Error
Last updated:
Error: Exception has been thrown by the target of an invocation. This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms.
You can enable PlateSpin Migrate to suppress errors for non-compliant FIPS algorithms.
- In a text editor, open the ofxcontrollerexecution.exe.config file found in this folder:
<install folder>\PlateSpin Migrate Server\Controller\Packages\0\C863075B-8130-4d29-893B-70FF2AD9308C\1
- Add the following element to the runtime section of the file:
<configuration>
<runtime>
...
<enforceFIPSPolicy enabled="false"/>
</runtime>
</configuration>
- Save your changes.