Hi, I have a SSIS package which runs successfully at my local system. It fails at QA Server.
Upon investigation I found the version of 'dtexec' is latest at my local system. To mitigate this I have copied the DTS folder from my system and copied to QA Server. Now when I run the package from cmd using the new dtexec it fails with the same errors.
Note: I see the version of dtexec changes and appears the same on my system but still fails.
Could anyone help me on this?
Errors:
Microsoft (R) SQL Server Execute Package Utility
Version 11.0.5058.0 for 64-bit
Copyright (C) Microsoft Corporation. All rights reserved.
Started: 2:59:24 AM
Error: 2016-02-05 02:59:26.15
Code: 0xC000F427
Source: Scrubber
Description: To run a SSIS package outside of SQL Server Data Tools you must
install SSIS log provider for SQL Server of Integration Services or higher.
End Error
Error: 2016-02-05 02:59:29.12
Code: 0xC000F427
Source: Scrubber
Description: To run a SSIS package outside of SQL Server Data Tools you must
install SSIS log provider for SQL Server of Integration Services or higher.
End Error
Error: 2016-02-05 02:59:47.02
Code: 0xC000F427
Source: Archive Diagnoses SSIS.Pipeline
Description: To run a SSIS package outside of SQL Server Data Tools you must
install Row Count of Integration Services or higher.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 2:59:24 AM
Finished: 2:59:47 AM
Elapsed: 23.187 seconds