Personal chats in Microsoft Teams (from the Connections business card, profile, and
Important to Me bubble) require that Connections is enabled to make requests to the app
registry service to discover the extensions that enable those integrations.
About this task
By default, Connections applications do not try to make requests to the app registry
service to avoid unnecessary requests if the app registry service has not been
deployed as part of a Component Pack installation.
Procedure
-
Locate the
WAS_HOME\profiles\WAS_Profile\config\cells\Host_name\LotusConnections-config\LotusConnections-config.xml
file.
-
Locate the
sloc:serviceReference
section where
serviceName="extensionRegistry" in the file.
-
Check that both the enabled and
ssl_enabled properties are true.
-
If they are not true, update the configuration file so the section looks as
follows (where httpserver.domain.com is the host name used to connect to
Connections):
<sloc:serviceReference bootstrapHost="admin_replace" bootstrapPort="admin_replace" clusterName="" enabled="true" serviceName="extensionRegistry" ssl_enabled="true">
<sloc:href>
<sloc:hrefPathPrefix>/appregistry</sloc:hrefPathPrefix>
<sloc:static href="admin_replace" ssl_href="admin_replace"/>
<sloc:interService href="admin_replace"/>
</sloc:href>
</sloc:serviceReference>
-
If you made changes, restart the server.