Hi @Joffre L. A. Mota (LG lugar de gente)
I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this! Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others "I'll repost your solution in case you'd like to accept the answer.
Ask: I've got a Pipeline with some Data Flow activities that runs in parallel.
I've got the error on last night's execution and I'd like some help to understand why and how to prevent it from happenning.
Job failed due to reason: at Sink 'EnviaFerias': Communications link failure The last packet successfully received from the server was 7,905,186 milliseconds ago. The last packet sent successfully to the server was 7,905,186 milliseconds ago."
All dataflows have the same standard:
- Source Activity: Get data from a SQL Server dataset using a query
- Order Activity: define received data order using column RegisterDate
- AlterRow Activity: to INSERT, UPDATE or DELETE data based on key column ID
- Sink Acitivy: to sendo transformed data into MySQL
Error happened on marked line below.
All other dataflows runned successfully.
Also, would it be possible to run only those that failed instead of the entirely Pipeline?
Solution: I've solved it by using "PURGE BINARY LOG" at MySQL.
If I missed anything please let me know and I'd be happy to add it to my answer, or feel free to comment below with any additional information.
If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.
Please don’t forget to Accept Answer
and Yes
for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members