Synchronize scopes manually
If you have not enabled automatic synchronization of the scopes used for web content or to perform synchronization outside of a scheduled synchronization period, we can manually start the synchronization process.
To manually perform synchronization, run the cp-sync configuration task or submit an XML request to the portal 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
- IBM 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 we 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: