Hello,
The project is used on Linux RedHat 7.1. The project is redundant. Wincc OA v3.12 without any patches.
When I start a second project i got messages:
Stenby project
WCCILdata (0), 2016.10.18 15:45:13.521, SYS, SEVERE, 39, Connection lost, MAN: (SYS: 0 Data -num 0 CONN: 1), Status code: 0
WCCILdata (0), 2016.10.18 15:45:13.523, REDU, WARNING, 54, Unexpected state, DataManager, passiveRecovery, Lost connection to other replica while receiving updates.
Active project
WCCILevent (0), 2016.10.18 15:46:42.258, REDU, SEVERE, 54, Unexpected state, EvManager, doReceive, Active recovery aborted with RECOVERY_ABORT message
The same project on Windows 7 runs successfully.
I tried to increase the variable - activeRecoveryTimeout. It did not help.
What can be wrong?
RECOVERY ABORT
- leoknipp
- Posts:2928
- Joined: Tue Aug 24, 2010 7:28 pm
Re: RECOVERY ABORT
Hello,
to be able to see why the connection was lost we need to see all log entries on both servers during startup of the project.
Maybe the system works when the following config entries are set
[data]
# settings for alive functionality
alivePriorityClass = 1
aliveTimeout = -100
[event]
alivePriorityClass = 1
[redu]
alivePriorityClass = 1
P.S.: In WinCC OA 3.14 these settings are included in the standard config.redu file.
Best Regards
Leopold Knipp
Senior Support Specialist
to be able to see why the connection was lost we need to see all log entries on both servers during startup of the project.
Maybe the system works when the following config entries are set
[data]
# settings for alive functionality
alivePriorityClass = 1
aliveTimeout = -100
[event]
alivePriorityClass = 1
[redu]
alivePriorityClass = 1
P.S.: In WinCC OA 3.14 these settings are included in the standard config.redu file.
Best Regards
Leopold Knipp
Senior Support Specialist
- akim
- Posts:42
- Joined: Wed Sep 16, 2015 10:48 am
Re: RECOVERY ABORT
You were right. That helped. Thank you.