Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
When trying to upload file to Salesforce i am getting error as Maximum size of request reached. Maximum size of request is 52428800 bytes . what in understood salesforce has limitation for max 50mb file mine is more than that but what i want to achieve is the job should not fail in this case i have already unchecked Die on error checkbox and Extend Insert but the job still fails what am i missing
I figured this out to be problem with salesforce file size limitation rest everything is working fine so now if there is a file which exceeds a size limit set on salesforce end i am ignoring those files from uploading
Hello,
Is it OK with you to perform an insert operation in tSalesforceOutput component?
Here exists a jira issue: https://jira.talendforge.org/browse/TDI-32104
Let us know if it is what you are looking for.
Best regards
Sabrina
I figured this out to be problem with salesforce file size limitation rest everything is working fine so now if there is a file which exceeds a size limit set on salesforce end i am ignoring those files from uploading
Hello,
Thanks for letting us know your solution and sharing it with us on community.
Best regards
Sabrina