Activity overview
Latest activity by robertenglehorn
A support ticket was created with the same suggestions as you have made. v7.2.16.11965 was successful in resolving the issue. Thanks... / comments
A support ticket was created with the same suggestions as you have made. v7.2.16.11965 was successful in resolving the issue. Thanks...
Unable to commit tables with extended properties from SQL Data Catalog
We have used SQL Data Catalog to define columns with sensitive data. The cataloging was done on Prod tables, and when doing so generated several extended properties ... on the Prod table object. ...
This does not seem to have fixed the problem. Using these 2 lines of code: $machine = Get-SqlCloneMachine -Name $sqlserver $sqlServerInstance = Get-SqlCloneSqlServerInstance -MachineName $machine.MachineName -InstanceName $sqlinstance $machine validates successfully. $sqlinstance = '' $sqlServerInstance fails with : Get-SqlCloneSqlServerInstance : Sequence contains no matching element
At C:\bin\script\CreateImagesByServer.ps1:23 char:22
+ ... rInstance = Get-SqlCloneSqlServerInstance -MachineName $machine.Machi ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Get-SqlCloneSqlServerInstance], InvalidOperationException
+ FullyQualifiedErrorId : RedGate.SqlClone.PowerShell.Commands.GetSqlCloneSqlServerInstanceCommand
/ comments
This does not seem to have fixed the problem. Using these 2 lines of code:$machine = Get-SqlCloneMachine -Name $sqlserver$sqlServerInstance = Get-SqlCloneSqlServerInstance -MachineName $machine.Ma...
Bad JSON excape sequence during CreateCloneRequestEvent
Getting this error during the CreateCloneRequestEvent. This is only occurring on specific clone destinations. Many of my destinations work without issue. It wouldn't surprise me if these destina...
I am able to get machine information using Get-SqlCloneMachine yet Get-SqlCloneImageLocation -MachineName $machine.MachineName is throwing the error: Get-SqlCloneSqlServerInstance : Sequence contains no matching element. I've stopped and re-installed the agent on $machine, along with following your instructions to Remove-SqlCloneMachine. Does Get-SqlCloneSqlServerInstance use a different port to communicate? Any suggestions on what to try next? / comments
I am able to get machine information using Get-SqlCloneMachine yet Get-SqlCloneImageLocation -MachineName $machine.MachineName is throwing the error: Get-SqlCloneSqlServerInstance : Sequence contai...