| Column | Field | Description | SQL Type | Length | Decimals | Relation | Default Value | Constraints | SQL Create Statement |
---|
| 1 | UserCode | User Code | nvarchar | 25 | 0 | OUSR | | | Allow NULL? |
| 2 | Action | Performed Action | char | 1 | 0 | | | C=Created, D=Superuser Deselected, F=Logon Failed, I=Logon Succeeded, L=Locked, N=Screen Unlock Failed, O=Logoff, P=Password Changed, R=Removed, S=Superuser Selected, T=Temporary User Change, U=Unlocked | Allow NULL? |
| 3 | ActionBy | User Who Performed the Action | nvarchar | 25 | 0 | | | | Allow NULL? |
| 4 | ClientIP | IP Address of Client Computer | nvarchar | 200 | 0 | | | | Allow NULL? |
| 5 | Date | Date | date | 8 | 0 | | | | |
| 6 | Time | Time | int | 11 | 0 | | 0 | | Allow NULL? |
| 7 | ClientName | Hostname of Client Computer | nvarchar | 32 | 0 | | | | Allow NULL? |
| 8 | ProcessID | Process ID of B1 Application | int | 11 | 0 | | -1 | | Allow NULL? |
| 9 | SessionID | Connection Session ID | int | 11 | 0 | | -1 | | Allow NULL? |
| 10 | ReasonID | Reason ID | int | 11 | 0 | | | 11=Unplanned: Root Cause Analysis, 12=Unplanned: Knowledge Transfer to End-User, 13=Unplanned: System Maintenance, 14=Unplanned: System Configuration Change, 1=Planned: Initial System Configuration, 2=Planned: System Configuration Change, 3=Planned: System Maintenance, 4=Planned: Knowledge Transfer to End-User | Allow NULL? |
| 11 | ReasonDesc | Reason Description | nvarchar | 250 | 0 | | | | Allow NULL? |
| 12 | WinSessnID | Client Windows Session ID | int | 11 | 0 | | -1 | | Allow NULL? |
| 13 | WinUsrName | User Name of Windows User | nvarchar | 100 | 0 | | | | Allow NULL? |
| 14 | ProcName | Process Name of Logged-On App. | nvarchar | 80 | 0 | | | | Allow NULL? |
| 15 | AliveDurtn | Time Logged-On User Keep Alive | int | 11 | 0 | | 0 | | Allow NULL? |
| 16 | LogoutTime | User Logout Time | int | 11 | 0 | | | | Allow NULL? |
| 17 | Source | Login Terminal | nvarchar | 100 | 0 | | | | Allow NULL? |