Message Reference > S Message Codes > SFDC Messages
  

SFDC Messages

SFDC_31101 Login failed. User <login user name>. Fault code <error code>. Reason <error message>.

Explanation:
You attempted to log in to Salesforce.com with an incorrect user name or password.
User Response:
Verify that the user name and password are correct.

SFDC_31102 Query failed. User <login user name>. SOSQL <SOSQL query>. Fault code <error code>. Reason <error message>.

Explanation:
The SOQL query could not be executed.
User Response:
See the additional error message for more information.

SFDC_31103 QueryMore failed. User <login user name>. SOSQL <SOSQL query>. Query Batch Index <query batch>. Fault code <error code>. Reason <error message>.

Explanation:
The queryMore operation could not be executed.
User Response:
See the additional error message for more information.

SFDC_31105 Fields mis-matched. Expected field name <field name>. Returned field name <field name>.

Explanation:
The field name defined in the source or target definition does not match the field name returned from Salesforce.com.
User Response:
Change the field name in the source or target definition to match the field name in the Salesforce object.

SFDC_31106 GetServerTimestamp failed. User <login user name>. Fault code <error code>. Reason <error message>.

Explanation:
The Integration Service could not retrieve the current system timestamp from the Salesforce service.
User Response:
See the additional error message for more information.

SFDC_31107 GetDeleted failed. User <login user name>. Start Time <time>. End Time <time>. Fault code <error code>. Reason <error message>.

Explanation:
The Integration Service could not retrieve a list of object instances that were deleted from the data of an organization within the specified time span.
User Response:
See the additional error message for more information.

SFDC_31112 Invalid Flush Interval value <number of seconds>. It must be set to a positive integer value.

Explanation:
The value for the change data capture flush interval is invalid.
User Response:
In the session properties, set the flush interval to a positive integer value if you use change data capture.

SFDC_31113 Conversion Error Occurred. Field name <field name>. Data Value <field value before conversion>.

Explanation:
An error occurred while converting data from the Salesforce datatype to the PowerCenter datatype.
User Response:
Verify the datatype of the field and make any necessary changes before running the session again.

SFDC_31114 Row Errors <number of row errors> exceeded session threshold <error threshold>.

Explanation:
The number of row errors was greater than the number of errors allowed by the session error threshold.
User Response:
Fix the row errors and then run the session again.

SFDC_31115 Source <source name> and Application Source Qualifier <Application Source Qualifier name> have different number of fields.

Explanation:
The source and the Application Source Qualifier transformation do not have the same number of fields.
User Response:
Verify that the source and the Application Source Qualifier transformation have the same number of fields.

SFDC_31116 Source field <source field name> and Application Source Qualifier field <Application Source Qualifier field name> do not have the same name.

Explanation:
The source field name does not match the Application Source Qualifier port name.
User Response:
Change the port name in the Application Source Qualifier transformation to match the field name in the source.

SFDC_31117 Source field <source field name> and Application Source Qualifier field <Application Source Qualifier field name> do not have the same field position.

Explanation:
The field in the source does not have the same position as the field in the Application Source Qualifier transformation.
User Response:
Move the field in the Application Source Qualifier transformation to match the field position in the source.

SFDC_31118 Source field <source field name> and Application Source Qualifier field <Application Source Qualifier field name> do not have the same datatype, precision, or scale.

Explanation:
The field in the source does not have the same datatype, precision, or scale as the field in the Application Source Qualifier transformation.
User Response:
Change the datatype, precision, and scale of the field in the Application Source Qualifier to match the datatype, precision, and scale of the field in the source.

SFDC_31201 Login failed. User <login user name>. Fault code <error code>. Reason <error message>.

Explanation:
You attempted to log in to Salesforce.com with an incorrect user name or password.
User Response:
Verify that the user name and password are correct.

SFDC_31202 Error received from salesforce.com. Fields <field names>. Status code <status code>. Message <error message>.

Explanation:
The Integration Service failed to create, update, upsert, or delete a Salesforce.com object.
User Response:
Read the error message and make any necessary changes. For more information, look up the error code in the Salesforce.com documentation.

SFDC_31203 A fault is received in a create request. Fault code <error code>. Fault subcode <error subcode>. Reason <error message>. Detail <error detail>.

Explanation:
An error occurred in a create request.
User Response:
See the additional error message for more information.

SFDC_31204 A fault is received in an update request. Fault code <error code>. Fault subcode <error subcode>. Reason <error message>. Detail <error detail>.

Explanation:
An error occurred in an update request.
User Response:
See the additional error message for more information.

SFDC_31205 A fault is received in a delete request. Fault code <error code>. Fault subcode <error subcode>. Reason <error message>. Detail <error detail>.

Explanation:
An error occurred in a delete request.
User Response:
See the additional error message for more information.

SFDC_31206 A fault is received in an upsert request. Fault code <error code>. Fault subcode <error subcode>. Reason <error message>. Detail <error detail>.

Explanation:
An error occurred in an upsert request.
User Response:
See the additional error message for more information.

SFDC_31207 Upsert is turned on but external ID is missing.

Explanation:
The Treat Insert/Update as Upsert option is enabled, but no external ID is provided.
User Response:
Verify that the external ID is defined in the Salesforce object. Also, verify that the external ID is connected in the mapping.

SFDC_31208 An update or delete row is encountered, but the ID column is not connected.

Explanation:
The ID column is not connected, but it is required for update or deletion.
User Response:
Connect the ID column in the mapping. Alternatively, if an update row or delete row was encountered, verify that no update row or delete row will reach the target.