Synchronizing News data with other applications
Edit settings in the news-config.xml file to define the interval at which data from the HCL Connections applications is synchronized with the News repository.
Before you begin
To edit configuration files, you must use the IBM® WebSphere® Application Server wsadmin client. See Starting the wsadmin client for details.
About this task
Procedure
To configure the data synchronization task, complete
the following steps.
- Start the wsadmin client from the following
directory of the system on which you installed the Deployment Manager:
where app_server_root is the WebSphere® Application Server installation directory and dm_profile_root is the Deployment Manager profile directory, typically dmgr01.app_server_root\profiles\dm_profile_root\bin
You must start the client from this directory or subsequent commands that you enter do not execute correctly.
- Start the News Jython script interpreter.
- Open news-config.xml in a text editor.
- Locate the section containing the dataSynchronization task
and make the necessary changes.For example, the following code specifies that data is synchronized between the News repository and the HCL Connections applications every 24 hours. The information is copied over only if it hasn't been copied already in the last 24 hours.
<dataSynchronization> <frequencyInHours>24</frequencyInHours> </dataSynchronization>
- After making changes, you must check the configuration files back in, and you must do so during the same wsadmin session in which you checked them out for the changes to take effect. See Applying property changes in the News repository for information about how to save and apply your changes.