Comments
Sort by recent activity
thanks @Sergio R Unfortunately, the error is thrown at most of the DLM cmdlets, not just the registration step. It is thrown at Invoke-DlmDatabaseSchemaValidation and also the most important one: Sync-DlmDatabaseSchema. The only one without error is the New-DlmDatabaseConnection. / comments
thanks @Sergio R Unfortunately, the error is thrown at most of the DLM cmdlets, not just the registration step.It is thrown at Invoke-DlmDatabaseSchemaValidation and also the most important one: Sy...
I've been looking at this last weekend and I can confirm it's not a certificate thing. I was able to set up a working script with the Powershell cmdlets on a Windows EC2 instance. But when I ran the same script in the CircleCI Windows executor I get the above exceptions. If I run the script with Start-Process powershell.exe -Verb Runas -ArgumentList "-File deploy-db.ps1" I can't capture the logs [image] / comments
I've been looking at this last weekend and I can confirm it's not a certificate thing. I was able to set up a working script with the Powershell cmdlets on a Windows EC2 instance. But when I ran th...