Forum Discussion
loenenb
Nov 22, 2018Copper Contributor
Storage Migration Service - Can't open transfer and error logs after migrating data
Hi Community, After migrating a drive I'm trying to see which file transfers failed and why but I'm getting this message when trying to open either the transfer log or the errors only log: Tr...
Sudhir_AP
Microsoft
Dec 12, 2018Hi,
If I understand the issue correctly you are migrating a share from a source server to a destination server that also happens to the machine that you are connected to, correct?
You are driving the transfer from the UX and noticed that it failed. Now you want to find out why it failed and so you click on the button to check errors and that gives you the error that you pasted. Correct?
If you have an active repro can you please check if the Storage Migration Service is running on the destination server?
Please collect logs as per https://aka.ms/smslogs and send them to smsfeed@microsoft.com.
Thanks
Deleted
Dec 18, 2019Sudhir_AP
This solution worked perfectly for me, thank you!
I was able to extract the error logs from the Proxy_Debug.log file using PS:
Select-String "Transfer error for" .\hostname_Proxy_Debug.log | Select-Object -ExpandProperty Line | Out-File .\hostname_Proxy_Debug_Error.log