Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
What are "connection lost" and "connection dumped" entries in the server log?
Description:
What are "connection lost" and "connection
dumped" entries in the server log?
Answer/Solution:
If SDK app properly disconnect from server then we will something like below
31 00000001 2009-06-25 10:54:43 User John, Doe logged on connection from workstation jdoe1(CID:2024476972).
32 00000001 2009-06-25 10:54:43 User John, Doe logged off connection from workstation jdoe1(CID:2024476972).
But if SDK app exit without closing the socket connection then we will something like below
37 00000001 2009-06-25 10:56:07 User John, Doe logged on connection from workstation jdoe1(CID:2024476972).
38 00000001 2009-06-25 10:56:07 Connection of user John, Doe on workstation jdoe1 lost (CID:2024476972).
39 00000001 2009-06-25 10:57:26 Connection of user John, Doe on workstation jdoe1 dumped, timeout for reconnection expired (CID:2024476972).
not calling Server.disconnect() before existing the system will result to connect lost and connection dump.
For further assistance, please contact Boralnd Technical Support.