zoukankan      html  css  js  c++  java
  • SNC processing failed_SAProuter_证书重新生成

    文章为原创,转载请联系我,欢迎交流liudetuk@163.com

    参照note 1178684 - No service connection: "SNC processing failed"


    确认证书所在位置

    Execute the following commands on your SAProuter machine:

    • sapgenpse seclogin -l
    • sapgenpse get_my_name -n validity

    在cmd直接运行报错

     

    利用everything查找该程序路径

     

    运行C:zzsaprouter t-x86_64sapgenpse.exe seclogin -l

    C:zzsaprouter t-x86_64sapgenpse.exe get_my_name -n validity

    发现已到期,需要重新申请。

     

    Make sure that your SNC SAProuter process has also been started under the specified user.
    If your SAProuter certificate has expired, renew it by performing the following steps:

    • Delete the files local.pse, cred_v2 on your SAProuter machine.
    • Choose "Apply Now!".

     

    将local.pse备份至别的路径后删除

     

    运行C:zzsaprouter t-x86_64sapgenpse.exe get_pse -v -a sha256WithRsaEncryption -s 2048 -r certreq -p local.pse "CN=XXXXXXXXX, OU=0000XXXXXX, OU=SAProuter, O=SAP, C=DE"

    注释:XXXX填入你的值

    要求输入密码时直接回车即可

    运行完会生成新的local.pse以及certreq

    双击生成的certreq(用txt文档打开)复制所有字符并粘贴到sap网站上

     

     

    点击 右下角的 Request Certificate

     

    将生成的字符粘贴到同目录下的srcert文件中

    重启saprouter.exe

    重新查询有效期

    C:zzsaprouter t-x86_64sapgenpse.exe get_my_name -n validity

    查询

    C:zzsaprouter t-x86_64sapgenpse.exe get_my_name -v -n Issuer

    文章为原创,转载请联系我,欢迎交流liudetuk@163.com

  • 相关阅读:
    jquery文本折叠
    物理小词典
    程序员的十层楼
    各种语言的hello world
    读书遇到的一些概念
    银行业务一些概念
    mysql 基本操作
    oracle 基本操作
    maven 基本操作
    ubuntu JavaWeb环境搭建
  • 原文地址:https://www.cnblogs.com/detu/p/saprouter.html
Copyright © 2011-2022 走看看