Hi, @Nilesh Patel I did some research and found the below configuration settings for SMB share, prerequisites, and known issues if it might help you to fix the issue.
- Configure Migration settings.
- Prerequisites
- SMB file share connectivity
there is a full backup for source SQL DB on the shared file system (SMB Share)
The credentials used to copy the backup file to or from the file share to the target system should have read/write permission to access the file share.
Verify you can do restore header only RESTORE HEADERONLY FROM DISK = N'\<SMB file share path>\full.bak'
Note:- the time of restore headeronly shouldn't be long (less than 10minutes) and the output should match the selected source database name with the DatabaseName in RESTORE HEADERONLY.
In case The RESTORE HEADERONLY query is taking over 10 mins. the workaround is to use the compressed option and stripe backup into 8/10 files for the backup.
Regards
Geetha