| Schema Version | 5.0.6 | |
| Tablespace | CATALOG_DATA | |
| Partitioned | No | |
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 |
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The identifier of the SAP user |
| Type | DECIMAL(28), NOT NULL |
| Available Index | IX_FAILED_AUTH |
| Definition | The date and time when the failed authentication attempt occurred |
| Type | TIMESTAMP, NOT NULL |
| Definition | The IP address of the computer on which the failed attempt occurred |
| Type | VARCHAR(256), NOT NULL |
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:
| Indexed Column(s) | USER_OID |
| Unique | No |
| Partitioned | No |
| Tablespace | CATALOG_INDX |