Enabling the Connections 8.0 user experience
If you are upgrading from previous versions of Connections to 8.0, the new user experience is initially disabled. This allows you to adopt the infrastructural benefits of Connections 8.0 – such as updated platform versions and security fixes – without any user disruption.
Note: The option to change the user interface to either the Connections 7.0 or 8.0 experience is available only during the transition period. For more details, see What's new in HCL Connections.
About this task
The ics.ui.isCNX8UXEnabled
property in the LotusConnections-config.xml file controls the activation of the new Connections 8.0 user experience.
Procedure
- Start the wsadmin client by following the steps in Starting the wsadmin client.
-
Check out the LotusConnections-config.xml file:
LCConfigService.checkOutConfig("working_directory", "cell_name")
Note that execfile("connectionsConfig.py") is needed for the above command to work. For more information, see Editing configuration files.
-
Edit the checked out LotusConnections-config.xml file. Locate the generic property
ics.ui.isCNX8UXEnabled
, and set its value totrue
:<genericProperty name="ics.ui.isCNX8UXEnabled">true</genericProperty>
If the property does not already exist, add it.
-
Check in the updated configuration file:
LCConfigService.checkInConfig("working_directory", "cell_name")
-
Deploy the changes by synchronizing the nodes:
synchAllNodes()
-
To exit the wsadmin client, type
exit
at the prompt. - Stop and restart the servers that host the HCL Connections applications.
- Make sure to remove temp files, as they will likely have stale references when you change from the 7.0 UI to the 8.0 UI.
Parent topic: Upgrading and updating
Related information