I am having a really hard time with ssis lol. I have visual studio 2019 community and I installed ssis & data tools following this article. But when I try to run a package using dtexec, I get the error, To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or higher. But I thought that I did install ssis? Also I am confused as to what which dtexec I should be using I have it in the 110,120, & 130 folders?
: "C:\Program Files (x86)\Microsoft SQL Server\130\DTS\Binn\dtexec.exe" /f Package.dtsx
Microsoft (R) SQL Server Execute Package Utility
Version 13.0.4561.14 for 32-bit
Copyright (C) 2016 Microsoft. All rights reserved.
Started: 6:31:15 PM
Error: 2021-01-27 18:31:15.76
Code: 0xC000F427
Source: Expression Task
Description: To run a SSIS package outside of SQL Server Data Tools you must install Standard Edition of Integration Services or higher.
End Error
Warning: 2021-01-27 18:31:15.76
Code: 0x80019002
Source: Package
Description: SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (2) reached the maximum allowed (1); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
End Warning
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 6:31:15 PM
Finished: 6:31:15 PM
Elapsed: 0.14 seconds