You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All of the jobs use a similar splitFiles() function. Inside of this function, they each trigger Bloomreach API and then flush and close the file that they just triggered the import for. If the Bloomreach server import job happens to request the file before the SFCC server resumes execution of the job, that means Bloomreach will not download the full file.
These operations should be reordered to flush, close, and then trigger the imports.
Example lines (note that this appears in several other similar functions):
All of the jobs use a similar
splitFiles()
function. Inside of this function, they each trigger Bloomreach API and then flush and close the file that they just triggered the import for. If the Bloomreach server import job happens to request the file before the SFCC server resumes execution of the job, that means Bloomreach will not download the full file.These operations should be reordered to flush, close, and then trigger the imports.
Example lines (note that this appears in several other similar functions):
bloomreach-salesforce-commercecloud-b2c-integration/cartridges/int_bloomreach_engagement/cartridge/scripts/jobSteps/generatePurchaseCSV.js
Lines 170 to 173 in ec43840
The text was updated successfully, but these errors were encountered: