http://47.101.174.212:52000/sld
http://47.101.176.136:56000/sld


Symptom
As described in Planning Guide for System Landscape Directory's section Data Distribution Options, there are three options to synchronize data between two or more SLDs:

Full automatic synchronization (Unidirectional or Bidirectional Sync);
Automatic forwarding of data suppliers (Bridge Forwarding);
Manual data export and import functions can be combined with the transport of SLD objects with the enhanced Change and Transport Sysmtes (CTS+).
This KBA will provide details about how to set a Content Full Automatic Synchronization.

Environment
Java SAP system based on SAP NetWeaver 7.1 or higher;
System Landscape Directory;
Operating system independent;
Database independent;
Resolution
Warning: Full Automatic Sync only works for Systems based on SAP NetWeaver 7.1 or higher. If the system is running in a lower release, use Brigde Forwarding option instead (More details in Post-Installation Guide's section 'Configuring the SLD Bridge.
The following steps show how to set the Full Automatic Sync between the SLDs.

For Unidirectional Synchronization, the following steps must be done only in the target SLD (where all content must be stored).
For Bidrectional Synchronization, the following steps must be done in both SLDs.
To synchronize one SLD to another one, follow the steps below. This steps will set the source SLD to get the data from:

Start SLD and choose Administration > Content > Synchronization;
In Maintain SLD content synchronization screen, click button Add:

In Content Synchronization Wizard, choose option Remote to field Source and click button Next:

In Enter the connection information from source (remote) SLD screen, provide host name, user and password of Souce SLD (where the data is coming from) and then click Next button. Make sure the Souce User contains UME Role / User Group SAP_SLD_CONTENT_SYNC (for further details, please read Post-Installation Guide's section Configuring SLD Security Roles):
clip_image007.jpg

In Enter namespace and sync rank of the source SLD screen, provide Souce Rank of 2 and then click button Next:
clip_image009.jpg

In Enter information about this SLD and the target namespace and rank screen, set the Local Rank of SLD as 1 and click button Next:
clip_image010.png

The Synchronization configuration is finished. Sync Subscriptions shows the SLD set as Source SLD.

See Also
SLD Guided Answer
SAP Wiki: System Landscape Directory (SLD) - Overview
SAP Help: Adding a New Content Synchronization Connection
SAP Blog: How to Get an SAP NetWeaver 7.1 System Landscape Directory?
SAP Guided Answers: BC-CCM-SLD - Content Synchronization Mechanism
SAP Note: 1372683 - SLD content synchronization: Correct configuration of URL
Keywords
System Landscape Directory, Sync, Unilateral, Bilateral

2602978 - [How to] Content Synchronization between SLDs的更多相关文章

  1. Overview Of Portal Registry And Content References

     Portal Registry Each portal is defined by a portal registry.A portal registry has a tree-like struc ...

  2. Thread Synchronization Queue with Boost

    介绍:当开发一个多线程程序时,同步是一个很大的问题.如果你的程序需要数据流包,那么用队列是个好办法. 你可以在 http://www.boost.org/ 发现 boost 库和文档,从它的网站可以看 ...

  3. Python threads synchronization: Locks, RLocks, Semaphores, Conditions, Events and Queues(Forwarding)

    This article describes the Python threading synchronization mechanisms in details. We are going to s ...

  4. requests的content与text导致lxml的解析问题

    title: requests的content与text导致lxml的解析问题 date: 2015-04-29 22:49:31 categories: 经验 tags: [Python,lxml, ...

  5. Content Security Policy 入门教程

    阮一峰文章:Content Security Policy 入门教程

  6. android 使用Tabhost 发生could not create tab content because could not find view with id 错误

    使用Tabhost的时候经常报:could not create tab content because could not find view with id 错误. 总结一下发生错误的原因,一般的 ...

  7. 【解决方案】cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One of '{"http://java.sun.com/xml/ns/javaee":run-as, "http://java.sun.com/xml/ns/javaee":security-role-r

    [JAVA错误] cvc-complex-type.2.4.a: Invalid content was found starting with element 'init-param'. One o ...

  8. 注意 AppResLib.dll.*.mui 的生成操作应该为 Content

    为 Windows Phone 8 App 添加本地化的时候,发现修改 AppResLib.dll.*.mui 后不仅没有其变化,还发现修改它导致它失效.通过对比代码发现,问题原因是 AppResLi ...

  9. android Content Provider介绍

    ContentProvider(内容提供者)是Android中的四大组件之一.主要用于对外共享数据,也就是通过ContentProvider把应用中的数据共享给其他应用访问,其他应用可以通过Conte ...

随机推荐

  1. 【PHP】图片转换为base64,经过post传输后‘+’会变成 ‘空格’

    图片转换为base64,经过post传输后‘+’会变成 ‘空格’, 需要用PHP 处理一下 $str= $_POST['img_data']; $str= str_replace(' ','+',$s ...

  2. 背诵四种清净明诲断淫(愿众生断淫得究竟解脱) (转自学佛网:http://www.xuefo.net/nr/article50/495158.html)

    一.为什么要戒邪淫.断淫欲 <寿康宝鉴>:盖淫念一生,诸念皆起.邪缘未凑生妄心;勾引无计,生机械心;少有阻碍,生嗔恨心;欲情颠倒,生贪着心;羡人有之,生嫉妒心;夺人之爱,生杀害心.廉耻丧尽 ...

  3. 关于IO的操作(文件、网络)

    IO操作的流程总结和分析: (1)对象,易于编写代码    --->   (2)byte[],底层本质   ---->  (3)IO(文件.网络),最终IO处理掉

  4. sklearn简单线性回归

    from sklearn import datasetsfrom sklearn.model_selection import train_test_splitfrom sklearn.linear_ ...

  5. jenkins编译时文件存放的位置

    1.首先随便打包编译一下 2.查看编译执行的目录 [root@bogon ~]# ls /root/.jenkins/workspace/pipline-test/ CHANGE_LOGS.html ...

  6. node不要使用最新版本,使用LTS版本

    错误现象 const { Math, Object, Reflect } = primordials; 原因 使用了最新的node版本 解决 使用稳定版本,参考官网说明,目前10.x的版本是稳定版本( ...

  7. Linux下Mongodb安装和启动配置 转载

    原文地址:https://www.cnblogs.com/Jimmy104/p/6181899.html 以下文章为转载,感谢网友,原文链接 http://blog.csdn.net/yuwenrul ...

  8. 重磅!滴滴跨端框架Chameleon 1.0正式发布

    滴滴在 GitHub 上开源的跨端解决方案 Chameleon(简写 CML)正式发布 1.0 版本,中文名卡梅龙:中文意思变色龙,意味着就像变色龙一样能适应不同环境的企业级跨端整体解决方案,具有易用 ...

  9. iOS 13 DeviceToken获取发生变化

    问题描述: iOS 13 通过[deviceToken description]获取到的内容已经变了,这段代码运行在 iOS 13 上已经无法获取到准确的DeviceToken字符串了, NSStri ...

  10. HTTP权威指南-概述

    URI 统一资源标识符 类似于邮件地址,邮箱. URL 统一资源定位符 URN 统一资源名 HTTP方法 get post put delete post head 状态码 200 OK 302 重定 ...