Steps:
1.Go to SE38/SA38
2.Execute the report : SSF_ALERT_CERTEXPIRE
3.Mention the Number of Days until Expiry and execute
Steps:
1.Go to SE38/SA38
2.Execute the report : SSF_ALERT_CERTEXPIRE
3.Mention the Number of Days until Expiry and execute
Depending on
business needs and configuration of HANA system, there are different user
activities that can be performed using user administration tool like HANA
studio.
·
Grant roles to users
·
Define and Create Roles
·
Deleting Users
·
Resetting user passwords
·
Reactivating users after too
many failed logon attempts
· Deactivating users when it is required
Create Users in HANA Studio
Database users can be created with either using the SAP HANA Studio /cockpit, or the CREATE USER or CREATE RESTRICTED USER statement
Standard Users
Standard users correspond to users created with the CREATE USER statement. By default they can create objects in their own schema and read data in system views. Read access to system views is granted by the PUBLIC role, which is granted to every standard user.
Restricted Users
Restricted users are intended for provisioning users who access SAP
HANA through client applications and who are not intended to have full SQL
access via an SQL console. If the privileges required to use the application
are encapsulated within an application-specific role, then it is necessary to
grant the user only this role. In this way, it can be ensured that users have
only those privileges that are essential to their work.
Automatic:
During normal operation savepoint are
automatically triggered when a predefined time since last savepoint is passed.
The timeline of savepoint is configured by following
parameter:
Global.ini > persistence > savepoint _interval_s
Manual:
To execute a manual Savepoint use this
command.
ALTER SYSTEM SAVEPOINT;
Soft Shutdown:
A soft shutdown
invokes savepoint. Hard shutdown does not invoke savepoint.
Backup:
A global Savepoint
is invoked before a backup is started. A Savepoint is also performed after
backup finishes.
SAML 2.0 authentication is enabled in an AS ABAP system, but for some particular ICF services, you want to disable the SAML 2.0 authenticat...