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
WARNING: [15:40:02][New-DcnImage] 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
I then remoted into the server and created some images locally. However, when I try to create clones from the remote machine using this script I get the following error.
New-DcnClone-SqlInstance "destinationServer"-CloneName name -Database new db -LatestImage
WARNING: [15:55:09][Get-DcnImage] Could not reach image information location 'DCNJSONFolder:\'
WARNING: [15:55:09][New-DcnClone] There is no image for database 'SaveMoney'
Getting issues trying to connect to a remote server.
Setup:
dbaclone - 0.10.72
dbatools - 1.1.145
PSFramework - 1.7.270
Microsoft SQL Server 2019
I ran this:
Then I ran this:
And I recieved:
I tested WinRM using this command
and got:
So, it appears that WinRM is working remotely, but it appears that the code cant connect remotely. Help?
The text was updated successfully, but these errors were encountered: