Hi @Beacon77 ,
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "APPS - Weather Station" (41) failed with error code 0xC0209029 while processing input "OLE DB Destination Input" (54).
From the error message, the error thrown at APPS - Weather Station processing input "OLE DB Destination Input".
Please have a check if there is a data type issue. You have to match the compatible data type as per the source in APPS - Weather Station.
Switching the Run64BitRuntime project setting to False to try.
You may also try with ADO.NET to connect to Mysql to see if it could work.
https://techcommunity.microsoft.com/t5/sql-server-integration-services/connecting-to-mysql-from-ssis/ba-p/387400
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.