Incorrect MTU size on source server causes connectivity issues when sending larger packages between Source and Target.
Executing "netsh interface ipv4 show interfaces" on CMD on source server shows a number larger than 1500 and ping using MTU size - 28 fails
C:\>netsh interface ipv4 show interfaces
Idx Met MTU State Name
--- ---------- ---------- ------------ ---------------------------
1 4294967295 1 0 32887 Loopback Pseudo-Interface 1
15 1514 1 1849431082 11737903881 Local Area Connection
Verify by using ping that the MTU size - 28 bytes of the header is able or unable to communicate with the other server.
MTU - Header = 1514 -28 = 1486
C:\>ping -l 1486 -f targethostname
Pinging targethostname [IP ADDRESS] with 1486 bytes of data:
Request timed out.
Request timed out.
Request timed out.