I cannot figure out why some of our assets are not being scanned. They have been initially scanned before. Here is the lsagentlog.txt :
2020-06-05 14:28:23,805 [1] INFO Starting Lansweeper Agent Service
2020-06-05 14:28:23,869 [7] INFO === Service started ===
2020-06-05 14:28:28,050 [8] DEBUG Detected OS: Windows
2020-06-05 14:28:28,053 [8] DEBUG Client Version: 7.2.110.5
2020-06-05 14:28:28,054 [8] DEBUG Cleaning up older versions...
2020-06-05 14:28:28,061 [8] DEBUG Checking OS
2020-06-05 14:28:28,062 [8] DEBUG 64bit detected: checking registry (64bit)
2020-06-05 14:28:28,067 [8] DEBUG Reading ini file...
2020-06-05 14:28:28,337 [8] INFO CreateReachableEndPoint for 26cbfd18-0fdb-462a-909b-51eca3e2696f
2020-06-05 14:28:28,809 [8] INFO Url Check with address failed. Endpoint with address 'https://golf.bowen.lcl:9524/lsagent' was not reachable: The remote name could not be resolved: 'golf.bowen.lcl'
2020-06-05 14:28:28,809 [8] WARN Connection to url https://golf.bowen.lcl:9524/lsagent failed
2020-06-05 14:28:28,809 [8] INFO Url Check with address failed. Endpoint with address 'http://golf.bowen.lcl:9524/lsagent' was not reachable: The remote name could not be resolved: 'golf.bowen.lcl'
2020-06-05 14:28:28,825 [8] WARN Connection to url http://golf.bowen.lcl:9524/lsagent failed
2020-06-05 14:28:28,826 [8] DEBUG Created RelayCommunicationSender to URL https://relay.lansweeper.com/EchoService.svc
2020-06-05 14:28:28,831 [8] DEBUG Attach ServerCertificateValidationCallback
2020-06-05 14:28:28,847 [8] DEBUG CreateFactoryInstance for endpoint https://relay.lansweeper.com/EchoService.svc, EchoService
2020-06-05 14:28:29,222 [8] DEBUG ServicePointManager.ServerCertificateValidationCallback
2020-06-05 14:29:28,969 [8] ERROR An unexpected exception was caused
System.TimeoutException: The request channel timed out while waiting for a reply after 00:00:59.8433873. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. ---> System.TimeoutException: The HTTP request to 'https://relay.lansweeper.com/EchoService.svc' has exceeded the allotted timeout of 00:00:59.9950000. The time allotted to this operation may have been a portion of a longer timeout. ---> System.Net.WebException: The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- End of inner exception stack trace ---
at System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
at System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
at System.ServiceModel.Dispatcher.RequestChannelBinder.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 Lansweeper.Echo.Server.IService.IEchoService.GetAssetStatus(Guid agentKey, Guid assetId)
at Lansweeper.Echo.Client.SA.AssetServiceAgent..(IEchoService )
at Lansweeper.Echo.Client.SA.Wcf.WcfServiceInvoker.InvokeService[T,R](Func`2 invokeHandler)
at Lansweeper.Echo.Client.SA.AssetServiceAgent.GetAssetStatus(Guid agentKey, Guid assetId)
at Lansweeper.Echo.Client.SA.RelayCommunicationSender.GetAssetStatus()
at Lansweeper.Echo.Client.BL.ScanningManager.ExecuteScan(IAppSettingsClient appSettings, EchoIniInfo iniSettings, IIniFileManager iniFileManager)
at Lansweeper.Echo.Client.WindowsService.ServiceStart.StartCore()