Configuring the Orient Me home page
Configure the Notification Center so it works in concert with the data that users prioritize on the Orient Me home page.
About this task
The following changes are required to enable the Notification Center tailored to work with the Orient Me home page. The Notification Center lets users view prioritized updates and track commitments for the day.
Procedure
- On the WebSphere® deployment manager machine, start the wsadmin client as described in Starting the wsadmin client.
-
Run the following command to load the HCL
Connections™ configuration file:
execfile("connectionsConfig.py")
-
Run the following command to check out Connections configuration files:
LCConfigService.checkOutConfig("working_directory","cell_name")
where:working_directory
is the temporary working directory to which configuration files are copied. The files are kept in this working directory while you edit them.cell_name
is the name of the WebSphere® Application Server cell that hosts the Connections application. If you do not know the cell name, display it by typing the following command in the wsadmin client:print AdminControl.getCell()
For example:- AIX® or Linux®:
LCConfigService.checkOutConfig("/opt/temp","foo01Cell01")
- Windows™:
LCConfigService.checkOutConfig("c:/temp","foo01Cell01")
Leave the wsadmin session open.Important: Files must be checked back into wsadmin during the same session in which they were checked out, so it is important that you leave the session open while editing the checked-out files in the following steps. -
From the
working_directory
that you specified in the previous step, open the LotusConnections-config.xml for editing. -
Make the following changes to the LotusConnections-config.xml file:
- Save your changes to LotusConnections-config.xml.
-
Add an enumeration value for the Orient Me service to the service names section in the
service-location.xsd file.
The new value should match the
serviceName
value for theserviceReference
that you uncommented in step 5a; for example:<xsd:enumeration value="orient" />
- Save your changes to service-location.xsd.
-
After you make changes, check the configuration files in by running the following command in
the wsadmin session that you left open:
LCConfigService.checkInConfig()
- Stop and then restart the servers that host the Connections applications.