The bulk-api tag has no wiki summary.
2
votes
1answer
16 views
SOQL query to load all documents in a content library
I am trying to query for all the documents in a library using the BULK API. The SOQL query I use is
SELECT ...
0
votes
0answers
20 views
Bulk Api SAlesforce in C# to insert data to salesforce from csv file
Hie,
In reference to the code provided here on the above link:
Unexpected Error while trying to perform simple Upsert
This code inserts static data to salesforce using bulk api,But i want some sample ...
3
votes
1answer
43 views
Disable Data Loader by Profile
Is it possible to disable the data loader based on profile (or role)?
We have some non-tech users who like to use the data loader for bulk updates, unfortunately, they are also making mistakes when ...
0
votes
0answers
40 views
Why we get “input stream can not be null” error while implementing Bulk API
i tried implementing an example of bulk api provided at link : http://code.google.com/p/sfdc-bulkapi-demo/source/browse/trunk/demo/src/com/jeffdouglas/BulkLoader.java
At run time, i am getting ...
1
vote
1answer
35 views
Got ConnectionException while implementing bulk api
i tried implementing an example of bulk api provided at below link :
http://code.google.com/p/sfdc-bulkapi-demo/source/browse/trunk/demo/src/com/jeffdouglas/BulkLoader.java
At run time, i am getting ...
1
vote
1answer
58 views
Need sample code on bulk api, for beginners [closed]
Can any one plz help me in understanding and implementing Bulk API.
Can i get a small sample code which clearly demonstrates how bulk API works.
I am totally new to this.
(I have initially worked ...
2
votes
1answer
26 views
APATAR - MySQL Data Integration to Salesforce
We are trying to migrate data from MySql to Salesforce through APATAR. I created transformation and the complete data (For Example:1,00,000 Records) was available up to transformation level, But in ...
3
votes
3answers
69 views
Integrating SQL Table Data into SalesForce Custom Object
Does anyone know whether it is possible to migrate SQL Table data into Salesforce custom object?
Thanks in Advance.
3
votes
0answers
57 views
SalesForce Bulk API: query relation on another custom object external id
I want to run a simple select query on a table, and include externalids of entities rather than salesforce ids...
This is my soql query normally works to select external id of User object :
select ...
1
vote
1answer
44 views
How to perform upsert in SalesForce Bulk API with Multiple Update Key?
I created some classes in Java, which integrate my existing system with SalesForce via Bulk API. The component runs smoothly when inserting new objects. I was wondering how it would be possible to ...
2
votes
1answer
93 views
Unexpected Error while trying to perform simple Upsert
When sending the following XML and CSV, I get this error on the Bulk Data Load Job Detail screen:
Got an unexpected error while processing BULK-API. Contact support
with error ID: ...
2
votes
1answer
122 views
Confused about the API options to
Problem:
I'm looking for the REST API that would retrieve on-demand a large number of records in bulk from the Salesforce accounts and other tables. This is to faciliate integration of Salesforce ...
1
vote
0answers
64 views
Bulk API getUpdated contacts
Is there a way to get updated contacts from salesforce with Bulk API. With SOAP API I can write it like this:
SforceService binding;
// login ....
binding.getUpdated("Contact", startDate, ...
6
votes
4answers
90 views
Bulk API & Foreign Key Resolution on Lookup Fields
We are designing an Integration leveraging Bulk API & Enterprise WSDL (The client code is handled by the source system). The target Force.com Object has few Lookup Fields. Wanted to understand how ...
5
votes
1answer
176 views
SalesForce Batch Compression Unexpected Error
In SalesForce' Bulk API, on page 60 of their documentation:
Compression
The only valid compression value is gzip. Compression is optional, but strongly recommended. Note that compression
...