bideveloperextensions icon indicating copy to clipboard operation
bideveloperextensions copied to clipboard

Can't find path to dtutil in registry and error during deployment if Output window isn't docked

Open jennaallen opened this issue 6 years ago • 2 comments

I keep getting this error when trying to deploy an SSIS package to the server: Error : BIDS Helper encountered an error when deploying packages: Can't find path to dtutil in registry! Please make sure you have the SSIS service installed from the SQLServer2017 install media at BIDSHelper.SSIS.DeployPackagesPlugin.DeployProject(Project proj, IOutputWindow outputWindow, Array selectedItems, Boolean bCreateBat) in C:\projects\BIDS Helper\GitHub\bideveloperextensions\SSIS\DeployPackagesPlugin.cs:line 301

and this image

Version image

To Reproduce Steps to reproduce the behavior:

  1. I have a project that uses the package deployment model
  2. I right click on the project and hit 'Deploy'
  3. See error

I uninstalled VS 2017 and SSDT and followed the steps here for re-installing https://github.com/BIDeveloperExtensions/bideveloperextensions/issues/59#issuecomment-484666551 but I still get the error.

Thanks in advance for any guidance.

jennaallen avatar Oct 18 '19 02:10 jennaallen

The first error means you need to run the SQL Server 2017 installer and install Integration Services. It can be Developer Edition.

The second error is something we should fix. For now it sounds like you may be able to workaround it by docking the Output window. Let me know if that works.

furmangg avatar Oct 18 '19 03:10 furmangg

Yes, this worked! Thank you for the quick response and the super helpful extension. As you predicted, when the Output window was docked, I didn't get the second error message.

jennaallen avatar Oct 18 '19 15:10 jennaallen