Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ConnectionsExpert needs to In certain cases, it may happen that the IBM Connections host name can not be resolved. As a result, ConnectionsExpert can not communicate with the IBM Connections environment which means...In case the name resolution isn't possible via DNS, the hostname and IP address can be configured in Bridgehead. The following notification will be displayed during the setup process:


If host name resolution via DNS is not possible, the IP address and host name can be configured in the /opt/panagenda/appdata/ce/config file.Therefore, following properties must be defined file as follows:

Code Block
#will be used in combination with the PANAGENDA_CONNECTIONS_IP property to define a hosts file mapping for the connections environment 
PANAGENDA_CONNECTIONS_HOST_NAME=<hotname-of-the-connections-environment>

#will be used in combination with the PANAGENDA_CONNECTIONS_HOST_NAME property to define a hosts file mapping for the connections environment
PANAGENDA_CONNECTIONS_IP=<ip-address-of-the-connections-environment>

...