Hello!
I'm attempting to run a SSIS package via PowerShell using DTExec and this is the readout I'm getting:
PS C:\Active Automation\Nightly\Radius Export Jenzabar Import\Script(s)> C:\Active Automation\Nightly\Radius Export Jenzabar Import\Script(s)\1 Radius Import SSIS.ps1
Microsoft (R) SQL Server Execute Package Utility
Version 15.0.0900.40 for 32-bit
Copyright (C) 2017 Microsoft. All rights reserved.
Started: 12:16:16 PM
Could not create DTS.Application because of error 0x80040154
Started: 12:16:16 PM
Finished: 12:16:16 PM
Elapsed: 0 seconds
I've tried setting the package up with a password and adding that to the script and nothing changes. I'm finding limited information on this error so any help you guys can provide will be much appreciated.
Other information:
This machine is running Windows Server 2016, 64bit and I have Visual Studio Enterprise 2017 15.9.5 with SSDT 15.1.61901.03220 installed. There is no instance of SQL server on this machine and I'd prefer to avoid adding it if possible.