“SqlStoreConnection … method not found” when running Get‑DbaSsisEnvironmentVariable / New‑DbaSsisCatalog on dbatools 2.5.1 #9718
Unanswered
SylvainDuran
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Thank you for the detailed report! I indeed did forget to update those two. The fix will be in the next release which I plan for Sunday or Monday. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team 👋
I’m bumping into a quirky error and could really use your collective wisdom.
What I’m doing
What happens
What I’ve checked so far
The error seems to be triggered by the following line in the dbatools source (Get-DbaSsisEnvironmentVariable.ps1):
Loaded assemblies right after
Import-Module dbatools
:Only those two DLLs are v16 while the rest are v17.
The error references SqlStoreConnection from Sfc.
Quick Google research suggests version mismatches can break that ctor.
My question
Could the mixed v16/v17 assemblies be the culprit?
If yes, what’s the cleanest fix?
Any pointers or work‑arounds are super welcome!
Environment
Let me know if extra logs or traces would help—happy to share.
Thanks a ton for your time! 🙏
Beta Was this translation helpful? Give feedback.
All reactions