
We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.
You are running a task and after some time, it fails and shows the "Forced expiration" error.
This error means that the task ran for more than 2hs, which is the timeout for any dataloader.io task.
This is working as designed. The task could have failed due to one of the following reasons:
1) The task is too big.
2) There is a trigger set in your Salesforce related to the Object you are working with, so when the task is running, the trigger also runs, causing delays in the task.
3) There was any problem causing the task not to run as expected.
In order to resolve the "Forced expiration" error when a task ran for more than 2 hours, perform one of the following:
1) Split the file in smaller files and therefore, in more than one task. Alternatively, try to run your task again setting the batch size to 1 and check if this helps (setting batch size to one will cause that the process on your Salesforce runs faster since it will be processing one record only so this will avoid timeout in the communication between Salesforce API and dataloader.io from MuleSoft).
2) Try (1) first. And if setting the batch size to 1 does not help, you will need to ask your admin to check that process on your Salesforce to understand what is causing an error/delay and/or disable the trigger to run the dataloader.io task.
3) If there is no trigger related to that Object, and running a very small version of that file also causes the fail, then please create a ticket to dataloader.io's Support and share the below information:
- The input CSV file.
- Screenshot of each step of the task wizard.
005318659