Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jennaallen opened this issue Oct 18, 2019 · 2 comments
Labels

Comments

@jennaallen
Copy link

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 #59 (comment) but I still get the error.

Thanks in advance for any guidance.

@furmangg
Copy link
Contributor

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.

@jennaallen
Copy link
Author

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.

@furmangg furmangg added the bug label Mar 23, 2020
@furmangg furmangg changed the title Can't find path to dtutil in registry Can't find path to dtutil in registry and error during deployment if Output window isn't docked Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants