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. Flutter Form正确使用方法【可正确获取提交的表单数据】

    import 'package:flutter/material.dart'; void main() => runApp(new HomePage()); class HomePage ext ...

  2. c-lodop获取任务页数-回调里给全局变量赋值并加减

    LODOP一个任务里可以自动分页,也可以手动分页,超文本会按照打印项高度或超过纸张会自动分页(相关博文:Lodop打印控件 超文本自动分页),如果是自动分页,是无法知道究竟分了多少页,整个任务打了多少 ...

  3. C#图片水印类

    这个是学习用的呃,主要看一下水印在修改图片中距左边的宽度和高度是杂弄的就哦客了. using System; using System.Collections.Generic; using Syste ...

  4. ubuntu 搭建jdk1.8运行环境

    参照了:https://blog.csdn.net/smile_from_2015/article/details/80056297 首先下载linux对应的安装包 下载地址:http://www.o ...

  5. pt-kill MySQL会话杀灭神器

    废话不多说,直接上例子: pt-kill --host=127.0.0.1 --user=xxx --password=xxxxxx --port=xxxx --busy-time 10 --matc ...

  6. 微信小程序之一:动态添加view(view包含picker,input)

    <view wx:for="{{array}}" wx:key="this" class="borderContainer"> ...

  7. Qt 编译出错“undefined reference to `vtable for”

    1. 有时,如果将某个类改为继承自QObject类(以前不继承自该类),编译时会出错. 解决: clean Project, run qmake, rebulid都运行一遍,好了! 因为qmake生成 ...

  8. MapReduce示例式理解

    从word count这个实例理解MapReduce. MapReduce大体上分为六个步骤:input, split, map, shuffle, reduce, output.细节描述如下: 1. ...

  9. Linux 实现回收站功能脚本

    #!/bin/bash function z-trash() { # 判断参数是否为空 if [ ! $1 ] then echo "z-trash error: file name of ...

  10. 简单layer 快速上手

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...