# 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 <a href="#verifypasswd-usage" id="verifypasswd-usage"></a>

| `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"` |
| -------------------------------------------------------------------------------------------------------------------------- |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.mydbsync.com/cloud-replication-main/utilities/command-line/verifypasswd.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
