• vemuriki
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi,

I have a query on the data limits, As per documentation of Bulk API v2, we can upload max 100MB per call to
/services/data/vXX.X/jobs/ingest/jobID/batches

https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/upload_job_data.htm

It also seems we can execute only one put call per job, when I executed a second PUT call to the job I received the following response.

[{"errorCode":"BULK_API_ERROR","message":"Found multiple contents for job: <jobID>, please 'Close' / 'Abort' / 'Delete' the current Job then create a new Job and make sure you only do 'PUT' once on a given Job."}]

Does this mean if I have upload 1GB of data using Bulk API v2, I need to create 10+ jos? Is my understanding correct.

Thank you.
Hi

I am working on a java client application which has to use Bulk API v2, is there any java library from salesforce which can simplify using Bulk Api v2, I believe using bulk api v1 was possible with force-wsc-xxx.jar, so checking if there is any available from Salesforce. From earlier discussions on the forum https://github.com/endolabs/salesforce-bulkv2-java was provided, checking if there is any from Salesforce or is it only REST end points provided as part of Bulk API v2.

Thank you,
Venu
Hi

I am working on a java client application which has to use Bulk API v2, is there any java library from salesforce which can simplify using Bulk Api v2, I believe using bulk api v1 was possible with force-wsc-xxx.jar, so checking if there is any available from Salesforce. From earlier discussions on the forum https://github.com/endolabs/salesforce-bulkv2-java was provided, checking if there is any from Salesforce or is it only REST end points provided as part of Bulk API v2.

Thank you,
Venu
Hi

I am working on a java client application which has to use Bulk API v2, is there any java library from salesforce which can simplify using Bulk Api v2, I believe using bulk api v1 was possible with force-wsc-xxx.jar, so checking if there is any available from Salesforce. From earlier discussions on the forum https://github.com/endolabs/salesforce-bulkv2-java was provided, checking if there is any from Salesforce or is it only REST end points provided as part of Bulk API v2.

Thank you,
Venu