The most common reason for an error such as this is that your task is set to collect specific information, filter that information, create a file and email the created file.
β
The error can appear when the step that filters the information doesn't actually return any information, but the options are set to carry on processing the task when no data is found.
β
Therefore, when the task reaches the email step, no file is actually present, and the email step fails because there is nothing to send.
β
If this is the case, you will usually see an entry shortly before the email error against the Save As File step warning you that the Recordset contains no rows.
β
If this is the case, then this error is simply the system telling you that it could not send the email as there was nothing to send.
Task Centre shows error 0x80020009 'An error occurred during task task run' on SMTP step
Updated over 2 weeks ago