What do the ID numbers in the audit database represent ?

What do the ID numbers in the audit database represent ?

Product ID# (from the Product table):
1000 - teamPages
1001 - webPages  (Teacher webPages)
1002 - Forums
1003 - Application
1004 - Kernel
1005 - Reports  (webReports)
1006 - Forms  (webForms)
1007 - webPass
1008 - AppSelector
1009 - LenovoID
1010 - CustomURL  (Personal Tiles)
1011 - Launcher  (Slingshot)
1012 - MyFiles
1013 - webStorage2
1014 - Tenant (duplicate user - most likely login with wrong attribute)
1015 - TenantSync



Product Sub ID# (from the ProductSub table):
1000 - FAQ
1001 - Links
1002 - Authentication
1003 - Builder
1004 - UserForm
1005 - AdminForm
1006 - SSODefinition
1007 - webAgent
1008 - Search
1009 - CustomerDirectory
1010 - Sync
1011 - GetCustTree
1012 - SyncBranches



Action ID# (from the Action table):
100--Add  (ex: add webStore tile, add forum topic, add forum reply, add webPass form)          
101--Modify  (ex: webForm updated, webPass form updated)                 
102--Delete  (ex: delete webStore tile, delete forum topic)          
103--Start  (ex: user clicked a webStore or personal tile)             
104--Stop                   
105--Login                  
106--Logout                 
107--Lock                   
108--Unlock                 
109--Generate  (ex: user ran a webForm, user ran a webReport)             
110--Open  (ex: open a webReport, open a webForm, user clicked a link w/ audit enabled)             
111--Save  (ex: user saved a webForm, user saved a webReport)                 
112--Assign                 
113--Unassign               
114--Default  (N/A)              
115--Missing   (personal tile or standard link that does not have a SSO definition)             
116--Failed  (ex: Slingshot failure, webPass failure)               
117--BadPassword  (directory login)           
118--AccountLocked  (directory login)        
119--AccountDisabled  (directory login)      
120--UnknownAuthError (N/A)
121--FirstLogin (N/A)
122--BrowserPaired (N/A)
123--BrowserPairedViaDesktop (N/A)
124--SearchViaWeb (N/A)
125--SearchViaREST (N/A)
126--DownloadViaREST (N/A)
127--NotFound
128--Unreachable

Keywords:
Analytics
actionid

    Can't find the KB

    Unable to find the KB to address your issue ?  

      • Recent Articles

      • Lenovo Unified Workspace End-of-Life Questions and Answers

        Will the shutdown of LUW servers and access to downloads affect my server licensing? No, the shutdown of the customer servers and access to the product and licensing downloads will not affect your server licensing. This license is downloaded and ...
      • How do I determine my Unified Workspace license expiration date?

        The best method for determining the licensing information including the expiration date of your Unified Workspace license: Login to your 8090 management console on each server This may take remoting into each LUW server and relay, opening a browser, ...
      • Lenovo Unified Workspace 7.0.2.13 Released

        Highlights of Unified Workspace 7.0.2.13 Before you install: Please view the installation notes here. 7.0.2.13 requires a 7.0 license file. Below is a list of enhancements and fixes released in Unified Workspace 7.0.2.13 Fixed external storage ...
      • LanSchool Documentation Guides

        LanSchool Classic Teacher Console The LanSchool Teacher Console is the interface teachers will use to manage their classroom and students. It contains all the tools necessary for a teacher to effectively interact with students and create a ...
      • Lenovo Unified Workspace 7.0.1.41 Released

        Highlights of Unified Workspace 7.0.1.41 Before you install: Please view the installation notes here. 7.0.1.41 requires a 7.0 license file. Below is a list of enhancements and fixes for Unified Workspace 7.0.1.41 Updated Log4j Updated Java Updated ...
      • Related Articles

      • Data Recorded in the Audit Database

        Issue Customer would like to build reports to view specific information logged by UW, that is not available from Analytics.  What additional information is logged in the Audit Database? Solution There is quite a bit more information recorded into the ...
      • Restore Audit Services HSQL database to shipping state

        Prerequisite: Unified Workspace is still configured to use the shipping "demo" HSQL database for Audit Services. Issue: webNetwork service will not finish starting.  The /stoneware/config/webNetworkTrace.log startup log file shows UW is getting stuck ...
      • Move database logging to SQL server.

        Changing / migrating the Logging Database from HSQL to MySQL , MSSQL. By default, the Stoneware Relay logs all transactions to a Java database called HyperSonic SQL. This database is installed as part of the portal installation and automatically ...
      • HSQL database driver updated in Unified Workspace

        As of Unified Workspace 6.3.1.x, the driver used to communicate with the built-in HSQL databases is being updated. This update changes the delimiter used when storing the information.  If you are using HSQL for anything other than webStore (which ...
      • Database Pooling

        Issue The way UW connects to a Database to run queries, it uses a single connection for each DB object created.  Thus if you have multiple queries that are run against that connection, they are processed in order, one at a time.  A very long query ...