KB: Backup when FIPS is enabled
Created: November 11, 2024 | Updated: February 25, 2025
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.