Error rendering macro 'rw-search'

null

Downloads

Versions Compared

Key

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

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 Bridgehead. The following notification error message will be displayed during after the setup processBridgehead configuration:


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 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-theyour-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-theyour-connections-environment>

...