-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Unable to reference connection strings in setup and cleanup tasks #110
Comments
I'll check this |
Yes, indeed, I confirm the bug. I've provided a fix at https://ci.appveyor.com/project/CdricLCharlier/nbi/build/1.11.0.99042 Could you confirm it's effectively fixing your issue? Thx. |
Thank you very much for your quick reply. Unfortunately it does not appear to solve the problem, here is the full error message: And here is the spedification of the setup task: |
Could you copy/paste your test and the settings? I have some troubles to reproduce. |
Here is the settings section, I have removed the server and instance names and the other connection strings: The sql task looks as follows: |
Ok, now I know where to check. |
Sounds good. I really hope you are able to fix it :) I don't know if it is possible, but it would also be cool if you could specify servers for etl runs the same way -----Original Message----- Ok, now I know where to check. |
First time, I had fixed the issue for |
Just ran my tests with the updated build and it is working :) |
Ok, thx for feedback, I'll merge into the master branch and it will be part of release 1.11 (probably in a few days). If you want that take a look to provider a tag |
When creating setup and cleanup tasks the connectionString must be specified explicitly, it is not possible to reference the ones created in the settings section using the @-notation.
The text was updated successfully, but these errors were encountered: