ARTIFACTORY: Fixing the error: ‘The execution name 'verifyCompatibility' could not be found’

ARTIFACTORY: Fixing the error: ‘The execution name 'verifyCompatibility' could not be found’

AuthorFullName__c
Omer Borshan
articleNumber
000005712
ft:sourceType
Salesforce
FirstPublishedDate
2023-05-09T11:20:27Z
lastModifiedDate
2023-05-09
VersionNumber
2

During a migration from Self-Hosted JFrog Artifactory to JFrog Cloud when the Self-Hosted setup is a Helm Installation, 
 the below errors might raise when attempting to execute the command: 
$ jf rt transfer-files source-server target-server

[artifactory@user ~]$ ./jf rt transfer-files source-server target-server --prechecks
11:43:25 [🚨Error] server response: 404 Not Found
{
 "errors": [
   {
     "status": 404,
     "message": "The execution name 'verifyCompatibility' could not be found."
   }
 ]
}

The error above indicates that the plugin wasn't loaded properly on the source Artifactory. To mitigate the issue, we suggest manually installing the plugin, instead of using the command
'jf rt transfer-plugin-install source-server’