Hi,
I've created a simple export job between two servers, where I export some data based on a query from one table in server 1 to another table in server 2.
The data dump went without error and dumped 106m rows into the destination table. In order to keep the destination table up to date, I created a job in SQL Server Agent, which is set to run one time daily. The source table is updated once every night, so my thought was to add new rows to the source table every morning, after the destination table is updated.
However, my job fails with the following error:
I'm not really sure what all this means and how to resolve it, however I could understand the localeID errors could have something to do with differences in collation in the databases.Started: 00:07:00 Error: 2019-03-06 00:07:01.05 Code: 0xC00470B6 Source: Data Flow Task 1 SSIS.Pipeline Description: The LocaleID 3072 is not installed on this system. End Error Error: 2019-03-06 00:07:01.05 Code: 0xC004706B Source: Data Flow Task 1 SSIS.Pipeline Description: "Data Conversion 0 - 0" failed validation and returned validation status "VS_ISBROKEN".
End Error Error: 2019-03-06 00:07:01.05 Code: 0xC004700C Source: Data Flow Task 1 SSIS.Pipeline Description: One or more component failed validation. End Error Error: 2019-03-06 00:07:01.05 Code: 0xC0024107 Source: Data Flow Task 1 Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 00:07:00 Finished: 00:07:01 Elapsed: 0.359 seconds.
The package execution failed. The step failed.