How to use Salesforce Bulk API operations with the TIBCO BusinessWorks(TM) Salesforce.com Plug-in.
book
Article ID: KB0085450
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for Salesforce.com
-
Not Applicable
-
Description
Description: The TIBCO BusinessWorks Salesforce.com Plug-in (Salesforce plugin) uses the force.com SOAP API to perform queries, create, update/upsert and delete operations for Salesforce.com sObejcts. The SOAP API is optimized for real-time integration. However, it does not mean that you can not use it for bulk operations.
Resolution
For bulk data loading, you can still use the Salesforce plugin which handles batch internally. If you do need to use the Bulk API, you can use a combination of the BW Salesforce plug-in and the BW HTTP palette.
Issue/Introduction
How to use Salesforce Bulk API operations with the TIBCO BusinessWorks(TM) Salesforce.com Plug-in.
Additional Information
Attached are sample BW projects and specifications to show how to use combination to bulk load data from CSV to Salesforce.com. Make sure you change the GV ProjectDir and replace the username/password with yours.