TRANSLATE: KB: FIPSが有効な場合のバックアップ

Altium On-Prem Enterprise Server Altium On-Prem Enterprise Server
私たちは、Concord Proサーバーのインストールを新しいサーバーに移行しようとしていますが、その新しいサーバーにはFIPSモードの要件があります。FIPSモードが有効になっていると、このサーバーで夜間バックアップを実行したり、復元を行ったりすることができませんし、無効にすることもできません。バックアップを実行すると、「この実装はWindows Platform FIPS検証済み暗号アルゴリズムの一部ではありません」と表示されます。

概略

We're trying to migrate our Concord Pro server installation to a new server, and that new server has a FIPS mode requirement. I cannot perform nightly backups or do any restores on this server with FIPS mode enabled, and I can't disable it. Running the backup results in "This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms."
AIでさらに深掘り:

Solution Details

This is a bug that should be resolved in a later version. For the time being, you can Backup and Restore by:

Edit "avbackup.exe.config" file with notepad, which located in C:\Program Files (x86)\Altium\Altium Concord Pro\Tools\BackupTool of the Altium Concord Pro server by adding the following line:

<runtime>
<enforceFIPSPolicy enabled="false"/> 
</runtime>


In the between the <configuration> </configuration> tags.



Once this line is added to the config file the backup should work.

問題が見つかった場合、文字/画像を選択し、Ctrl + Enter キーを押してフィードバックをお送りください。