Page tree
Skip to end of metadata
Go to start of metadata

Tests a connection to Source and Database

Usage


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

Example

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

  • No labels