Activity overview
Latest activity by 0x1d
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...
Using DLM Automation Powershell cmdlets in CircleCI pipeline
Hi, reposting my question in this topic bc in the meantime I got familiar w the forum structure. I'm trying to set up a CircleCI pipeline to deploy an MSSQL database to AWS and I get a System.Secur...
Using DLM Automation Powershell cmdlets in CircleCI pipeline
Hi,I'm trying to set up a CircleCI pipeline to deploy a MSSQL database to AWS using CircleCI and I get a System.Security.Cryptography.CryptographicException: Access is denied. error when invoking a...