zoukankan      html  css  js  c++  java
  • Fixing the SAPOSS RFC connection via Secure Storage Migration

    Background

    The issue of the RFC connection to SAP OCS system (where all the SAP notes are stored) would normally become an issue when there is a system migration happen (SID/Installation Number change).

    As the system's installation information is part of the very basic information of the RFC connection to SAP standard systems, changing them would certainly cause the invalidation of these connections.

    For example, since last time I changed our internal system from a meaningful but dummy system number into "SAP-INTERN" about one years ago, I haven't tested the connection to SAPOSS. And just suddenly I want to check some Note's content in the system and test the implementation, but I found the connection is not working.

    Checking the RFC connection in SM59, and it turned out to be not functioning at all. And further analysis shows that the credential data has been invalid due to system migration (customer number has been changed since last license key update).

    Solutions

    Run transaction SECSTORE, and check the Secure Storage sync status. And for the RFC connection “SAPOSS” (actually together with many other RFC connections and other objects) will get error message like “System-dependent data for entry /RFC/SAPOSS changed: ….." and the procedure to eliminate this is to go and check SAP Note 816861 (Migrating entries in the secure storage).

    For internal SAP system, it directs me to Note 1027715 where I get the internal migration key. I suppose for external SAP customer, you will get a similar migration key as well. You input the old SID, Installation Number and the migration key and execute. The SAPOSS connection will come back.

    image

    Raymond Zhang
    If you want to discuss with me about any idea, please contact me at raymond.zhang@sap.com

  • 相关阅读:
    *** mixed implicit and normal rules: deprecated syntax
    cold boot and warm boot.
    git打补丁命令
    LSB和MSB
    __attribute__((weak)) ------ 关于弱符号的用法
    键盘和鼠标无法热插拔问题
    yocto编译加速及单独编译内核与uboot
    V4L2学习教程
    linux错误码
    linux内核面试常见试题
  • 原文地址:https://www.cnblogs.com/rabbitzhang/p/2854979.html
Copyright © 2011-2022 走看看