cancel
Showing results for 
Search instead for 
Did you mean: 

how to find out if a user in HANA is technical User

former_member217468
Participant
0 Kudos

hi, Is there a way we can find out if a user in HANA is technical or not ?

regards

Jonu Joy

Accepted Solutions (0)

Answers (1)

Answers (1)

lucas_oliveira
Advisor
Advisor
0 Kudos

Hi Jonu,

What exactly you mean by technical user? An SAP user used on the default connection between SAP app servers and HANA is a technical user in my perspective.

If that's what you meant, then I'd say you need at least the password lifetime disabled (for obvious reasons in this case).

You can get those users by running:

select user_name from users where IS_PASSWORD_LIFETIME_CHECK_ENABLED = 'FALSE'

BRs,

Lucas de Oliveira