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. Linux下安装maven-及常用命令

        Linux下安装maven1.首先到Maven官网下载安装文件,目前最新版本为3.0.3,下载文件为apache-maven-3.0.3-bin.tar.gz,下载可以使用wget命令: 2. ...

  2. 一份 Tomcat 和 JVM 的性能调优经验总结!拿走不谢

    Tomcat性能调优 找到Tomcat根目录下的conf目录,修改server.xml文件的内容.对于这部分的调优,我所了解到的就是无非设置一下Tomcat服务器的最大并发数和Tomcat初始化时创建 ...

  3. k8s、jenkins集成

    参考连接 http://www.uml.org.cn/jchgj/201804252.asp https://huanqiang.wang/2018/03/30/Jenkins-Gitlab-Kube ...

  4. Yii2打印原始sql语句

    $query = User::find() ->where(['id'=>[1,2,3,4]) ->select(['username']) // get the AR raw sq ...

  5. [转]动态规划DP的分类

    链接地址:http://www.cnblogs.com/Renyi-Fan/p/9285495.html

  6. Socket测试工具(客户端、服务端)

    Socket是什么? SOCKET用于在两个基于TCP/IP协议的应用程序之间相互通信.最早出现在UNIX系统中,是UNIX系统主要的信息传递方式.在WINDOWS系统中,SOCKET称为WINSOC ...

  7. git的使用学习(一)git的简介和安装

    Git简介 Git是什么? Git是目前世界上最先进的分布式版本控制系统(没有之一). Git有什么特点?简单来说就是:高端大气上档次! 那什么是版本控制系统? 如果你用Microsoft Word写 ...

  8. 常见的序列化框架及Protobuf序列化原理

    原文链接:https://www.jianshu.com/p/657fbf347934 https://www.cnblogs.com/javazhiyin/p/11375553.html https ...

  9. circRNA数据库的建立

      circRNA数据库的建立 wget http://circbase.org/download/human_hg19_circRNAs_putative_spliced_sequence.fa.g ...

  10. Copy-On-Write技术

    通俗的解释,假定多方需要使用同一个资源时,没有必要为每一方都创建该资源的一个完整的副本,反而令多方共享这个资源,当某方需要修改资源的某处时,利用引用计数,把该处复制一个副本,再把跟新的内容写入该副本中 ...