USER_FAILED_AUTHENTICATION

Definition


The USER_FAILED_AUTHENTICATION table contains the list of failed authentication attempts for users since their last successful authentication

Technical Data


Schema Version 5.0.6
Filegroup CATALOG_DATA
Partitioned No

Summary


The USER_FAILED_AUTHENTICATION table is defined by the following columns in your back-end database. See the column details for more information.

Name PK FK IX Uses Used by Definition
USER_OID     IX_FAILED_AUTH  HCI_USER (OID)
 

    The identifier of the SAP user
    RECORD_DATE        

      The date and time when the failed authentication attempt occurred
      SOURCE_ADDRESS        

        The IP address of the computer on which the failed attempt occurred

        Column Details

        The database schema defines the following columns. Check the definitions, types, available indexes, and formats:

        USER_OID

        Definition The identifier of the SAP user
        Type DECIMAL(28), NOT NULL
        Available Index IX_FAILED_AUTH

        RECORD_DATE

        Definition The date and time when the failed authentication attempt occurred
        Type DATETIME, NOT NULL

        SOURCE_ADDRESS

        Definition The IP address of the computer on which the failed attempt occurred
        Type NVARCHAR(256), NOT NULL

        Index Details

        The following database indexes are available in the USER_FAILED_AUTHENTICATION database table to improve the speed of data retrieval operations during the business processes of SAP Convergent Charging:

        IX_FAILED_AUTH

        Indexed Column(s) USER_OID
        Unique No
        Partitioned No
        Clustered No
        Filegroup CATALOG_INDX