Found 1044 Articles for SAP

Create User SQL in SAP HANA database

SAP ABAP Expert
Updated on 21-Feb-2020 07:52:45

2K+ Views

You can achieve this by running the below SQL query −>CREATE USER TEST password “Welcome1$$”  VALID FROM ‘2017-12-05 11:00:00’ UNTIL ‘2018-12-08 12:00:00’; CREATE USER DUMMY password “Welcome1$$”  VALID FROM NOW UNTIL FOREVER;Note that password passed in this SQL should meet password policy of SAP HANA system otherwise user creation will be failed.

Defining validity of initial password in SAP HANA

SAP ABAP Expert
Updated on 21-Feb-2020 08:02:30

160 Views

This can be defined under Password policy → Miscellaneous

Defining user lock settings in SAP HANA

SAP ABAP Expert
Updated on 22-Jun-2020 08:56:20

281 Views

Yes, new for SPS7 is the Lock indefinitely radio button −

Checking create time for all users in SAP HANA

SAP ABAP Expert
Updated on 27-Feb-2020 10:33:29

638 Views

This can be found using following SQL command −SELECT * from USERS;

System view to maintain password parameter in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:21

211 Views

The system view M_PASSWORD_POLICY contains the parameters and their current values.

Password policy parameter in multi container system in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:21

135 Views

In SAP HANA, password policy parameters for the system database of a multiple-container system are maintained in the namesever.ini file and not the indexserver.ini file.

Enabling Audit policy in SAP HANA

SAP ABAP Expert
Updated on 22-Jun-2020 08:55:37

170 Views

To enable Audit policy, navigate to Security tab → AuditingUnder Auditing, you need to enable Auditing policy as shown below −

Configuring blacklist in password policy in SAP HANA

SAP ABAP Expert
Updated on 22-Jun-2020 08:55:12

200 Views

This can be done under a Blocked password option under the password management policy. Below shows SAP HANA cockpit snapshot −

Configuring Password policy and Blacklist in SAP HANA Studio

SAP ABAP Expert
Updated on 22-Jun-2020 08:54:17

284 Views

Following privileges are required −You need to have the system privilege INIFILE ADMIN.You need to have the object privileges SELECT, INSERT, and DELETE for the _SYS_PASSWORD_BLACKLIST table (_SYS_SECURITY).

Changes to indexserver.ini file auditable to maintain password policy in SAP HANA

SAP ABAP Expert
Updated on 30-Jul-2019 22:30:21

199 Views

It is recommended that password policy should be configured using Security editor of SAP HANA Studio however this can also be done by editing indexserver.ini file.Note that direct changes to the indexserver.ini file cannot be audited.

Advertisements