DLM Automation 2 erroring on transaction isolation...
ewomack
Posts: 15
Hello,
I am using DLM Automation 2 through the VSTS plugin. I just installed DLM on the build server and when I run "Get-Command -Module DlmAutomation" in PowerShell everything looks good.
Then, when I go to perform a build it fails with the following error message:
System.Management.Automation.CmdletInvocationException: A parameter cannot be found that matches parameter name 'transactionIsolationLevel'
I didn't write the SQL code in question, so I'm still looking into it, but are there any known issues with DLM and isolation level?
We have successfully built and deployed other applications with DLM and VSTS, but this is the only script that generates this error.
Thank you!
I am using DLM Automation 2 through the VSTS plugin. I just installed DLM on the build server and when I run "Get-Command -Module DlmAutomation" in PowerShell everything looks good.
Then, when I go to perform a build it fails with the following error message:
System.Management.Automation.CmdletInvocationException: A parameter cannot be found that matches parameter name 'transactionIsolationLevel'
I didn't write the SQL code in question, so I'm still looking into it, but are there any known issues with DLM and isolation level?
We have successfully built and deployed other applications with DLM and VSTS, but this is the only script that generates this error.
Thank you!
Comments
http://stackoverflow.com/questions/41556867/red-gate-dlm-automation-binding-error-using-vsts
The response said to make sure that I have DLMA 2.0.3 to work with VSTS. I'll try to download that (which I'm guessing I can do with SQL Toolbelt license) and hopefully that fixes it.
Is Stack Overflow a better site to ask RedGate support questions than this forum?