Messages and limitations of the Salesforce connector

Message code list of SALESFORCE category

The following message codes correspond to errors that occur in Salesforce Connector.

 

SALESFORCE0001E

This message code is output when an error occurs in Salesforce API.

Cause

Solution

This occurs when Salesforce API accepted the request, but an error occurs.

Check the error contents.

Corresponding error

  • SalesforceException

 

SALESFORCE0002E

This message code is output when Salesforce API doesn't accept the request.

Cause

Solution

This occurs when Salesforce API doesn't accept the request.

Check the error contents.

Corresponding error

  • SalesforceServerException

 

SALESFORCE0003E

This message code is output when a job fails.

Cause

Solution

This occurs when a job fails.

Check the error contents.

Corresponding error

  • JobFailedException

 

Exception messages of SALESFORCE category

Exception name

Cause

Solution

com.appresso.ds.dp.modules.adapter.salesforce_v2.client.exceptions.SalesforceException(SALESFORCE0001E)

This occurs when Salesforce API accepted the request, but an error occurs.

Check the error contents.

com.appresso.ds.dp.modules.adapter.salesforce_v2.client.exceptions.SalesforceServerException(SALESFORCE0002E)

This occurs when Salesforce API doesn't accept the request.

Check the error contents.

com.appresso.ds.dp.modules.adapter.salesforce_v2.client.exceptions.JobFailedException(SALESFORCE0003E)

This occurs when a job fails.

Check the error contents.