Case Analyzer must publish all the events in its VMAEDM database. Verify that all events have been published through the Microsoft Query Analyzer.
Query for the number of rows in the F_Events table in the VMAEDM database with PAJobId = 0.
The following is an example of the query on the Case Analyzer database.
Select count(*) from F_Events where PAJobId = 0
The above query should return 0. If the query returns anything other than 0, then not all events have been published. In that case, you must leave Case Analyzer running until the query returns 0.