Bulk write Job Status: FAILED
Hi!
I am trying to update records in a custom module with the BulkWriteJob-method in the Zoho CRM Node SDK V2. I tested the method successfully with a much smaller file with 4 records to update. Then, when I try to use the method for the actual records, I initially get: "Status Code: 201, Status: success, Code: SUCCESS" from the createBulkWriteJob-method, but no records actually get updated. When I get the job details with the getBulkWriteJobDetails-method I get the following:
Bulk write Job Status: FAILED
Bulk write Resource Status: FAILED
Bulk write Resource Type: data
The data is in the exact same form that it was in the successful test file. Only difference is that the test file had 4 records to update and the actual file has over 47000 records to update, but that shouldn't be the problem since 50000 is the maximum for one bulk write job.
Do you have any idea of what I'm doing wrong?