Synchronize scopes manually
If you have not enabled automatic synchronization of the scopes used for web content or if you want to perform synchronization outside of a scheduled synchronization period, you can manually start the synchronization process.To manually perform synchronization, run the cp-sync configuration task or submit an XML request to the portal by using the XML configuration interface.
- To perform synchronization with a configuration task, run the following task from the WP_PROFILE/ConfigEngine:
- Windows™: ConfigEngine.bat cp-sync -DWasPassword=foo -DPortalAdminPwd=foo
- UNIX™: ./ConfigEngine.sh cp-sync -DWasPassword=foo -DPortalAdminPwd=foo
- i: ConfigEngine.sh cp-sync -DWasPassword=foo -DPortalAdminPwd=foo
- Create an XML request file and submit it using the xmlaccess command. Here is an example of a request you can use to start synchronization:
<?xml version="1.0" encoding="UTF-8"?> <request type="update" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PortalConfig_7.0.0.xsd"> <portal action="locate"> <task action="create" name="com.ibm.portal.cp.SynchronizationTask"/> </portal> </request>
Parent
Synchronize scopes for web contentRelated information
Work with the XML configuration interface
December 14, 2011
Apr 1, 2011 1:26:17 PM
});