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

How to change SAPABAP1 schema password In HANA的更多相关文章

  1. EF6 Database First (DbContext) - Change Schema at runtime

    Problem:There are two SQL databases (dev and live) with on Azure which has identical table structure ...

  2. Oracle Created Database Users: Password, Usage and Files References (文档 ID 160861.1)

    This document is no longer actively maintained, for info on specific (new) users in recent product e ...

  3. SAP S/4 HANA 1709 Fully Activated Appliance

    SAP S4HANA 1709 Fully Activated Appliance:简单来说比IDES版本功能更加强大,内置三个集团,分别用于测试不同业务.内置官方的BP内容 安装需要500G SSD ...

  4. EBS Custom Password Rules

    https://blogs.oracle.com/manojmadhusoodanan/entry/custom_password_rules Custom Password Rules By Man ...

  5. Resetting a lost Admin password

    Resetting a lost Admin password 来源 https://cookbook.fortinet.com/resetting-a-lost-admin-password/ Po ...

  6. Resetting the Root Password Using rd.break for RHEL7

    Start the system and, on the GRUB 2 boot screen, press the e key for edit. Remove the rhgb and quiet ...

  7. 【AIX】3004-314 Password was recently used and is not valid for reuse

    [AIX]3004-314 Password was recently used and is not valid for reuse   一.1  BLOG文档结构图     一.2  前言部分   ...

  8. 【HANA系列】【第六篇】SAP HANA XS使用JavaScript(JS)调用存储过程(Procedures)

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[HANA系列][第六篇]SAP HANA XS ...

  9. 【HANA系列】SAP HANA ODBC error due to mismatch of version

    公众号:SAP Technical 本文作者:matinal 原文出处:http://www.cnblogs.com/SAPmatinal/ 原文链接:[HANA系列]SAP HANA ODBC er ...

随机推荐

  1. Django Timezone 处理

    https://blog.csdn.net/qq_37049781/article/details/79347278 Django 中的时区在现实环境中,存在有多个时区.用户之间很有可能存在于不同的时 ...

  2. php环境选择

    第一个    PHPStudy 推荐这个.简单好用. 链接:https://pan.baidu.com/s/1yWRDjfnadkkUE-JX5pqZmg 提取码:4imw 第二个 PHPnow 第三 ...

  3. APP排查内存泄漏最简单和直观的方法

        内存泄漏无疑会严重影响用户体验,一些本应该废弃的资源和对象无法被释放,导致手机内存的浪费,app使用的卡顿,那么如何排查内存泄漏呢? 当然,首先我们有google的官方文档可以参考,大部分博客 ...

  4. centos7修改yum源为阿里镜像

    参考博客: https://blog.csdn.net/kxwinxp/article/details/78578492 https://blog.csdn.net/inslow/article/de ...

  5. R去掉含有NA的行

    只要数据框中含有NA的行都去掉 final[complete.cases(final),] na.omit(final) 过滤某几列 final[complete.cases(final[,5:6]) ...

  6. poj3660(floyd最短路)

    题目链接:https://vjudge.net/problem/POJ-3660 题意:给出一个有向图,n个结点,每个结点的权值为[1,n]中的一个独特数字,m条边,如果存在边a->b,说明a的 ...

  7. linux环境下编写shell脚本实现启动停止tomcat服务

    第一步:以管理员的身份进入控制台,在指定目录下新建一个shell脚本,我这里命名为tomcat.sh 第二步:编写shell脚本 #!/bin/bash tomcat_home=/usr/tomcat ...

  8. JAVA线程中的发牌题

    发牌题主要考虑的就是线程的问题,一个buffer缓冲区的问题, 首先,发牌的优先级当然是最高的了,但是取牌不能有优先级,否则会一直有牌先取,因此需要一个信号量order,当order=线程的数字时,取 ...

  9. python基础学习(七)

    14.return # print() 可以被执行 def doubelNumber(num): print() print() Afnum = doubelNumber() print(Afnum) ...

  10. Zuul【工作原理】

    zuul的核心逻辑都是由一系列filter过滤器链实现的,但是filter的类型不同,执行的时机也不同,效果自然也不一样,主要特点如下: filter的类型:filter的类型,决定了它在整个filt ...