Error In Salesforce Connector For The Entity 'new_scribechangehistory'

Error In Salesforce Connector For The Entity 'new_scribechangehistory'

book

Article ID: KB0076636

calendar_today

Updated On:

Products Versions
TIBCO Cloud Integration - Connect ( Scribe ) -

Description

The following error is occasionally found in the Agent Log resulting from running Replication Services with Salesforce as the source. This error can be ignored.

Message: Unexpected error during Execute Operation for processDefinition 701e0caa-9737-4e90-bfd0-ab4d8b3e8fb7
Exception Type : InvalidExecuteOperationException 
Message : The following error has occurred in the Salesforce Connector: The entity with a name = 'new_scribechangehistory' was not found in the MetadataCache. 


This error occurs because every Connector for Replication Services is given an opportunity to delete records from the new_scribechangehistory table. However, not all Connectors implement this table. Some, such as the Connector for Microsoft Dynamics 365, implement this table as a way to track deletes in systems where deleted records are not tracked.

Salesforce inherently tracks deletes, so a Replication Services solution using Salesforce as a source does not need to implement this table. However, Replication Services sends the command to delete records older than 60 days from the new_scribechangehistory table for all Connectors. The Connector logs the error, but is not made visible in the execution history. 

(TFS 50650)

Issue/Introduction

This error in the Agent Log can be ignored.