Found 594 Articles for SAP Basis

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.

Maintaining password policy parameters in SAP HANA system

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

506 Views

Note that actual parameter of password policy section is maintained by indexserver.ini system file. 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.

Managing password policy in SAP HANA system

SAP ABAP Expert
Updated on 22-Jun-2020 09:00:08

264 Views

The last folder in SAP HANA Studio system navigation is Security and it has 3 subfolders inside it that define the system security policy and user management activities −SecurityUserRolesSecurity tab is used to manage Password Policy in HANA system −

Executing a table creation using UI in SAP HANA Studio

John SAP
Updated on 22-Jun-2020 09:30:13

134 Views

To execute the table creation, click on the green arrow mark on the top right corner. You will get a confirmation as below that a column table has been created in Schema AA_HANA11 with name DEMO_TABLE −Statement 'create column table "AA_HANA11"."DEMO_TABLE"( "CUST ID" INTEGER null, "CUST NAME" VARCHAR (10) null)' successfully executed Affected Rows:0 in 5 ms 884 µs.

Different table store type in SAP HANA Studio

John SAP
Updated on 22-Jun-2020 09:29:40

152 Views

Following table type available in SAP HANA Studio −RowColumnTable Type − this can be changed later as per requirement

Advertisements