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

(ssis-vs2019) Improve error message if Visual Studio is running #56

Open
pascalberger opened this issue May 15, 2019 · 1 comment
Open

Comments

@pascalberger
Copy link
Collaborator

If Visual Studio is running the ssis-vs2019 package currently exits with error code 1626. For the user it would be helpful to receive a proper error message.

@dcasota
Copy link

dcasota commented Sep 25, 2019

error code 1626 (0x65a) is documented here https://docs.microsoft.com/en-us/windows/win32/debug/system-error-codes--1300-1699-.

Before deploying sql server data tools, which product GUID aka IdentifyingNumber of installed MSI setups do you get?

get-wmiobject Win32_Product | where Name -like "*Microsoft*" | Format-Table IdentifyingNumber, Name, LocalPackage -AutoSize

Newer versions of SSDT run side-by-side with existing Visual Studio installations, but you may pass in $packageArgs the productID as well.

hope this helps.
--Daniel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants