Item name | Required/Optional | Use of Variables | Description | Supplement |
---|---|---|---|---|
Name | Required | Not Available | Enter the destination setting name. |
Item name | Required/Optional | Use of Variables | Description | Supplement |
---|---|---|---|---|
User ID | Required | Only environment variables are available | Enter the login user ID. |
|
Password | Required | Only environment variables are available | Enter the login password. |
|
Login Type | Required | Not Available | Choose login type.
|
|
Use SSL | Required | Not Available | Select whether or not to use SSL, for the communication with Salesforce.
|
|
Login URL | Optional | Only environment variables are available | Input the login URL. |
|
Connect to OAuth | Optional | Not Available | Choose the type of destination.
|
|
Refresh Token | Optional | Only environment variables are available | Input the Refresh Token. |
|
Timeout (sec) | Optional | Only environment variables are available | The timeout duration of the socket level connection to Salesforce is specified by seconds. Specifically, a request, for example a query, is sent to Salesforce, and the response waiting time is displayed. |
|
Connection timeout (sec) | Optional | Only environment variables are available | The waiting time, when establishing a connection to Salesforce, is configured by the second. Specifically, depending on whether or not to make a connection from the DataSpiderServer to multiple Salesforces simultaneously, or depending on the load or overload of the network itself, the below mentioned exception occurrence timing is adjusted. org.apache.commons.httpclient.HttpException: Timeout waiting for connection |
|
I/O bound Data Compression | Required | Not Available | Select whether or not to GZIP compression of the request messages and response messages from/to Salesforce. By compressing the transmission data the process effectivity increases.
|
|
Connect with OAuth | Optional | Not Available | Choose the method of connecting to Salesforce.
|
|
Item name | Description | Supplement |
---|---|---|
Connection Test | Check the connection to the host. |
Item name | Required/Optional | Use of Variables | Description | Supplement |
---|---|---|---|---|
Field value truncation | Required | Not Available | Select whether to truncate the update value's character string if, during an update, the update value's character string length is larger than the number of item length.
|
|
Connection method at run-time | Required | Not Available | Set the connection method to Salesforce at script run-time.
|
|
Specify the Namespace | Optional | Not Available | Select whether or not to specify the "defaultNameSpace" in the session header's call options.
|
|
Namespace prefix | Optional | Available | Specify the character string which distinguishes the namespace prefix. |
|
Make DST adjustments when updating Date Format Field | Optional | Not Available | Specify whether or not to make DST adjustments when updating date format field.
|
|
Item name | Required/Optional | Use of Variables | Description | Supplement |
---|---|---|---|---|
Proxy setting | Required | Not Available | Select whether or not to use the proxy server.
|
|
Proxy host | Optional | Only environment variables are available | Enter the proxy server's host address. This becomes valid and required when [USE] is selected for the [Proxy setting]. |
|
Proxy port | Optional | Only environment variables are available | Enter the proxy server's port number. This becomes valid and required when [USE] is selected for the [Proxy setting]. |
|
Proxy user | Optional | Only environment variables are available | Enter the proxy server's authentication User. This becomes valid when [USE] is selected for the [Proxy setting]. |
|
Proxy password | Optional | Only environment variables are available | Enter the proxy server's authentication password. This becomes valid when [USE] is selected for the [Proxy setting]. |
Item name | Required/Optional | Use of Variables | Description | Supplement |
---|---|---|---|---|
AllOrNone Header (allOrNone) |
Optional | Not Available | Specifies the allOrNone field of the AllOrNone header.
|
|
Email Header (triggerAutoResponseEmail) |
Optional | Not Available | Specify the triggerAutoResponseEmail field, in the Email header.
|
|
Email Header (triggerOtherEmail) |
Optional | Not Available | Specify the triggerOtherEmail field, in the Email header.
|
|
Email Header (triggerUserEmail) |
Optional | Not Available | Specify the triggerUserEmail field, in the Email header.
|
|
Mru Header (updateMru) |
Optional | Not Available | Specify the updateMru field, in the Mru header.
|
|
AssignmentRule Header (useDefaultRule) |
Optional | Not Available | Specify the useDefaultRule field, in the AssignmentRule header.
|
|
AssignmentRule Header (assignmentRuleId) |
Optional | Not Available | Specify the assignmentRuleId field, in the AssignmentRule header. Specify the read/case assignment rule ID. ID can be obtained by inquiring at the AssignmentRule object. |
|
DisableFeedTracking Header (disableFeedTracking) |
Optional | Not Available | Specify the disableFeedTracking field, in the DisableFeedTracking header.
|
|
DuplicateRule Header (allowSave) |
Optional | Not Available | Specify the allowSave field, in the DuplicateRule header.
|
|
Item name | Required/Optional | Use of Variables | Description | Supplement |
---|---|---|---|---|
Type of API call for retry target | Optional | Not Available | Set the type of the retry process target API calls in the case that a specific error occurs during connecting to Salesforce.
|
|
Number of connection retries | Optional | Only environment variables are available | Set the number of retries to be performed in the case that a specific error occurs when connecting to Salesforce. |
|
Waiting time (sec) during a connection retry | Optional | Only environment variables are available | Set the the waiting time, in seconds, until the retry process in the case that a specific error occurs while connecting to Salesforce. |
|
Item name | Required/Optional | Use of Variables | Description | Supplement | |||||
---|---|---|---|---|---|---|---|---|---|
All Exception are handled as the connection retry target | Optional | Not Available | Specify whether or not all exceptions which occur during connection to Salesforce will be retry targets.
|
|
|||||
Specify Exception class and message for the connection retry target | Optional | - | Specify the connection retry target exception class and the message as a one combination. Multiple combinations can be specified. Rows of each combination can be manipulated with the below mentioned buttons.
|
|
|||||
Specify Exception class and message for the connection retry target/Exception class name | Optional | Only environment variables are available | Specify the exception class name. If not specified, only the [Error Message] will be the condition. |
|
|||||
Specify Exception class and message for the connection retry target/ErrorMessage | Optional | Only environment variables are available | Specify the error message. Whether or not the specified character string is included in the message of the occurred exception is determined. Capitalised and non capitalised letters will not be differentiated. If not specified, only the [Exception class name] will be used as the condition. |
|
|||||
Specify API ExceptionCode for the connection retry target | Optional | - | Specify tte the exception code which targets the connection retry, in the case where the API returns an error. Multiple ExceptionCodes can be specified. Each row can be manipulated by the below mentioned buttons.
|
|
|||||
Specify API ExceptionCode for the connection retry target/ExceptionCode | Required | Only environment variables are available | Specify the ExceptionCode. |
|
Exception Name | Reason | Resolution |
---|---|---|
java.net.UnknownHostException | This exception occurs when the PROXY server specified in the global resource cannot be found. | Verify the condition of the PROXY server. Or verify [Proxy host] of the global resource specified in the [Connection]. |
|
A time-out has occurred while connecting to Salesforce. | Verify the network condition and Salesforce server condition. Or check [Connection timeout(sec)] of the global resource specified in the [Connection]. |
|
A time-out has occurred while waiting for a responce from the server after connecting to Salesforce. | Verify the network condition and Salesforce server condition. Or check [Timeout(sec)] of the global resource specified in the [Connection]. |
jp.co.headsol.salesforce.adapter.exception.SalesforceAdapterIllegalArgumentException | Invalid value is set for the property of Salesforce adapter. | Check the error message, and verify the settings. |
com.sforce.soap.partner.fault.LoginFault | Login to Salesforce has failed. | Check the ExceptionCode or error message, and refer to the information about this type of error in Salesforce-related documents etc. |
com.sforce.soap.partner.fault.UnexpectedErrorFault | An unexpected error has occured while processing to Salesforce. | Check the ExceptionCode or error message, and refer to the information about this type of error in Salesforce-related documents etc. |
Type of API call for retry target | auth | describe | Read Related | Update Related | File Upload |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
login new access token |
describeGlobal describeSObjects |
query queryAll queryMore |
retrieve | getUpdated getDeleted |
create | upsert | update | delete | setPassword | resetPassword | emptyRecycleBin | undelete | sendEmail | ||
[Unspecified (do not retry)] | No | No | No | No | No | No | No | No | No | No | No | No | No | No | No |
[Until describe and auth related calls] | Yes | Yes | No | No | No | No | No | No | No | No | No | No | No | No | No |
[Until read-related calls] | Yes | Yes | Yes | Yes | Yes | No | No | No | No | No | No | No | No | No | No |
[Until certain update-related calls] | Yes | Yes | Yes | Yes | Yes | No | Yes | Yes | No | Yes | Yes | No | No | No | No |
[All calls] | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes | Yes |