SK SKYVVA Documentation

16.4 How to use real SFDC bulk mode for SAP PI

Learning Objectives:- This unit describes:-

Introduction:- SKYVVA provides different processing modes and uses API Dynamic Switch where incoming data goes automatically to be processed as synchronous, batch or bulk. What is Bulk? SKYVVA Bulk Interface Processing is an interface uses for running bulk attachments. When you have a huge amount of data I,e data >= 5000records, then we should use bulk processing to process the interface.

We should know some terms:-

interface.

Pre-requisite:- Step1: We have to create an integration. Please refer to our tutorial to create integration.

Step2: We have to create an interface.

How to use  "Real SFDC bulk mode for SAP PI?"

To generate a WSDL file for some Interfaces, we have to follow the given steps:- Step 3:  We have to go to our created interface detail page. We can post data from SAP or Skyvva Agent into Skyvva/Salesforce with bulk mode: Bulk Version: -SKYVVA Bulk 1.0

-SFDC Bulk API 1.0

-SFDC Bulk API 2.0

We can use the bulk version = None or SKYVVA Bulk 1.0 the data will be posted into the bulk control board.

Step 2:  We can see the result on the bulk control board after post data with Agent.

We can use the bulk version = SFDC Bulk API 1.0 the data will be posted into Salesforce database directly the SFDC Bulk API 1.0 is processed base on Bulk Processing Mode = Parallel and Serial. Default value is parallel.

With this case when user posts data from Agent successfully the user can see of transaction data processing in Bulk Data Load Jobs Note: SFDC Bulk API 1.0 process data with sObject Job Type= Bulk V1, For Data and Message object process with Job Type=Bulk V2 please see screenshot below

We can use bulk version = SFDC Bulk API 2.0 the data will be posted into Salesforce database directly the SFDC Bulk API 2.0 works with Bulk Processing Mode = Parallel only (no work with Serial) Please see the screen below after posted data from Agent

Message Monitoring All data call from Agent or other systems to the salesforce via SFDC Bulk API 1.0 and SFDC Bulk API 2.0 Always create the messages Pending, Failed, Completed,…….. Don’t Create Message Completed Because of the SFDC Bulk API feature can work with big data so we check the flag Don’t Created Message Completed = true mean that not allow all completed messages or Idatacreate into database

Note: Operation Upsert

Process:- Store batch data in agent folder, root folder = interfaced ID

The batch will auto-delete when the job is completed.

Open this article in the interactive viewer →