Hi,
We have connected two clients to the WINCC-OA Scada server.
One client occasionally lost connection with the server .
This is the log of the server:
=====Begin log
PVSS00event (0), 2018.11.08 13:04:24.037, SYS, INFO, 4, Connected to, (SYS: 1 Ui -num 7 CONN: 1(R)) @ TDMCU001 (::ffff:10.35.120.23)
PVSS00event (0), 2018.11.08 13:11:25.194, SYS, WARNING, 39, Connection lost, MAN: (SYS: 1 Ui -num 7 CONN: 1(R)), Connection reset by peer (10054)
PVSS00event (0), 2018.11.08 13:11:25.206, SYS, WARNING, 65, Wrong destination address, (SYS: 1 Ui -num 7 CONN: 1(R)), DP_MSG_HOTLINK
PVSS00event (0), 2018.11.08 13:11:25.206, SYS, WARNING, 65, Wrong destination address, (SYS: 1 Ui -num 7 CONN: 1(R)), DP_MSG_HOTLINK
PVSS00event (0), 2018.11.08 13:11:25.206, IMPL, WARNING, 54, Unexpected state, EvConnection, updateSpontNotif, hot link generated for broken connection to (SYS: 1 Ui -num 7 CONN: 1(R))
PVSS00event (0), 2018.11.08 13:11:25.221, SYS, WARNING, 65, Wrong destination address, (SYS: 1 Ui -num 7 CONN: 1(R)), DP_MSG_HOTLINK
PVSS00event (0), 2018.11.08 13:11:25.221, SYS, WARNING, 65, Wrong destination address, (SYS: 1 Ui -num 7 CONN: 1(R)), DP_MSG_HOTLINK
PVSS00event (0), 2018.11.08 13:11:25.221, IMPL, WARNING, 54, Unexpected state, EvConnection, updateSpontNotif, hot link generated for broken connection to (SYS: 1 Ui -num 7 CONN: 1(R))
PVSS00data (0), 2018.11.08 13:11:27.253, SYS, INFO, 39, Connection lost, MAN: (SYS: 1 Ui -num 7 CONN: 1(R)), Connection closed
PVSS00data (0), 2018.11.08 13:11:27.539, SYS, INFO, 4, Connected to, (SYS: 1 Ui -num 7 CONN: 1(R)) @ TDMCU001 (::ffff:10.35.120.23)
PVSS00data (0), 2018.11.08 13:11:27.763, SYS, INFO, 0, , Manager (SYS: 1 Ui -num 7 CONN: 1(R)) initialised
PVSS00event (0), 2018.11.08 13:11:35.754, SYS, INFO, 4, Connected to, (SYS: 1 Ui -num 7 CONN: 1(R)) @ TDMCU001 (::ffff:10.35.120.23)
=====End log
Would anyone happen to know what this warning message means and how it can be fixed or prevented?
Regards,
Henk
Client loses Connection occasionally with server
- cofelyhoogland
- Posts:13
- Joined: Mon May 21, 2012 9:39 am
Client loses Connection occasionally with server
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: Client loses Connection occasionally with server
In case of a connection loss you always have to look at the PVSS_II.log file for the server and the client.
"Connection reset by peer" simply means that the communication partner (peer) has closed the connection.
Best Regards
Leopold Knipp
Senior Support Specialist
"Connection reset by peer" simply means that the communication partner (peer) has closed the connection.
Best Regards
Leopold Knipp
Senior Support Specialist
- cofelyhoogland
- Posts:13
- Joined: Mon May 21, 2012 9:39 am
Re: Client loses Connection occasionally with server
Thanks for the response