WCCILproxy (1), PARAM,WARNING, 209, Cannot find the host in the list of the allowed-hosts: (System1:4777)

When this error message is shown, the hosts file does not contain an alias for the used hostname in the config file. Allowed host means that the alias is included in the hosts file. To solve this probem, add the alias name to the hosts file: C:/Windows/System32/drivers/etc/hosts. In the example below, TestServer1 is used as alias name for the TST-U-123 and TestServer2 as alias name for the TST-U-124.

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
192.168.156.13 TST-U-123 TestServer1
192.168.156.134 TST-U-124 TestServer2