Why does the first task after a GO SAVE or ENDTCP run on an endpoint result in the task failing with a connection failure?
GO SAVE, ENDTCP, ENDSBS commands can all have the same affect on the Management Central server in that the Management Central server will not be able to notify the central system that the socket is going away. This results from TCP/IP ending and not notifying applications it is going away. When this occurs and the Management Central servers are back and running on the endpoint, the next task to that system will fail because the central system still believes it has a good connection to the endpoint. Before any action such as the three previous commands are run that result in TCP/IP being ended first, a user should run the command ENDTCPSVR SERVER(*MGTC). This will result in the central system knowing the socket is no longer usable, and a new connection will be established when the next task is run to the endpoint.