TRANSLATE: KB:在启用FIPS时进行备份
Created: 十一月 11, 2024 | Updated: 二月 25, 2025
我们正在尝试将我们的Concord Pro服务器安装迁移到一个新服务器上,而那个新服务器有一个FIPS模式的要求。在启用FIPS模式的情况下,我无法执行夜间备份或在此服务器上进行任何恢复操作,而且我无法禁用它。运行备份会导致“此实现不是Windows平台FIPS验证的加密算法的一部分。”
Solution Details Copy Link Copied
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.