Comments
Sort by recent activity
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...
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...
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...