Common Content for Data Engineering
- Common Content for Data Engineering 10.2.1
- All Products
infacmd createConnection -dn DomainName -un Domain_UserName -pd Domain_Pwd -cn Connection_Name -cid Connection_ID -ct SALESFORCE -o userName=salesforceUserName password=salesforcePWD SERVICE_URL=https://login.salesforce.com/services/Soap/u/33.0
Option
| Description
|
---|---|
userName
| Salesforce user name.
|
password
| Password for the Salesforce user name. The password is case sensitive.
To access Salesforce outside the trusted network of your organization, you must append a security token to your password to log in to the API or a desktop client.
|
SERVICE_URL
| URL of the Salesforce service that you want to access. In a test or development environment, you might want to access the Salesforce Sandbox testing environment. For more information about the Salesforce Sandbox, see the Salesforce documentation.
|