-
-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[New-DcnImage] Couldn't restore database System.Collections.Hashtable as MyDatabase-dbaclone on myserver. #226
Comments
Here is the Verbose output. As soon as the restore hits 100% the warning gets displayed. PS C:\WINDOWS\system32> New-DcnImage -Database MyDatabase -DestinationSqlInstance myserver -BackupFilePath \myserver\Databases\MyDatabase\FULL -ImageNetworkPath \myserver\dbaclone\Images -Verbose |
I believe this issue was caused by having an additional sub folder with the previous backups in the -BackupFilePath location. I moved that folder out to a new location and the image operation has succeeded without issue several times. |
I have attempted to create the same image by running commands from the server and remotely from my machine. Both attempts have resulted in the same error and same end state.
Version 0.10.72
Error:
WARNING: [07:12:02][New-DcnImage] Couldn't restore database System.Collections.Hashtable as Eligibility-dbaclone on mmappcore.
Cannot find an overload for "Round" and the argument count: "1".
Results:
Commands:
New-DcnImage -BackupFilePath D:\Backup\Databases\MyDatabase\FULL -DestinationSqlInstance myserver -ImageNetworkPath \myserver\dbaclone\Images -Database MyDatabase
New-DcnImage -BackupFilePath D:\Backup\Databases\MyDatabase\FULL -DestinationSqlInstance myserver -ImageNetworkPath \myserver\dbaclone\Images -Database MyDatabase
I'm not a PowerShell expert and I'm not sure where to begin troubleshooting this Warning. Any tips or assistance would be greatly appreciated.
The text was updated successfully, but these errors were encountered: