Hi @all ,
let's say I have a bunch of SSIS packages exported from a previous SQL installation I would like to import into a new SQL 2019 server. The dtutil.exe is present on the system but any attempt to invoke it leads to the following error message:
This application requires Integration Services or Database Engine to be installed by SQL Server 2019 Standard, Enterprise, Developer, Business Intelligence, or Evaluation Edition. To install a component, run SQL Server Setup and select the component name.
Database Engine is installed while SSIS is not (and cannot be added because it is a clustered instance). On the SQL 2012 cluster the packages were exported from, SSIS wasn't installed either but dtutil.exe would work without issue. I did a clean install of SQL 2019 in the lab and got the same behaviour: As long as SSIS is not installed, I get this error message.
Is this a known behaviour? Is there a solution, short of installing another SQL server with SSIS just to be able to import packages?
Any help and insight is greatly appreciated!
Stay safe,
Evgenij