salesforce contact is not found

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Cloud Applications
Post Reply
light_wt
Posts: 2
Joined: Sat 24 Mar 2012 14:01

salesforce contact is not found

Post by light_wt » Mon 26 Mar 2012 12:00

i have a destination in salesforces and trying to insert a row into CONTACT.

Following is the error. How to fix it?

[ADO NET Destination [261]] Error: An exception has occurred during data insertion, the message returned from the provider is: Unknown table '"CONTACT"'.

[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "ADO NET Destination" (261) failed with error code 0xC020844B while processing input "ADO NET Destination Input" (264). The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 29 Mar 2012 14:16

We will investigate the issue and post here about the results.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 29 Mar 2012 14:19

The "Unknown table "CONTACT"" problem is fixed. Look forward to the next build of dotConnect for Salesforce. We will post here when it is available for download.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 30 Mar 2012 11:34

As a temporary workaround, you can remove quotation manually ("CONTACT" -> CONTACT) in the ADO.NET Source/Destination Editor.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Thu 12 Apr 2012 14:15

New build of dotConnect for Salesforce 1.1.94 is available for download now!
It can be downloaded from http://www.devart.com/dotconnect/salesf ... nload.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://www.devart.com/forums/viewtopic.php?t=23891 .

Post Reply