New-DbaSsisCatalog Can't load server | Could not load file or assembly 'Microsoft.SqlServer.Diagnostics.STrace, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. #9468
Unanswered
Crazyharry13
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tryed to create a SSISDB with the command:
New-DbaSsisCatalog -SqlInstance <computername\instance> -SsisCatalog SSISDB -SecurePassword $Password
WARNING: [12:46:37][New-DbaSsisCatalog] Can't load server | Could not load file or assembly
'Microsoft.SqlServer.Diagnostics.STrace, Version=16.100.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one
of its dependencies. The system cannot find the file specified.
I can't create a SSISdb on my instance. I am using Windows 2022 standard with SQL 2022 enterprise. I have the feeling this all started after an update of the powershell SQL Server module. Does anyone know how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions