The REGISTEREDUSERS table lists every workstation that has logged on to OnBase via the OnBase Client (not the Web Client). The registernum is also stored in a registry key on each workstation. The REGISTEREDUSERS table is located in DBSpace8.
Column Name | Data Type | Description |
---|---|---|
registernum | bigint | The unique identifier for each OnBase Client workstation. |
registername | char(80) | The workstation name. |
dateregistered | datetime | |
networkid | char(13) | |
pcserialnum | bigint | |
usernum | bigint | |
stationdesc | char(100) | |
wkstationgrpnum | bigint | |
cachenum | bigint | |
macaddress | char(12) | |
lastlogon | datetime | |
badlogincount | bigint | |
machineid | char(50) | |
platformtype | bigint |
The indexes for the REGISTEREDUSERS table are located in DBSpace1.
Index Name | Included Columns |
---|---|
registeredusers1 | registernum |
registeredusers2 | pcserialnum |