Ywat / dataloadercliq

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

Delete Attachments results in invalid ID #92

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The created csv file only contains the fieldname "ID" and is filled with the 
Salesforce ID (length 18) of the attachments that need to be deleted (same 
rsult with ANSI/UTF-8
like:
"ID"
"00P2000000bwBdZEAU"
same result with
"ID"
"00P2000000bwBdZ"
2. using the cmd/batch file to start the (cliq) "Delete-process" results in 0 
successes and only errors with "invalid ID"
3. Starting Dataloader manually and deleting the attachments using the same csv 
file results in 100% succes and no errors.

A similar cliq delete process on a custom object is successfull. 
The "Invalid ID" problem only occurs on the Delete process of ATTACHMENTS.

Used: cliq 2.3
Dataloader 29.0
citrix-environment Windows server 2008

Original issue reported on code.google.com by hijlko.r...@gmail.com on 1 May 2015 at 8:14