I have a fresh install of SQL Server 2016 Developer with SSIS, on a clean install of Windows 10
When I try to deploy an SSIS package (developed on the same machine), when I come to select the destination server, I instantly get an error;
Failed to load assembly Microsoft.SqlServer.Management.IntegrationServicesEnum
Selecting 'details' doesn't seem to add much
Could not load file or assembly Microsoft.SqlServer.Management.IntegrationServicesEnum, Cluture=Neutral, PublicKeyToken=xxx
I've tried doing a repair on the install, to no avail. I've also tried referring to it as both the proper computer name, and localhost, but gives the same error
It's not my first time setting up SQLS & SSIS, but don't recall having any such issues before. The catalog has been created, but wonder if I've missed something out.
Ok, here are the steps I took to resolve the issue (eventually!)
Everything now seems to be working as it should.
This bug in some versions of VS data tools can be avoided by running the deployment wizard directly instead of opening it via visual studio.
Locate ISDeploymentWizard.exe for correct version of SQL server, e.g.
C:\Program Files\Microsoft SQL Server\140\DTS\Binn\ISDeploymentWizard.exe
Double click to run the exe then select your .ispac project file, e.g.
C:\SSISProject\bin\Development\SSISPackage.ispac
The deployment wizard should now complete without error.
I performed a repair from the data tools setup menu, and this seems to have solved it
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With