17-11-22 07:43 AM
HI ,
When I accessed Capture Model from Admin panel , I am not able to see value in new documents available to start ML training .
this is not appearing even for new and already trained models.
Can you please help is any thin missing and how to verify
17-11-22 01:37 PM
18-11-22 04:58 AM
18-11-22 10:40 AM
18-11-22 01:56 PM
Hi Benn
I have verified from all the directions and found all exist as per the trouble shoot guide
But I see some errors in capture log Any Idea ?
2022-11-18 00:18:08.1085 [7440-4] INFO | Model training failed: System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
--- End of inner exception stack trace ---
at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)
at System.Net.Security._SslStream.StartFrameHeader(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.StartReading(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security._SslStream.ProcessRead(Byte[] buffer, Int32 offset, Int32 count, AsyncProtocolRequest asyncRequest)
at System.Net.Security.SslStream.Read(Byte[] buffer, Int32 offset, Int32 count)
at SsiServerCommunication.Clients.SsiTcpClientSession.PerformRequest(Stream stream, BinaryCommand request)
at SsiServerCommunication.Clients.SsiTcpClientSession.GetCaptureModelTrainingInfo(String captureModelId)
at SsiDataCaptureClient.DataCaptureLogic.DataCaptureWorker.PerformCaptureModelTraining()
at SsiDataCaptureClient.DataCaptureClient.DoWorkImpl(Object sender, DoWorkEventArgs e)
18-11-22 01:58 PM