verifypasswd
Last updated
Last updated
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".
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)
Verify Database password
admin (.bat or .sh) verifypasswd <<profile>> <<options>>
Linux
./admin.sh verifypasswd myprofile application.password=abc
Windows
admin.bat verifypasswd myprofile "application.password=def"
Linux
./admin.sh verifypasswd myprofile db.password=abc
Windows
admin.bat verifypasswd myprofile "db.password=def"