Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bulk.insert Error #47

Closed
synaqvi opened this issue Jul 31, 2017 · 4 comments
Closed

Bulk.insert Error #47

synaqvi opened this issue Jul 31, 2017 · 4 comments

Comments

@synaqvi
Copy link

synaqvi commented Jul 31, 2017

Hi

I am testing this with 100 Account rows and a batch size equals to 200. Everything is working fine from login to upload but during the process, it is continuously showing me following error:

salesforce-processing/Bulk.insert: Failure in processing file: Account.csv on pod: test-dev. Details: SFHelper.status: Call was successful, but some rows failed. Details: [{"batchId": "Id", "error": "Error"}]

Even after getting this error every time I run, all the records get uploaded to Salesforce without any issues.

Can anyone help me out please why I am getting this error over and over again whereas, there is nothing wrong with the records uploaded to Salesforce?

@lambacck
Copy link
Contributor

are you using the version off pypi or version 2.0 preview as exists in the master branch? You can install the current 2.0 preview by following the instructions in this comment: #44 (comment)

@synaqvi
Copy link
Author

synaqvi commented Jul 31, 2017

Followed the instructions provided by you but still getting the same error whereas, Accounts are getting uploaded properly to Salesforce.

@lambacck
Copy link
Contributor

lambacck commented Aug 2, 2017

There may be more details in the job status doc. You may also want to look at the job details in the salesforce bulk interface under setup.

@lambacck
Copy link
Contributor

There are insufficient details here to debug the issue. Please re-open if you have more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants