cancel
Showing results for 
Search instead for 
Did you mean: 

User hana is locked

former_member201820
Participant
0 Kudos

Hi Guys,

We are a project of load for ECC, the tool used is Data Services(4.1-SP2) on Hana.

Anybody are tried make login, but with other password... like this occurs locking the user.

I tried commands into sql:

SELECT * FROM sys.INVALID_CONNECT_ATTEMPTS WHERE user_name='USER'

But so it show the last locks.

There is some Granted Role/System Privileges to add at user does not get locked?

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi

You can increase the number of failed login attempts by opening the password policy

this can be bone by double clicking on the security and selecting the password policy

All questions related to password issues are answered in the security guide section

Reference7.2.1 Password Policy Configuration Options

you can find the guide here

http://help.sap.com/hana/SAP_HANA_Security_Guide_en.pdf

Hope this helps you

BR

Dermot

former_member201820
Participant
0 Kudos

Hi Dermot!

Now users do not become blocked, but I think Hana should have more information in user tables to store this kind of situation.


BR

Tobias

rindia
Active Contributor
0 Kudos

Hi Tobias,

How you resolved your problem?

Have you increased

Number of Allowed Failed Logon Attempts (maximum_invalid_connect_attempts) to a higher value?

What you added role/privilege to user so that he is not getting blocked?

Regards

Raj

former_member201820
Participant
0 Kudos

Hi Salla,

So...

With command below, i see the number the erros access

SELECT * FROM sys.INVALID_CONNECT_ATTEMPTS WHERE user_name='USER'


To fix the problem:

1- Go In Security( Locked User)

2- In Miscellaneous, increase the Number of Allowed Failed Logon Attemps (

You can using this value INVALID_CONNECT_ATTEMPTS this users).

BR,

Tobias



Answers (0)