Activity overview
Latest activity by Everclear
This turned out to be a path issue on the build agent vm. No further issues. The error message given by SQLCompare is a red herring though - just food for thought. / comments
This turned out to be a path issue on the build agent vm. No further issues. The error message given by SQLCompare is a red herring though - just food for thought.
Thanks Peter. Putting your -verbose and -debug flags in place, I've been able to narrow down the issue. It seems to come from the internal call this cmdlet makes to SQL Compare when the flag -IgnoreAdditional is used. SQLCompare exits with error code 8 which translates to "Unsatisfied argument dependency
There is an unsatisfied argument dependency or violated exclusion when the command line is run." https://documentation.red-gate.com/sc10/using-the-command-line/exit-codes-used-in-the-command-line
This is DLM Automation 2 using the out-of-the-box SQL Compare build 13.0.7.5250. Please advise.
Thanks. / comments
Thanks Peter. Putting your -verbose and -debug flags in place, I've been able to narrow down the issue. It seems to come from the internal call this cmdlet makes to SQL Compare when the flag -Ignor...
How to pass -ignoreAdditional Switch to Sync-DlmDatabaseSchema cmdlet from DLM Automation 2?
The documentation says it is an ordinary switch parameter but when I run the following command to sync my database,
Sync-DlmDatabaseSchema -Source $scriptsFolder -Target $ci -AbortOnWarningLevel No...