Admin user is locked out automatically and frequently.

SOLVED

Hi All,

Recently upgraded a client from Sage CRM 2019 to 2020 R1. After the upgrade installation, 'Admin' user is lockout frequently. If I set the user_AccountLockedOut = NULL in user table I'm able to login and after some time, it will automatically locks out. Currently only the 'Admin' user is facing this issue. No idea what went wrong. 

Any help?

Parents
  • 0

    Look in the System Log

    If a password is entered incorrectly you should see information like the set below showing up

    Jul 28 2020 9:35:11.817 21120 21680 1 Login Attempt starting for
    Jul 28 2020 9:35:15.985 21120 21680 1 Login Attempt starting for Admin
    Jul 28 2020 9:35:15.993 21120 21680 1 Thread entered critical section [UserSessionCritSect] to retrieve existing UserSession
    Jul 28 2020 9:35:15.993 21120 21680 5 Thread leaving critical section [UserSessionCritSect] to retrieve existing UserSession
    Jul 28 2020 9:35:15.994 21120 21680 5 No existing UserSession found for this user logging in
    Jul 28 2020 9:35:15.994 21120 21680 5 Will now actually do the login for user Admin
    Jul 28 2020 9:35:16.129 21120 21680 1 Thread leaving critical section [UserSessionCritSect]

    Look back and see if you have multiple logon attempts for the Admin users that are failing and locking the account.

Reply
  • 0

    Look in the System Log

    If a password is entered incorrectly you should see information like the set below showing up

    Jul 28 2020 9:35:11.817 21120 21680 1 Login Attempt starting for
    Jul 28 2020 9:35:15.985 21120 21680 1 Login Attempt starting for Admin
    Jul 28 2020 9:35:15.993 21120 21680 1 Thread entered critical section [UserSessionCritSect] to retrieve existing UserSession
    Jul 28 2020 9:35:15.993 21120 21680 5 Thread leaving critical section [UserSessionCritSect] to retrieve existing UserSession
    Jul 28 2020 9:35:15.994 21120 21680 5 No existing UserSession found for this user logging in
    Jul 28 2020 9:35:15.994 21120 21680 5 Will now actually do the login for user Admin
    Jul 28 2020 9:35:16.129 21120 21680 1 Thread leaving critical section [UserSessionCritSect]

    Look back and see if you have multiple logon attempts for the Admin users that are failing and locking the account.

Children