richeso / dataloadercliq

Automatically exported from code.google.com/p/dataloadercliq
0 stars 0 forks source link

External IDs Require Manual Configuration #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Configure CLIq using an operation using an External Id
2. Run the script.
3. No records will be updated.

What is the expected output? What do you see instead?
Prompt the user for External ID fields and update the sfdc.externalIdField 
parameter in process-conf.xml

Original issue reported on code.google.com by vijay.swamidass@gmail.com on 16 Feb 2010 at 8:25

GoogleCodeExporter commented 9 years ago

Original comment by vijay.swamidass@gmail.com on 11 Mar 2010 at 1:12

GoogleCodeExporter commented 9 years ago
Vijay,

Thanks for pointing this out - big help.

Here are the steps to help others:
My Upserts were not inserting records into SFDC.  The sdl.log file indicated 
the 
following error:

2010-05-13 16:19:15,115 ERROR [UpsertTTLRecords] 
progress.NihilistProgressAdapter 
doneError (NihilistProgressAdapter.java:51) - Field name provided,  does not 
match 
an External ID for Lead

I manually added the following line to my process-conf.xml file:
<entry key="sfdc.externalIdField" value="TTL_ID__c"/>

Upserts now work well.  Thanks a lot, Vijay.

Original comment by nikran1...@gmail.com on 14 May 2010 at 2:20

GoogleCodeExporter commented 9 years ago

Original comment by vijay.swamidass@gmail.com on 20 May 2010 at 5:39

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago

Original comment by vijay.swamidass@gmail.com on 1 Oct 2011 at 12:48

GoogleCodeExporter commented 9 years ago
Hi!,

I'm using this tool to schedule upserts to Salesforce.

I have exactly the same problem as described above, but with Products. Seems 
this fix doesn't work, i don't know if it's because TTL_ID__c is related 
somehow with Leads object. 

Can you explain your fixes, and, if it's possible any solution for this.

Original comment by spavilad...@gmail.com on 18 Oct 2011 at 10:47