02/28/2021-15:37:07.061 [Erro] PerformDeviceDiscovery call failed for operation=10aee821-f486-4ee0-9cd4-af1e0a150100 device=NewServer.Domain.COM error=-2146233083 e=System.TimeoutException: This request operation sent to net.tcp://localhost:28941/sms/proxy/1/devicediscovery did not receive a reply within the configured timeout (00:04:00). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client.
Server stack trace:
at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Microsoft.StorageMigration.Proxy.Service.Contracts.IDiscovery.PerformDeviceDiscovery(SingleDeviceDiscoveryRequest request)
at Microsoft.StorageMigration.Service.ProxyClientBase`1.UsingClient[TResult](Func`2 func, Int32 timeoutInMinutes)
at Microsoft.StorageMigration.Service.DeviceHelper.RequestInventoryDevice(String deviceName, String sourceDeviceName, DeviceCredential credential, DeviceCredential sourceCredential, DeviceDiscoveryOptions inventoryOptions, Guid operationId, Guid proxyId, Nullable`1 sourceServerType, String sourceTestSmbShareName, CancellationToken cancelToken, SourceType sourceType, Protocol protocol, SSHCredentials sshCreds) [d:\os\src\base\dms\service\OperationManager\DeviceHelper.cs::RequestInventoryDevice::105]