This document describes each table, as well as each field of each table, and how to use them. See Export Configuration for a description of how to configure KeyServer to export these tables to an external database. Following all the table descriptions, there are some Example Queries.
The following tables describe the columns contained in each table. KeyServer's internal databases (accessible through ksODBC) contain the same columns as exported data. However, the data types might be slightly different. The types listed below are correct for exported data. If you need to create the tables by hand before exporting data from KeyServer, you should use the types contained in the tables below.
| auditID | VARCHAR(128) | Unique ID for this audit entry. |
| auditServerID | INT |
The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| auditComputerID | VARCHAR(64) | Part of the auditID. The computer which this audit came from. References the computerID field of KSComputers, and can be used to join the two tables. |
| auditProgramID | VARCHAR(48) | Part of the auditID. The ID of the program for this entry. References the programID field of KSPrograms, and can be used to join the two tables. |
| auditCount | INT | The number of copies of this program that were found on the computer. |
| auditFirstSeen | DATETIME | Date when the program was first seen on this computer. |
| auditLastSeen | DATETIME | Date when the program was reported as no longer present on this computer. This is only filled in if auditCount is zero. Otherwise it is null. |
| auditLastUsed | DATETIME | Date when the program was last used on this computer. |
| auditSerialNumber | VARCHAR(255) | The installed serial number of this program, if KeyAccess knows how to find it. |
| auditPath | VARCHAR(255) | In 6.2, this field now contains a path for this program on the local computer. Note that if there are multiple copies of the exact same version of a program installed, there will only be one row in the KSAudits table, so there can only be one path recorded. |
| divisionID | INT | Unique ID for this division. |
| divisionServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| divisionName | VARCHAR(64) | The name of the division. |
| divisionColor | INT | The color which KeyConfigure uses to display the division. When displayed as hex, the first two digits are the Blue value, the next two are the Green value, the final two are the Red value. |
| divisionNotes | VARCHAR(255) | Notes for the division. Can't be set in KeyConfigure. |
| divisionFlags | INT | Ignore. |
| memberID | VARCHAR(96) | Unique ID for this association between one computer and one group. |
| memberServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| memberComputerID | VARCHAR(64) | Part of the memberID. References the computerID field of KSComputers, and can be used to join the two tables. |
| memberGroupID | VARCHAR(64) | Part of the memberID. References the groupID field of KSComputerGroups, and can be used to join the two tables. |
| memberAcknowledged | INT | Ignore. |
| memberLastUsed | DATETIME | The last time the computer used membership in the group in order to use a policy. |
| groupID | VARCHAR(64) | Unique ID for this computer group. |
| groupServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| groupNumMembers | INT | Number of members currently in the group. |
| groupMaxMembers | INT | Ignore. |
| groupNotes | VARCHAR(255) | Notes for the group, as defined in KeyConfigure. |
| groupFlags | INT | Ignore. |
| computerID | VARCHAR(64) | Unique ID for this computer. Note that if the computerID starts with 'W', 'L', 'T', or 'K', the ID is what is shown in KeyConfigure's Computers window, instead of the name. |
| computerServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| computerName | VARCHAR(64) | Name of the computer. Note that if the computerID starts with 'W', 'L', 'T', or 'K', the ID is what is shown in KeyConfigure's Computers window, instead of the name. |
| computerUserName | VARCHAR(64) | Name of the user most recently logged into the computer. |
| computerPlatform | INT | A code which represents the platform type of the computer. Use KSTermPlatform to convert these constants to string representations. |
| computerProtocol | INT | Specifies how the computer connects to KeyServer. Use the KSTermProtocol table to look up these constants. |
| computerAddress | VARCHAR(32) | The IP address of the computer, as a string. |
| computerDomain | VARCHAR(32) | The domain that the computer belongs to. |
| computerDescription | VARCHAR(64) |
(new in KeyServer 7.0)
Description of the comptuer - currently Windows only. |
| computerVirtualHost | VARCHAR(64) | If KeyAccess version 6.2.0.6 or higher is running in Virtual PC, this field contains the name of the "real" host computer where Virtual PC is running. |
| computerGMTOffset | INT | Offset from GMT in seconds. |
| computerOSType | INT | Code which specifies the OS type. Use KSTermOSType to convert these constants to string representations. |
| computerOSVersion | INT |
Number which specifies the OS version.
first byte is major version, second is minor version, last two
bytes is build number.
|
| computerOSRelease | INT |
Number which specifies the release number of the OS.
|
| computerOS64Bit | INT | Whether or not the OS is 64 bit. |
| computerCPUType | INT | Code which specifies the type of CPU in the computer. Use KSTermCPUType to convert these constants to string representations. |
| computerCPUCount | INT | How many CPUs the computer has. Computers with KeyAccess 6.0.2.2 or earlier will always show 1 CPU. Computers with KeyAccess 6.0.2.3 or better will show the correct number of CPUs. |
| computerCPUClock | INT | Clock speed of the CPU, in Mhz. For machines with multiple CPUs, this is the clock speed of each CPU. |
| computerCPU64Bit | INT | Whether or not the CPU is 64 bit. |
| computerHyperThreading | INT | Whether or not the CPU supports hyperthreading. |
| computerMulticore | INT | Whether or not the CPU is multi core. |
| computerCapabilities | INT | Additional CPU capabilities. |
| computerRAMSize | INT | Kilobytes of RAM on the computer. |
| computerRAMType | INT | Code which specifies the type of RAM in the computer. Use KSTermRAMType to convert these constants to string representations. |
| computerRAMArray | VARCHAR(520) | An array which records the RAM chips which are present. |
| computerDiskSize | INT | Size of all local disks combined, in Kilobytes. |
| computerFreeSpace | INT | Kilobytes of free space on disk. |
| computerDiskManufacturer | VARCHAR(32) | Manufacturer of the system disk. |
| computerDiskModel | VARCHAR(32) | Model of the system disk. |
| computerDisplayWidth | INT |
Width in pixels of the primary display. |
| computerDisplayHeight | INT |
Height in pixels of the primary display. |
| computerDisplayDepth | INT |
Bit depth of the primary display. |
| computerDisplayManufacturer | VARCHAR(32) | Manufacturer of the display. |
| computerDisplayModel | VARCHAR(32) | Model of the display. |
| computerDisplaySerial | VARCHAR(32) | Serial number of the display. |
| computerVideoManufacturer | VARCHAR(32) | Manufacturer of the video card. |
| computerVideoModel | VARCHAR(32) | Model of the video card. |
| computerVRAMSize | INT |
Kilobytes of Video RAM on the computer. |
| computerMACAddress | VARCHAR(64) | MAC address of the primary NIC. |
| computerMACManufacturer | VARCHAR(32) | Manufacturer of the primary NIC. |
| computerMACModel | VARCHAR(32) | Model of the primary NIC. |
| computerWirelessAddress | VARCHAR(32) | MAC address of the wireless interface, if there is one. |
| computerWirelessManufacturer | VARCHAR(32) | Manufacturer of the wireless interface, if there is one. |
| computerWirelessModel | VARCHAR(32) | Model of the wireless interface, if there is one. |
| computerMACArray | VARCHAR(520) | An array which records MAC addresses for all interfaces. |
| computerSite | VARCHAR(64) | A value that KeyAccess fills in with whatever value it finds in HKLM\SYSTEM\CurrentControlSet\Services\KeyAccess\Settings\options\site or in the site property of /Library/Preferences/com.sassafras.KeyAccess.plist |
| computerOEMSerial | VARCHAR(64) | Manufacturer's serial number. |
| computerOSSerial | VARCHAR(64) | Serial number of the OS, if it is available. |
| computerBaseboardSerial | VARCHAR(32) | The serial number of the Win32_BaseBoard object. This serial number may also be used as the computerOEMSerial. |
| computerSystemSerial | VARCHAR(32) | The serial number of the Win32_SystemEnclosure object. This serial number may also be used as the computerOEMSerial. |
| computerManufacturer | VARCHAR(64) |
Manufacturer of the computer. |
| computerModel | VARCHAR(64) |
Model name of the computer. |
| computerBIOSSerial | VARCHAR(32) | The serial number of the Win32_BIOS object. This serial number may also be used as the computerOEMSerial. |
| computerBIOSModel | VARCHAR(32) | Model of the BIOS. |
| computerBIOSVersion | VARCHAR(32) | Version of the BIOS. |
| computerCDROMPresent | INT | Whether or not there is a CD-ROM drive. |
| computerCDROMWritable | INT | Whether or not there is a writable CD-ROM drive. |
| computerCDROMManufacturer | VARCHAR(32) | Manufacturer of the CD-ROM, if there is one. |
| computerCDROMModel | VARCHAR(32) | Model of the CD-ROM, if there is one. |
| computerDVDPresent | INT | Whether or not there is a DVD drive. |
| computerDVDWritable | INT | Whether or not there is a writable DVD drive. |
| computerSoundManufacturer | VARCHAR(32) | Manufacturer of the sound card. |
| computerSoundModel | VARCHAR(32) | Model of the sound card. |
| computerLeaseExpiration | DATETIME | Last date and time at which this computer's KeyServer seat will expire if there is not further activity. |
| computerLastLogin | DATETIME | Last date and time at which this computer logged in to the KeyServer. |
| computerLastAudit | DATETIME | Last date and time at which this computer was audited. |
| computerBaseAudit | DATETIME | Date and time of this computer's Baseline Audit. |
| computerClientVersion | VARCHAR(16) | Version number of KeyAccess on the computer, as a string. |
| computerUserSession | INT | This refers to the user session number on KeyServer. Essentially useless for reports. |
| computerAcknowledged | INT | A boolean representing whether or not the computer has been acknowledged (or moved to a different division) in KeyConfigure by an administrator. |
| computerAllowed | INT | What type Login this client uses. Use KSTermAllowed to convert these constants to string representations. |
| computerAudit | INT | Boolean which indicates whether this computer will audit automatically. |
| computerDivisionID | INT | ID of the division associated with this computer. References the divisionID field of KSComputerDivisions, and can be used to join the two tables. |
| computerAssetID | VARCHAR(64) | Asset ID, as defined in KeyConfigure in Asset pane of Computer Details window. |
| computerLocation | VARCHAR(64) | Location, as defined in KeyConfigure in Asset pane of Computer Details window. |
| computerOwner | VARCHAR(64) | Owner, as defined in KeyConfigure in Asset pane of Computer Details window. |
| computerConfirmed | DATETIME | Date when computer was confirmed, as defined in KeyConfigure in Asset pane of Computer Details window. |
| computerConfirmedBy | VARCHAR(64) | Who confirmed the computer, as defined in KeyConfigure in Asset pane of Computer Details window. |
| computerNotes | VARCHAR(255) | Notes for the computer, as defined in KeyConfigure in Asset pane of Computer Details window. |
| computerFlags | INT | Ignore. |
| contractID | INT | Unique ID for this row of KSContracts. |
| contractServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| contractName | VARCHAR(64) | The name of the contract, as entered in the purchase details or policy details in KeyConfigure. |
| hotfixID | VARCHAR(48) | Unique ID for this row of KSHotfixes. |
| hotfixServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| hotfixStamp | VARCHAR(16) | The character stamp of the hotfix. |
| hotfixName | VARCHAR(64) | The name of the hotfix. |
| hotfixVersion | VARCHAR(32) | The version number of the hotfix, as text. |
| hotfixPlatform | INT | What platform the hotfix is for. Use KSTermPlatform to convert these constants to string representations. |
| hotfixPublisher | VARCHAR(64) | The publisher of the hotfix, if that information is known. |
| hotfixCreateDate | DATETIME | The creation date of the hotfix. |
| hotfixUserName | VARCHAR(64) | The name of the KeyServer user of the machine on which the hotfix was first seen. |
| hotfixComputerID | VARCHAR(64) | The ID of the computer on which this hotfix was first seen. References the computerID field of KSComputers, and can be used to join the two tables. |
| hotfixNotes | VARCHAR(255) | Notes for the hotfix. Can't be set in KeyConfigure. |
| hotfixFlags | INT | Ignore. |
| inuseID | internal only | Unique ID for this entry in the KSInUse table. |
| inuseProgramID | internal only | The ID of the controlled program which is in use. References the programID field of KSPrograms, and can be used to join the two tables. |
| inusePolicyID | internal only |
(new in KeyServer 7.0)
The ID of the policy which is in use. References the policyID field of KSPolicies, and can be used to join the two tables. |
| inuseProductID | internal only |
(new in KeyServer 7.0)
The ID of the policy which is in use. References the productID field of KSProducts, and can be used to join the two tables. |
| inuseComputerID | internal only | The ID of the computer which is using the policy. References the computerID field of KSComputers, and can be used to join the two tables. |
| inuseUserID | internal only | The ID of the user who is logged in and using the policy. References the userID field of KSUsers, and can be used to join the two tables. |
| inuseWhen | internal only | The time at which this program or policy started being used. |
| inuseTime | internal only | The length of time which this program or policy has been in use. |
| inuseExpiration | internal only | The date when this policy usage will expire (e.g. for a checked out portable license). |
| inuseInstances | internal only | The number of copies of a program which are in use simultaneously. |
| inusePoolID | internal only | The pool from which this license is being used. References the poolID field of KSPolicyPools, and can be used to join the two tables. |
| inuseWaiting | internal only | True if this policy is not yet in use, but the user is queued for the policy. |
| inuseReserved | internal only | True if the policy is reserved for the user, but the user has not yet obtained the policy. |
| inuseOverdue | internal only | True if this policy expired, but has not yet been returned. |
| inuseReclaimed | internal only | True if an administrator has reclaimed the license but it has not yet been returned. |
| inuseFlags | internal only | Ignore. |
| licenseeID | VARCHAR(96) | Unique ID for this association between one computer and one group. |
| licenseeServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| licenseeComputerID | VARCHAR(64) | Part of the licenseeID. References the computerID field of KSComputers, and can be used to join the two tables. |
| licenseePolicyID | VARCHAR(32) |
(new in KeyServer 7.0)
Part of the licenseeID. References the policyID field of KSPolicies, and can be used to join the two tables. |
| licenseeAcknowledged | INT | Ignore. |
| licenseeLastUsed | DATETIME | When the computer last used the policy. |
| licenseeLeaseDate | DATETIME | When the lease for this policy was issued to the computer. |
| licenseeLeaseExpiration | DATETIME | When the lease for this policy will expire on this computer, unless there is further activity. |
| locationID | VARCHAR(64) | Unique ID for this Location. |
| locationServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| locationProtocol | INT | Specifies what type of Location range this is. Use KSTermProtocol to convert these constants to string representations. |
| locationName | VARCHAR(64) | Name of this Location. |
| locationRangeBegin | INT | Specifies the beginning of the Location range. |
| locationRangeEnd | INT | Specifies the end of the Location range. |
| locationAllowed | INT | Specifies whether users are allowed to log in from this Location. |
| locationNotes | VARCHAR(255) | Notes for this Location. |
| locationFlags | INT | Ignore. |
| policyID | VARCHAR(32) | Unique ID for this policy. |
| policyServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's policy certificate is filled in when tables are exported to an external database. |
| policyRefNum | INT | Used internally in KeyServer |
| policyName | VARCHAR(64) | Name of the policy. |
| policyAction | INT | Policy Action, as configured in KeyConfigure Use KSTermPolicyAction to see which number refers to each policy action. |
| policyMetric | INT | Policy metric, as configured in KeyConfigure Use KSTermMetric to see which number refers to each policy metric. |
| policyMaximum | INT | Total number of licenses enabled. |
| policyLeaseTime | INT | Lease Duration in seconds. |
| policyExpiration | DATETIME | Policy Expiration Date. |
| policyFolderID | INT | Indicates which folder the policy belongs to, if any. References the polfolderID field of KSPolicyFolders, and can be used to join the two tables. |
| policyContractID | INT | ID of the contract associated with this policy. References the contractID field of KSContracts, and can be used to join the two tables. |
| policyCostCenter | VARCHAR(64) | Cost Center for this policy. |
| policyMessage | VARCHAR(255) | The custom message for the policy, as configured in KeyConfigure. |
| policyNotes | VARCHAR(255) | Notes for the policy, as configured in KeyConfigure. |
| policyFlags | INT | Ignore. |
| polfolderID | INT | Unique ID for this folder. |
| polfolderServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| polfolderName | VARCHAR(64) | The name of the folder. |
| polfolderColor | INT | The color which KeyConfigure uses to display the folder. When displayed as hex, the first two digits are the Blue value, the next two are the Green value, the final two are the Red value. |
| polfolderNotes | VARCHAR(255) | Notes for the folder. Can't be set in KeyConfigure. |
| polfolderFlags | INT | Ignore. |
| poolID | VARCHAR(32) | Unique ID for this pool. |
| poolServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| poolPolicyID | VARCHAR(32) | ID of the policy which this pool belongs to. References the policyID field of KSPolicies, and can be used to join the two tables. |
| poolIndex | INT | Index of this pool within pools for the policy. |
| poolGroupID | VARCHAR(64) | ID of the group associated with this pool. References the groupID field of KSComputerGroups, and can be used to join the two tables. |
| poolLimit | INT | License limit for this pool. |
| poolTimeout | INT | Timeout for this pool. |
| poolNetwork | INT | Corresponds to "Can be used on network" checkbox in KeyConfigure. |
| poolPortable | INT | Corresponds to "Can be used as Portable Key" checkbox in KeyConfigure. |
| poolInUse | INT |
Number of licenses in use from this pool.
internal only |
| poolFlags | INT | Ignore. |
| polprodID | VARCHAR(64) | Unique ID for this entry in the KSPolicyProducts table. |
| polprodServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| polprodPolicyID | VARCHAR(32) | The ID of the policy relevant to this association. References the policyID field of KSPolicies, and can be used to join the two tables. |
| polprodProductID | VARCHAR(40) | The ID of the product relevant to this association. References the productID field of KSProducts, and can be used to join the two tables. |
| polprodPosition | INT | Order in which to try to use various policies for a given product. Lower numbers are used first. |
| polprodFlags | INT | Ignore. |
| portID | internal only | Unique ID for this entry in the KSInUse table. |
| portPolicyID | internal only |
(new in KeyServer 7.0)
The ID of the policy which is checked out. References the policyID field of KSPolicies, and can be used to join the two tables. |
| portUserName | internal only | The name of the user who checked the portable out. |
| portComputerID | internal only | The ID of the computer which has checked out the license. References the computerID field of KSComputers, and can be used to join the two tables. |
| portWhen | internal only | The time at which the portable was checked out. |
| portExpiration | internal only | The date when this portable will expire. |
| portPoolID | internal only | ID of the pool that this portable was checked out against. References the poolID field of KSPolicyPools, and can be used to join the two tables. |
| portFlags | internal only | Ignore. |
| componentID | VARCHAR(80) | Unique ID for this entry in the KSProductComponents table. |
| componentServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| componentProductID | VARCHAR(40) | The ID of the product relevant to this association. References the productID field of KSProducts, and can be used to join the two tables. |
| componentProgramVariant | VARCHAR(48) | The variant of the program relevant to this association. References the programVariant field of KSPrograms, and can be used to join the two tables. |
| componentUtility | INT | Non-zero if the program is just a utility in the product. |
| componentPosition | INT | Order in which to try to use various policies for a given product. Lower numbers are used first. |
| componentFlags | INT | Ignore. |
| prodfolderID | INT | Unique ID for this product folder. |
| prodfolderServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| prodfolderName | VARCHAR(64) | The name of the folder. |
| prodfolderColor | INT | The color which KeyConfigure uses to display the folder. When displayed as hex, the first two digits are the Blue value, the next two are the Green value, the final two are the Red value. |
| prodfolderNotes | VARCHAR(255) | Notes for the folder. Can't be set in KeyConfigure. |
| prodfolderFlags | INT | Ignore. |
| productID | VARCHAR(40) | Unique ID for this row of KSProducts. |
| productServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| productName | VARCHAR(64) | This name of the product. |
| productVersion | VARCHAR(16) | The version of the product, as text. |
| productPlatform | INT | What platform the product is for. Use KSTermPlatform to convert these constants to string representations. |
| productReleaseDate | DATETIME | The date on which this program was released. |
| productFolderID | INT | Indicates which folder the product belongs to, if any. References the prodfoldID field of KSProductFolders, and can be used to join the two tables. |
| productUpgradeID | VARCHAR(40) | The ID of the product for which this product is an upgrade. |
| productStatus | INT | Non-zero if the product is “Active”. |
| productTracked | INT | Ignore. |
| productPublisher | VARCHAR(64) | The publisher of the product. |
| productCategory | VARCHAR(64) | The category of the product. |
| productContact | VARCHAR(64) | The contact for the product. |
| productContactAddress | VARCHAR(255) | The contact address for the product. |
| productDefinedBy | VARCHAR(32) | The person or company who defined this product in KeyConfigure. |
| productNotes | VARCHAR(255) | Notes for the product. |
| productFlags | INT | Ignore. |
| folderID | INT | Unique ID for this program folder. |
| folderServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| folderName | VARCHAR(64) | The name of the folder. |
| folderColor | INT | The color which KeyConfigure uses to display the folder. When displayed as hex, the first two digits are the Blue value, the next two are the Green value, the final two are the Red value. |
| folderNotes | VARCHAR(255) | Notes for the folder. Can't be set in KeyConfigure. |
| folderFlags | INT | Ignore. |
| programID | VARCHAR(48) | Unique ID for this row of KSPrograms. Note this is different for every version. If there is a single entry in the programs window of KeyConfigure, but there are 3 versions in the expandable name in the Actions pane of the program details window, there are then 3 rows in KSPrograms, each with a different programID, but the same programVariant. |
| programServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| programVariant | VARCHAR(48) | This is the programID, masked to some degree. A single value of programVariant corresponds to a single item in KeyConfigure's programs window. |
| programCharStamp | VARCHAR(16) | The character stamp of the program. |
| programName | VARCHAR(64) | The name of the program. |
| programVariantName | VARCHAR(64) | The name of the item in KeyConfigure's programs window under which this specific version of the program appears. |
| programVariantVersion | VARCHAR(64) | A string representation of the common part of the version, for all versions which KeyConfigure considers a single "program" (i.e. entry in the programs window). |
| programAIVersion | VARCHAR(64) | Alternative format of programVariantVersion. |
| programVersionMask | INT | A number representation of the version mask, which has been set in KeyConfigure. This is used to compute the programVariant from the programID. |
| programVersion | VARCHAR(32) | The version number of the program, as text. |
| programPlatform | INT | What platform the program runs on. Use KSTermPlatform to convert these constants to string representations. |
| programPublisher | VARCHAR(64) | The publisher of the program, if that information is known. |
| programPath | VARCHAR(255) | The path of the first copy of the program which was ever seen. |
| programFileName | VARCHAR(64) | The file name of the first copy of the program which was ever seen. |
| programKeyed | INT |
(new in KeyServer 7.0)
Indicates whether this program is keyed. |
| programStatus | INT |
(new in KeyServer 7.0)
This corresponds to the status - which relates to Product membership. Use KSTermStatus to convert these constants to string representations. |
| programAcknowledged | INT | A boolean representing whether or not the program has been acknowledged in KeyConfigure by an administrator. If this value is false, the program shows up as a pink item in the KeyConfigure programs window. |
| programAudit | INT | Whether to include this program in software audits. |
| programFolderID | INT | Indicates which folder the program belongs to, if any. References the folderID field of KSProgramFolders, and can be used to join the two tables. |
| programLaunchSeen | INT |
(new in KeyServer 7.0)
Non-zero if KeyServer has ever seen a launch of this program, from any client. |
| programDiscMethod | INT |
(new in KeyServer 7.0)
Indicates how the program was discovered - either by launch (0), audit (1), keying (2), or admin (3). |
| programDiscovered | DATETIME | The date on which this program was discovered, either by an audit, or by a launch of the program. |
| programCreateDate | DATETIME | The creation date of the program. |
| programUserName | VARCHAR(64) | The name of the KeyServer user of the machine on which the program was first seen. |
| programComputerID | VARCHAR(64) | The ID of the computer on which this program was first seen. References the computerID field of KSComputers, and can be used to join the two tables. |
| programNotes | VARCHAR(255) | Notes for the program, if they have been typed in the Notes pane of the program details window of KeyConfigure. |
| programFlags | INT | Ignore. |
| allocationID | VARCHAR(128) | Unique ID for this entry in the KSPurchaseAllocations table. |
| allocationServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| allocationPurchaseID | VARCHAR(80) | The ID of the purchase from which allocations are being made. References the purchaseID field of KSPurchaseItems, and can be used to join the two tables. |
| allocationUpgradeID | VARCHAR(80) | The ID of the purchase to which allocations are being made. References the purchaseID field of KSPurchaseItems, and can be used to join the two tables. |
| allocationQuantity | INT | The number of entitlements that are being allocated. |
| allocationFlags | INT | Ignore. |
| codeID | VARCHAR(255) | Unique ID for this entry in the KSPurchaseCodes table. |
| codeServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| codePurchaseID | VARCHAR(80) | The ID of the purchase which this code belongs to. References the purchaseID field of KSPurchaseItems, and can be used to join the two tables. |
| codeValue | VARCHAR(64) | The value of this code. |
| documentID | VARCHAR(255) | Unique ID for this entry in the KSPurchaseDocuments table. |
| documentServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| documentPurchaseID | VARCHAR(80) | The ID of the purchase which this document belongs to. References the purchaseID field of KSPurchaseItems, and can be used to join the two tables. |
| documentName | VARCHAR(32) | The name of this document. |
| documentURL | VARCHAR(255) | The URL of this document. |
| documentDateAdded | DATETIME |
Date and time when the document was added to the purchase record. |
| purchfolderID | INT | Unique ID for this folder. |
| purchfolderServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| purchfolderName | VARCHAR(64) | The name of the folder. |
| purchfolderColor | INT | The color which KeyConfigure uses to display the folder. When displayed as hex, the first two digits are the Blue value, the next two are the Green value, the final two are the Red value. |
| purchfolderNotes | VARCHAR(255) | Notes for the folder. Can't be set in KeyConfigure. |
| purchfolderFlags | INT | Ignore. |
| purchaseID | VARCHAR(80) | Unique ID for this entry in the KSPurchaseItems table. |
| purchaseServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| purchaseOrderID | VARCHAR(32) | The ID of the purchase order which this item is part of. References the orderID field of KSPurchaseOrders, and can be used to join the two tables. |
| purchaseItemNumber | INT | The item number within the purchase order. This value is unique across the various items within an order. |
| purchaseName | VARCHAR(64) | The Name of this purchase item. |
| purchaseStatus | INT | A number which is 0 for a purchase with the Dormant checkbox enabled, and non-zero for other purchases. |
| purchaseType | INT | A number which encodes the purchase type. Use KSTermPurchaseType to convert these constants to string representations. |
| purchaseEntitlementType | INT | A number which encodes the entitlement type. Use KSTermEntitlementType to convert these constants to string representations. |
| purchaseMetric | INT | A number which encodes the metric type. Use KSTermMetric to convert these constants to string representations. |
| purchaseFolderID | INT | Indicates which folder the purchase belongs to, if any. References the purchfolderID field of KSPurchaseFolders, and can be used to join the two tables. |
| purchaseQuantity | INT | Number of packages purchased. |
| purchaseEntitlementsPerPackage | INT | Number of entitlements in each package. |
| purchaseStartDate | DATETIME | The date on which these entitlements become active. |
| purchaseEndDate | DATETIME | The date on which these entitlements expire |
| purchaseRenewDate | DATETIME | The date until which upgrade rights are included for this purchase. |
| purchaseCurrency | INT | A number which encodes the currency for this purchase. Use KSTermCurrencyType to convert these constants to string representations. |
| purchaseExtendedCost | BIGINT | The extended price for this purchase. |
| purchaseConvertedCost | BIGINT | The converted price for this purchase. |
| purchaseUnitMSRP | BIGINT | The MSRP Unit price for this purchase. |
| purchaseUnitPrice | BIGINT | The unit price for this purchase. |
| purchaseUpgradePrice | BIGINT | The upgrade price for this purchase. |
| purchaseProductID | VARCHAR(40) | The ID of the product which was purchased. References the productID field of KSProducts, and can be used to join the two tables. |
| purchaseEffectiveProductID | VARCHAR(40) | The ID of the product which this purchase currently entitles. References the productID field of KSProducts, and can be used to join the two tables. |
| purchaseInvoice | VARCHAR(32) | Invoice number for this purchase. |
| purchaseDivisionID | INT | ID of the division associated with this purchase. References the divisionID field of KSComputerDivisions, and can be used to join the two tables. |
| purchaseContractID | INT | ID of the contract associated with this purchase. References the contractID field of KSContracts, and can be used to join the two tables. |
| purchaseGroup | VARCHAR(64) | Group for this purchase. |
| purchaseSite | VARCHAR(64) | Site for this purchase. |
| purchaseCostCenter | VARCHAR(64) | Cost Center for this purchase. |
| purchaseResellerSKU | VARCHAR(32) | Reseller SKU for this purchase. |
| purchaseManufacturerSKU | VARCHAR(32) | Manufacturer SKU for this purchase. |
| purchaseExternalID | VARCHAR(32) | External ID for this purchase. |
| purchaseLocation | VARCHAR(64) | Location for this purchase. |
| purchaseReference | VARCHAR(255) | Reference data for this purchase. |
| purchaseConditions | VARCHAR(255) | Special conditions for this purchase. |
| purchaseDescription | VARCHAR(255) | Description for this purchase. |
| purchaseNotes | VARCHAR(255) | Notes for this purchase. |
| purchaseFlags | INT | Ignore. |
| orderID | VARCHAR(32) | Unique ID for this entry in the KSPurchaseOrders table. This is the PO number. |
| orderServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| orderDate | DATETIME |
The date of this PO. |
| orderFolderID | INT | Ignore. |
| orderResellerPO | VARCHAR(32) | The reseller's PO number for this PO, if applicable. |
| orderReseller | VARCHAR(32) | The reseller for this PO, if applicable. |
| orderRecipient | VARCHAR(32) | The recipient of this PO, if applicable. |
| orderNotes | VARCHAR(255) | Notes for this PO. |
| orderFlags | INT | Ignore. |
| supportID | VARCHAR(255) | Unique ID for this entry in the KSPurchaseSupport table. |
| supportServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| supportPurchaseID | VARCHAR(80) | The ID of the purchase which is relevant to this entry. References the purchaseID field of KSPurchaseItems, and can be used to join the two tables. |
| supportProductID | VARCHAR(40) | The ID of the product relevant to this association. References the productID field of KSProducts, and can be used to join the two tables. |
| serverID | INT | Unique ID for this entry in KSServers. When connected directly to a KeyServer, the one entry in this table will have serverID 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| serverType | INT | 0 for a server, 1 for a shadow. |
| serverName | VARCHAR(64) | The AppleTalk/IPX name of the server. |
| serverComputer | VARCHAR(64) | The name of the computer on which the KeyServer is running. |
| serverSerialNumber | VARCHAR(24) | The displayable serial number. |
| serverVersion | VARCHAR(16) | The version of the server. |
| serverStartTime | DATETIME |
Date and time when the server was started up. |
| serverGMTOffset | INT | Offset from GMT in seconds. |
| serverTimeZone | VARCHAR(16) |
Name of the timezone where the server is. |
| serverSeats | INT | Number of clients supported. |
| serverFullClients | INT |
Current number of clients. |
| serverActiveSessions | INT |
Current number of Active sessions. |
| serverFloatingSessions | INT |
Ignore. |
| serverFloatingRatio | INT |
Ignore. |
| serverLicensesInUse | INT |
Current number of Licenses in use by KeyServer clients. internal only |
| serverLicensesInQueue | INT |
Current number of Licenses Queued for KeyServer clients. internal only |
|
Every term table has the following three fields: |
||
| termID | INT | The unique ID for this term entry. This is the field to link to from whatever field needs to be interpreted. |
| termValue | VARCHAR(255) | A long string describing the code. |
| termAbbreviation | VARCHAR(32) | A short string describing the code. |
| usageID | VARCHAR(128) | Unique ID for this entry in KSUsage. |
| usageWhen | DATETIME | Date and time when this usage event occured. |
| usageEnum | INT | This distinguishes between two or more usage events during the same second. |
| usageServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. |
| usageServerType | INT | Whether this event was logged by the KeyServer (value is 0), or by a shadow (value is 1). |
| usageProgramID | VARCHAR(48) | If this event involved a program, the ID for the program. References the programID field of KSPrograms, and can be used to join the two tables. |
| usageProductID | VARCHAR(40) |
(new in KeyServer 7.0)
Program launch and quit events get put in the Usage table because they belong to a product. Controlled program events contain the relevant product ID in this field. References the productID field of KSProducts, and can be used to join the two tables. |
| usagePolicyID | VARCHAR(32) |
(new in KeyServer 7.0)
If this event involved a policy, the ID of the policy. References the policyID field of KSPolicies, and can be used to join the two tables. |
| usageComputerID | VARCHAR(64) | The ID of the computer which generated this usage event. References the computerID field of KSComputers, and can be used to join the two tables. |
| usageDivisionID | INT |
(new in KeyServer 7.0)
ID of the division which was associated with the computer with id usageComputerID at the time of the usage event. References the divisionID field of KSComputerDivisions, and can be used to join the two tables. |
| usageExpansion | VARCHAR(64) | Reserved for future use - ignore. |
| usageUser | VARCHAR(64) | The name of the user on the computer which generated this usage event. |
| usageAddress | VARCHAR(32) | The IP address of the machine at the time of this usage action. Note this could change from event to event for the same computer if you use DHCP. |
| usageGroup | VARCHAR(64) | Name of the group which allowed the policy to be used. This may be equal to a value of KSComputerGroups.groupID, but it may not. |
| usageEvent | INT | What type of event occured. Use KSTermEvent to convert these constants to string representations. For more about each event type, see the events document. |
| usageReason | INT | Extra information on what caused the event. Use KSTermReason to convert these constants to string representations. |
| usageTime | INT | How long a certain state was in affect for. Only meaningful for "end" events, like policy return, program quit, user removed from wait queue, etc. |
| usageOtherTime | DATETIME | For "end" type events (program quit, policy return, user logoff, server shutdown), this field contains the date and time when the corresponding "start" event occured. Equal to usageWhen - usageTime for these events. |
| usageGMTOffset | INT |
GMT Offset in seconds of timezone where this usage event occured. |
| usageCount | INT |
Reserved for future use - ignore. |
| usageFlags | INT |
(new in KeyServer 7.0)
Ignore. |
| userID | internal only | Unique ID for this user. (unique forever, only valid as long as user is logged in) |
| userSession | internal only | Attribute which is used internally by KeyServer. It is essentially useless for reports. |
| userName | internal only | The name of the user. |
| userComputerID | internal only | The computer that the user is logged in on. References the computerID field of KSComputers, and can be used to join the two tables. |
| userComputerName | internal only | The name of the computer that the user is logged in on. |
| userClientVersion | internal only | The KeyAccess client version which the user is connected with. |
| userProtocol | internal only | Specifies how the user is connected to KeyServer. Use KSTermProtocol to convert these constants to string representations. |
| userAddress | internal only | TCP address of the computer that the user is logged in on. |
| userZone | internal only | If connected through AppleTalk, the zone the user is in. |
| userLicenseCount | internal only | The number of licenses that the user has out. |
| userReservationCount | internal only | The number of licenses that the user is waiting for. |
| userWaitingID | internal only | Attribute which is used internally by KeyServer. It is essentially useless for reports. |
| dbexTable | VARCHAR(32) | Name of one of the other tables (e.g. "KSPrograms"). This is part of the key for this table. |
| dbexServerID | INT | The ID of the server which created this entry. If you are querying data directly from KeyServer, this will be 0. The "feature.server" attribute from the KeyServer's license certificate is filled in when tables are exported to an external database. This is part of the key for this table. |
| dbexLast | INT | Number which represents the last time the table specified by dbexTable was exported by the server of ID dbexServerID. This number is updated after each export. |
To give a better idea of how these tables can be used, here are some example queries. First, let's look at how one of the Online Reports in KeyReporter generates results. The query for showing an overview of all Divisions is:
SELECT MAX(divisionName),MAX(divisionID),COUNT(computerUserSession),
COUNT(computerID)-COUNT(computerUserSession),COUNT(computerID),
(100*COUNT(computerUserSession))/COUNT(computerID),
100-((100*COUNT(computerUserSession))/COUNT(computerID))
FROM
{oj KSComputers LEFT OUTER JOIN KSComputerDivisions ON computerDivisionID=divisionID
AND computerServerID=divisionServerID}
WHERE
(divisionName IS NOT NULL)
GROUP BY
divisionName,divisionID
Because of the GROUP BY, this query returns one row for each Division. It selects the division name, division id (which can then be used to restrict a query to just that division), number of computers in the division with someone logged in, number of computers in the division without someone logged in, total number of computers, percent logged in, and percent not logged in. KeyReporter does not display the division ID, but uses it if one of the divisions is clicked on. It uses the last two columns to generate the graphical representation of how full the division is. Next let's look at the query it uses once a specific division is clicked:
SELECT computerName,computerUserSession,computerUserName FROM KSComputers WHERE computerDivisionID=1234234 ORDER BY computerName
1234234 gets replaced with the appropriate divisionID, which was selected in the summary query above. The first column is the name of each computer within the division (this may not quite match what KeyConfigure displays in the Computers window - see the notes about the KSComputer fields for more). The second column is NULL if no one is currently logged in to the computer, and non NULL if someone is logged in to the computer. The third column is the name of the last user who logged in to the computer (which is the currently logged in user if there is someone logged in).
Next, here is an example that is somewhat like what the Usage (PROG x user) report might do:
SELECT MAX(programVariantName),MAX(programVariantVersion),MAX(usageUser),
COUNT(*),SUM(usageTime),MAX(usageWhen)
FROM
{oj KSUsage INNER JOIN KSPrograms ON KSUsage.usageProgramID=KSPrograms.programID
AND KSUsage.usageServerID=KSPrograms.programServerID }
WHERE
(usageEvent=4 OR usageEvent=9 OR usageEvent=11 OR usageEvent=13) AND programStatus > 1
AND usageWhen >= '2007-12-01 00:00:00' AND usageOtherTime < '2008-01-01 00:00:00'
GROUP BY
programVariantName,programVariant,usageUser
First of all, notice the join between KSUsage and KSPrograms. Technically, the usageServerID to programServerID should be included as a condition, but it is really only important if you have multiple KeyServers exporting to the same database. This is very similar to how you would do joins between KSUsage and KSComputers or KSPolicies. Next, look at the WHERE clause. First of all, it selects all the various types of program quit events (you can find the event codes by looking at the KSTermEvent table). Additionally, it only selects events for programs which are currently a component of a product (look at KSTermStatus). Finally, it selects events for which at least part of the usage was in December of 2007 - the quit was after December 1 and the corresponding launch was before January 1. With these various events, it groups by programVariantName and programVariant (since multiple programs may have the same Variant name), then by user. Finally, the fields it displays show summarization of usage. The first three fields identify which program and user this line is for. Next, the total number of quits, duration of usage, and most recent quit are selected. The actual KeyConfigure report is quite a bit more complicated than this. Most importantly, it selects every event and then processes and summarizes them within the report module, instead of having the SQL query doing the grouping and summarization. This allows it only count usage time that overlaps the selected time range. For example, if a program were launched on November 25 and left running until Dec 1, the SQL query above would count a whole week of usage, but the internal report would calculate the overlap and only count 1 day of usage. The internal report is also able to show a line summarizing usage for each program as a whole, as well as the details of each program/user combination. It also has a few more fields than what is shown above, and formats usage durations as hours:minutes instead of a raw number of seconds.
Note also that the syntax for the join and for date stamps has to be adjusted depending on what ODBC driver is being used.
If you have a 6.2 KeyServer configured to export data to an external database, you should update the table structure of your external tables to match the new structure of internal tables in KeyServer 7.0. In many cases the easiest way to do this is to simply delete external tables and allow them to be recreated. Note that if your exported tables have data that no longer exists in KeyServer, dropping the tables will permanently remove this data. If you have such data you probably want to alter your existing tables instead of dropping and recreating them. If you keep the same structure as before, KeyServer will continue to add data to any columns that exist in the external database, but data for the new columns will be dropped. Internal reports in KeyConfigure 7.0 may not work against external data until tables are updated.
If you do wish to manually update the external database, here are the commands we recommend using. This should be done at any point after upgrading KeyServer.
DROP TABLE KSComputers DROP TABLE KSLicensedComputers DROP TABLE KSLicenses DROP TABLE KSPools DROP TABLE KSProgramFolders DROP TABLE KSProgramLicenses DROP TABLE KSPrograms DROP TABLE KSTermAction DROP TABLE KSTermLicType DELETE FROM KSdbex WHERE dbexTable='KSComputers' DELETE FROM KSdbex WHERE dbexTable='KSLicensedComputers' DELETE FROM KSdbex WHERE dbexTable='KSLicenses' DELETE FROM KSdbex WHERE dbexTable='KSPools' DELETE FROM KSdbex WHERE dbexTable='KSProgramFolders' DELETE FROM KSdbex WHERE dbexTable='KSProgramLicenses' DELETE FROM KSdbex WHERE dbexTable='KSPrograms' ALTER TABLE KSAudits DROP COLUMN auditLicenseID ALTER TABLE KSUsage ADD ( usageProductID VARCHAR(40) ) ALTER TABLE KSUsage ADD ( usagePolicyID VARCHAR(32) ) UPDATE KSUsage SET usagePolicyID=usageLicenseID ALTER TABLE KSUsage DROP COLUMN usageLicenseID
Also, if you are converting from 6.1 to 7.0 you should also look at the table changes from 6.1 to 6.2, which can be found here.
| Help Index | 2012.09.24 |