Question:
What does the error Stream is Closed mean in respect to PSIcapture?
Situation in this case is a Network Station that is trying to load balance with a Capture Server.
Answer:
A “Stream is closed” error is thrown whenever a call to a service (local or remote) does not complete within a certain amount of time. In your case, it appears the service on the Capture Server requests the service on the NW machine to import a queue of files. It then waits to hear back from the NW machine for a processing response. If the response takes too long (3 minutes max), the connection times out, which then leads to the “Stream is closed'
Comments
Please sign in to leave a comment.