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

  • 相关阅读:
    VB C# 语法对比图 (代码实例)
    改进了的一个邮件发送类
    什么时候应该使用 ==?什么时候应该使用 Equals?
    c#写的贪吃蛇小游戏
    七招制胜ASP.NET应用程序开发
    SQL Server开发人员应聘常被问的问题汇总
    DataTable中数据记录的统计
    ASP.NET中数据库数据导入Excel并打印
    在.NET中得到计算机硬件信息的一些功能
    C#.NET 中的类型转换
  • 原文地址:https://www.cnblogs.com/rabbitzhang/p/2854979.html
Copyright © 2011-2022 走看看