verifypasswd
To start Verify a password in the profile section for Source application (eg: Salesforce and Microsoft CRM) connection or Database connection.
If result is verified then it will show the message "password is correct" otherwise it will show "password is incorrect".
Usage
admin (.bat or .sh) verifypasswd <<profile>> <<options>>
profile: the profile as set in DBSync
options:
application.password=<<password>>
db.password=<<password>>
While using the command line in windows, parameter with equal (=) operator has to be enclosed in double quote (" ").
Example
Verify application password (Salesforce and Microsoft CRM)
Linux
./admin.sh verifypasswd myprofile application.password=abc
Windows
admin.bat verifypasswd myprofile "application.password=def"
Verify Database password
Linux
./admin.sh verifypasswd myprofile db.password=abc
Windows
admin.bat verifypasswd myprofile "db.password=def"