You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test-DcnRemoting : Cannot bind argument to parameter 'ComputerName' because it is null.
At C:\Program Files\WindowsPowerShell\Modules\dbaclone\0.10.72\functions\clone\New-DcnClone.ps1:230 char:62
+ ... emote = Test-DcnRemoting -ComputerName $computer.ComputerName -Creden ...
+ ~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (:) [Test-DcnRemoting], ParameterBindingValidationException
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Test-DcnRemoting
WARNING: [10:53:26][New-DcnClone] Couldn't connect to host remotely.
Verify that the specified computer name is valid, that the computer is accessible over the network, and that a firewall exception for the WinRM service is enabled and allows access from this computer
How would I accomplish creating multiple clones of the same database on the same shared server?
The text was updated successfully, but these errors were encountered:
I am trying to create multiple clones on the same server. When I try to run this command:
I get a warning that the database already exists. I then added the -SkipDatabaseMount parameter like so:
produces the following error:
How would I accomplish creating multiple clones of the same database on the same shared server?
The text was updated successfully, but these errors were encountered: