Hi. On my second downstream server (where I want the clone imported), I get this error message:
Import-DfsrClone : Could not import the database clone. Error code: 0x00002336
At line:1 char:1
+ Import-DfsrClone -Volume d:\ -Path D:\DBCLONE
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidResult: (d:\:String) [Import-DfsrClone], DfsrException
+ FullyQualifiedErrorId : Import-DfsrClone.ImportDBCloneMethodFailed,Microsoft.DistributedFileSystemReplication.Co
mmands.ImportDfsrCloneCommand
I followed Ned Pyle's tutorial and followed his tutorial:
https://www.youtube.com/watch?v=0kPob4IKY_U
The only thing different I did modify the config.xml file because on the downstream server, the paths are different. For example, D:\Shared\Public is instead, D:\Public so that is all I changed.
What am I doing wrong?