dbaclone icon indicating copy to clipboard operation
dbaclone copied to clipboard

[New-DcnImage] Couldn't create access path directory

Open heroinsquirrelekb opened this issue 9 months ago • 0 comments

This should be fixed by now. Closing the issue. If this is still a problem please reopen the issue

Originally posted by @sanderstad in https://github.com/dataplat/dbaclone/issues/161#issuecomment-1102181303

The same thing appeared Windows 10 PowerShell 7.3.7 dbaclone 0.10.72

New-DcnImage -SourceSqlInstance localhost -DestinationSqlInstance localhost -Database test -CreateFullBackup -ImageNetworkPath \localhost\C$\Temp\images

PS C:\Users\Alex> New-DcnImage -SourceSqlInstance localhost -DestinationSqlInstance localhost -Database test -CreateFullBackup -ImageNetworkPath \\localhost\C$\Temp\images\
WARNING: [14:14:13][Post Import] Unsupported version of Windows
WARNING: [14:14:25][New-DcnImage] Couldn't create access path directory | Exception calling "SetAccessRule" with "1" argument(s): "Some or all identity references could not be translated."
PS C:\Users\Alex>

heroinsquirrelekb avatar Oct 09 '23 11:10 heroinsquirrelekb