TRANSLATE: KB: FIPS가 활성화되었을 때 백업
Created: November 11, 2024 | Updated: February 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.