2022
admin(.bat or .sh) testconnection <<profilename>> <<type>>
profilename: Name of the profile that you wish to test
type: "source" or "database" (Source can be - "salesforce" or "mscrm")
Validate Salesforce and Microsoft CRM connection on source setup tab in "myprofile" and click on Test connection to connect.
Linux ./admin.sh testconnection myprofile salesforce ./admin.sh testconnection myprofile mscrm Windows admin.bat testconnection myprofile salesforce admin.bat testconnection myprofile mscrm
Tests the connection to a Database as setup in "myprofile"
Linux ./admin.sh testconnection myprofile database Windows admin.bat testconnection myprofile database