Remote UI doesn\'t work

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
12 posts • Page 1 of 2
Bayandin
Posts:7
Joined: Fri Aug 14, 2015 10:21 am

Remote UI doesn\'t work

Post by Bayandin »

When I try to start remote UI project it fails.
Log on remote client:
[spoiler]WCCOAui (0), 2016.03.09 17:20:23.535, SYS, INFO, 3, Trying to connect to (SYS: 0 Data -num 0 CONN: 1) @ 172.16.163.130:4897
WCCOAui (0), 2016.03.09 17:20:25.042, SYS, INFO, 4, Connected to (SYS: 0 Data -num 0 CONN: 1) @ BurServer (172.16.163.130)
WCCOAui (3), 2016.03.09 17:20:25.146, SYS, INFO, 6, Initialization by Data Manager finished
WCCOAui (3), 2016.03.09 17:20:25.149, SYS, INFO, 3, Trying to connect to (SYS: 1 Event -num 0 CONN: 1) @ 172.16.163.130:4998
WCCOAui (3), 2016.03.09 17:20:35.550, SYS, SEVERE, 39, Connection lost, Alive timeout expired, closing connection to (SYS: 1 Data -num 0 CONN: 1) (P) @ BurServer (172.16.163.130). Last message expected at 2016.03.09 17:20:35.446.
WCCOAui (3), 2016.03.09 17:20:35.552, SYS, FATAL, 63, Connection error, Lost connection to data during initialization, exiting...
WCCOAui (3), 2016.03.09 17:20:40.497, SYS, INFO, 39, Connection lost, MAN: (SYS: 1 Data -num 0 CONN: 1), Connection has been closed
WCCOAui (3), 2016.03.09 17:20:40.497, SYS, SEVERE, 39, Connection lost, Alive timeout expired, closing connection to (SYS: 1 Data -num 0 CONN: 1) (P) @ unknown (). Last message expected at 2016.03.09 17:20:35.446.
[/spoiler]
On server:
[spoiler]WCCILdata (0), 2016.03.09 17:21:34.296, SYS, INFO, 4, Connected to (SYS: 1 Ui -num 3 CONN: 1) @ TIAES (::1)
WCCILdata (0), 2016.03.09 17:21:34.349, SYS, INFO, 0, , Manager (SYS: 1 Ui -num 3 CONN: 1) initialised
WCCILdata (0), 2016.03.09 17:21:46.526, SYS, WARNING, 39, Connection lost, MAN: (SYS: 1 Ui -num 3 CONN: 1), Connection reset by peer (10054)
WCCILproxy (1), 2016.03.09 17:21:46.527, SYS, SEVERE, 39, Connection lost, proxyWorkerItcIOHandler::prepareToWrite() read failed. Len = -1 from: (SYS: 1 Data -num 0 CONN: 1) @ 172.16.163.130:4897 to: (SYS: 1 Ui -num 3 CONN: 1) @ Client.localdomain:49785 error: 10054 STATUS: 17[/spoiler]

I tryed to add configs [ui]
aliveTimeout = 30
alivePriorityClass = 1
and create new projects, but nothing changed.
WinCC OA 3.14 P001, Windows 7 x64 Pro on both PC's.

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Remote UI doesn\'t work

Post by mkoller »

Not sure but it might be a DNS problem. Try to add the following config entry on the server in the general section:
noReverseLookup = 1

You should check if all your machines are DNS resolvable - on the server and on the client.

hotze.brons@strukton.com
Posts:8
Joined: Wed Feb 24, 2016 5:17 pm

Re: Remote UI doesn\'t work

Post by hotze.brons@strukton.com »

We have slightly the same problem. Cannot connect Client to Server. On client the following massage.
WCCOAui (0), 2016.04.20 15:59:47.464, SYS, INFO, 3, Trying to connect to (SYS: 0 Data -num 0 CONN: 1) @ 192.168.10.1:4897
WCCOAui (0), 2016.04.20 15:59:47.474, SYS, INFO, 4, Connected to (SYS: 0 Data -num 0 CONN: 1) @ SC_KLANT1 (192.168.10.1)
WCCOAui (0), 2016.04.20 15:59:50.485, SYS, INFO, 0, , Connection from SC_KLANT1 expired
WCCOAui (0), 2016.04.20 15:59:50.497, IMPL, FATAL, 5, Connection not possible, WCCILdata
WCCILpmon (1), 2016.04.20 15:59:57.807, SYS, INFO, 21/pmon, Got STOP_ALL command from ::1, stopping the project
WCCILpmon (1), 2016.04.20 15:59:57.813, SYS, INFO, 17/pmon, Stopping Manager WCCOAui(1) with signal SIGTERM
WCCILpmon (1), 2016.04.20 16:00:27.864, SYS, INFO, 17/pmon, Stopping Manager WCCOAui(1) with signal SIGKILL
WCCILpmon (1), 2016.04.20 16:00:27.995, SYS, INFO, 13/pmon, Completely stopped the project - waiting for commands
WCCILpmon (1), 2016.04.20 16:00:48.555, PARAM,WARNING, 224, Security issue: Username or Password entry found in config file!
WCCILpmon (1), 2016.04.20 16:00:48.570, SYS, INFO, 3/pmon, Got shutdown command - stopping the project and terminating
WCCILpmon (1), 2016.04.20 16:00:48.570, SYS, INFO, 15/pmon, Completely stopped the project - terminating
WCCILpmon (1), 2016.04.20 16:00:48.570, SYS, INFO, 2, Manager Stop

Could this parameter also in this case solve the problem?

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Remote UI doesn\'t work

Post by mkoller »

Probably yes. It seems data manager takes too long to respond after the connection has been established, which is a sign that it might be just waiting for DNS to return.
You should check your DNS setup but you can of course try the config entry.

hotze.brons@strukton.com
Posts:8
Joined: Wed Feb 24, 2016 5:17 pm

Re: Remote UI doesn\'t work

Post by hotze.brons@strukton.com »

Problem solved after editting hosts file

shotdunyun
Posts:10
Joined: Mon Nov 03, 2014 3:30 am

Re: Remote UI doesn\'t work

Post by shotdunyun »

Thanks for your last posting, I'm experiencing the same problem, though on version 3.12.
Could you share with me how editting the hosts file would work?

hotze.brons@strukton.com
Posts:8
Joined: Wed Feb 24, 2016 5:17 pm

Re: Remote UI doesn\'t work

Post by hotze.brons@strukton.com »

In windows in directory C:\\Windows\\System32\\drivers\\etc you will vind the extentionless hosts-file named 'hosts'.

http://www.howtogeek.com/howto/27350/be ... osts-file/

leoknipp
Posts:2928
Joined: Tue Aug 24, 2010 7:28 pm

Re: Remote UI doesn\'t work

Post by leoknipp »

how to define the entries in the hosts-file is described in the following part of the WinCC OA help:
Special functions --> Redundant network connections

This chapter is related to redundant network connections, in case of single network connections the entries look similar without the definition of the redundant network.

Best Regards
Leopold Knipp
Senior Support Specialist

vedadramovic
Posts:121
Joined: Mon Apr 07, 2014 10:36 am

Re: Remote UI doesn\'t work

Post by vedadramovic »

I have the same problem.
WCCOAui (0), 2017.01.25 09:30:39.725, IMPL, FATAL, 5, Connection not possible, WCCILdata
We do not have DNS.
I am trying to connect over VPN connection.
This means that i will not have always same IP address, so I cannot insert my IP address into HOST.ini file.
Is there any way to solve this problem?

hotze.brons@strukton.com
Posts:8
Joined: Wed Feb 24, 2016 5:17 pm

Re: Remote UI doesn\'t work

Post by hotze.brons@strukton.com »

In my opinion a Fixed IP adress is a must in non-office environment.

Fixed IP adress over VPN is possible normaly. Connect your Systemadministrator.

12 posts • Page 1 of 2