zoukankan      html  css  js  c++  java
  • How to change SAPABAP1 schema password In HANA

    Symptom
    How to change SAPABAP1 schema password

    Environment
    HANA 1.x
    HANA 2.x
    Resolution
    Shutdown the SAP Application server

    Change the password for SAPABAP1 in HANA Studio

    Update the hdbuserstore on SAP Application server

    The hdbuserstore can be updated like e.g.
    su - sidadm
    hdbuserstore -u SAP set default :

    In case of the error:
    Error 91007: Impersonation not supported, use sudo on this platform.

    please use:
    hdbuserstore set default :

    The SET and DELETE commands implicitly execute the CHANGEKEY command.

    After updating the hdbuserstore, verify the connection from SAP AApplication server with:
    R3trans -d

    In case of a failed connection with no connect possible: "DBMS = HDB --- SERVER = '' PORT = ''"
    plase verify the "trans.log" for further details.

    In case of the following error:
    4 SAP000 [dbhdbsql.cpp,00000] *** ERROR => Connect to database failed, rc=1, rcSQL=10
    4 SAP000 [ dev trc,00000] SQLCODE : 10
    4 SAP000 [ dev trc,00000] SQLERRTEXT : authentication failed
    4 SAP000 [ dblink ,00000] ***LOG BY2=>sql error 10 performing CON
    4 SAP000 [ dblink ,00000] ***LOG BY0=>authentication failed
    2ESAP169 no connect possible: "DBMS = HDB --- SERVER = '' PORT = ''"

    either the user/password is not correct or the user (SAPABAP1) is locked.

    Start SAP Application Server
    See Also

    2250144 - FAQ: SAP HANA Secure User Store

    2505925 - R3trans-d - invalid username or password

    2413487 - Command R3trans -d after System copy returns authentication sql error 10413487 - Command R3trans -d after System copy returns authentication sql error 10

    2455684 - Update of the secure storage is locked for update by user xxx from host xxx since

    2490597 - Error 91007: Impersonation not supported, use sudo on this platform when trying to create a key in hdbuserstore

    SAP HANA Security Guide

    How to manage password in BW on HANA?

    Keywords
    DB, SAPABAP1, hdbuserstore, SSFS, R3trans, password, change, rcSQL=10, trans.log,Impersonation, 91007

  • 相关阅读:
    游戏中战斗伤害范围-弹道飞行
    游戏中战斗伤害范围攻击计算完整全版
    更加强健的线程模型,解决线程卡死,退出异常情况
    存在即合理,重复轮子orm java版本
    游戏里12方向,任意方向计算正前方矩形规则
    我是如何设计游戏服务器架构的
    游戏中精灵对象的属性功能设计
    看我是如何处理自定义线程模型---java
    面试和面试者如何保持心态
    谈谈枚举的新用法——java
  • 原文地址:https://www.cnblogs.com/weikui/p/10981345.html
Copyright © 2011-2022 走看看