Hi,
I created a dtsx file through Microsoft Visual Studio version 18.6 to run an SQL script. At the end of setting it up, it ran and created the CSV file correctly.
Next I set up a job schedule through SQL Server Agent, and tried to run it. It failed saying
"The job failed - Excuted as user: NT Service\SQLSERVERAGENT.Microsoft (R) SQL Server Execute Package Utility Version 13.0.5865.1 for 64-bit. Copyright (C) 2016. All rights reserved. Started 12:05:01PM Error 2022-03-31 12:05:01:19 Code 0xC0048020 Source: Data Flow Task 1 (SSIS.Pipeline) Description: The version of Destination - Testing_csv is not compatible with this version of the DataFlow. End Error Error: 2022-02-31 12:05:01.20 Code 0xC0048020 Source Data Flow Task 1 SSIS.Pipeline Description: The version of Destination - Testing_csv.clsid {44152846-E5A6-4EDB-8B8E-7072209A7662} is not compatible with this version of DataFlow. End Error Error: 2022-03-31 12:05:01:20 Code: 0xC0048021 Source: Data Flow Task 1 Destination - Testing_csv [2] Description: The component is missing not registered, not upgradeable, or missing required interfaces. The contact information for this component is "Flat File Destination, Microsoft Corporation, Microsoft SQL Server (C) Microsoft Corporation All Rights Reserved http://www.microsoft.com/sql/support:1 End Error
Is that enough to identify what the issue is?
Thank you for your help
Best wishes
Ros