Fix error Could not find file 'ExportSettings.xml' in Import-SPWeb
I have copied exported site to another farm and tried to restore. After executing of cmd-let for restoring spweb (Import-SPWeb -Identity http://spdev/forums/ -Path D:\Backups\forums.bak) I've got an error:
Import-SPWeb : Could not find file 'C:\Users\spadmin\AppData\
The reason of the error was in my inattention. The exported spweb was separated to 3 parts, but I have copied only the first one and forgot to copy others. When I copied missed files of export, import was ok.
thanks, it helped to me 🙂
Comment by serdal — July 19, 2018 @ 5:43 pm