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. Python3基础 print 格式化输出 %% 输出%

             Python : 3.7.3          OS : Ubuntu 18.04.2 LTS         IDE : pycharm-community-2019.1.3    ...

  2. pytorch怎么使用定义好的模型的一部分

    Encoder代码为: .输入图片的通道nc=.ndf=. def __init__(self,isize,nz,nc,ndf,ngpu,n_exter_layers=,add_final_conv= ...

  3. pytorch设置多GPU运行的方法

    1.DataParallel layers (multi-GPU, distributed) 1)DataParallel CLASS torch.nn.DataParallel(module, de ...

  4. Windows Vistual Studio 2013/2015 MRPT安装

    博客参考:https://blog.csdn.net/qyjzhou/article/details/80110941 MRPT 安装 1. 官网编译好的程序直接安装 https://sourcefo ...

  5. "AttributeError: /lib64/libcrypto.so.1.1: undefined symbol: EVP_CIPHER_CTX_cleanup"

    以前在openssl,有 EVP_CIPHER_CTX_cleanup函数. 1.1.0版本中 替换成为EVP_CIPHER_CTX_reset 解决办法: 找到报错的文件vim /usr/local ...

  6. docker中的fastdfs

    准备环节)(本文遗漏当初出现的一个问题由于是docker装的fastdfs所以tracker storage client,nginx,nginx module都在同一个容器中只需要修改配置 特别注意 ...

  7. Linux配置Docker镜像加速器

    Docker默认镜像为官方镜像,可以配置成国内加速器提高速度 登录阿里云控制台,搜索容器镜像服务获取到镜像加速服务地址 新建配置文件 /etc/docker/daemon.json 输入以下内容 { ...

  8. 01点睛Spring MVC 4.1-搭建环境

    转发:https://www.iteye.com/blog/wiselyman-2213906 1.1 简单示例 通篇使用java config @Controller声明bean是一个控制器 @Re ...

  9. SpringBoot学习笔记:动态数据源切换

    SpringBoot学习笔记:动态数据源切换 数据源 Java的javax.sql.DataSource接口提供了一种处理数据库连接的标准方法.通常,DataSource使用URL和一些凭据来建立数据 ...

  10. Actor模型的状态(State)+行为(Behavior)+邮箱(Mailbox)

    状态(State)+行为(Behavior)+邮箱(Mailbox) 基于Actor模型的CQRS.ES解决方案分享 开场白 大家晚上好,我是郑承良,跟大家分享的话题是<基于Actor模型的CQ ...