Change Checksum Policy

ARTIFACTORY: How to identify and fix all artifacts with missing client checksums

AuthorFullName__c
Paul Pan
articleNumber
000005357
ft:sourceType
Salesforce
FirstPublishedDate
2022-08-03T11:15:55Z
lastModifiedDate
2024-03-26T14:17:23Z
VersionNumber
6
The easiest way to bypass the issue with missing Client Checksums, if you are seeking an immediate workaround, is to change the Checksum Policy.

In local repository settings, you can change the Checksum Policy from “verify against client checksums” to “Trust server-generated checksums”.

Note that some repository types do not support direct change of checksum policy in UI. You will need to modify the config descriptor and change
<localRepoChecksumPolicyType>client-checksums</localRepoChecksumPolicyType>

To
<localRepoChecksumPolicyType>server-generated-checksums</localRepoChecksumPolicyType>