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

  • 相关阅读:
    .NET基础 一步步 一幕幕[循环、逻辑语句块]
    .NET 基础 一步步 一幕幕 [注释、命名规则、访问修饰符、数据类型、常量、变量]
    .NET 基础 一步步 一幕幕 [.NET 系列预热]
    .NET 基础 一步步 一幕幕 [前言]
    前端面试题五
    前端面试题四
    ActiveMQ 的客户端选项
    ActiveMq 高级特性的使用
    企业环境中部署 ActiveMQ
    在其他平台上使用 ActiveMQ
  • 原文地址:https://www.cnblogs.com/rabbitzhang/p/2854979.html
Copyright © 2011-2022 走看看