Logging and Diagnostics for InterSystems Business Intelligence
In addition to the Business Intelligence Logs, Business Intelligence offers a variety of other tools for monitoring and troubleshooting your deployment. This page provides details about these tools.
Review a Table of Cube Build and Synchronization Events
Business Intelligence logs information related to build and synchronization operations for all cubes (both registered and unregistered) as records within the Cube Event table, which you can query via SQL. The table name is %DeepSee_CubeManager.CubeEvent. The CubeEvent field indicates the type of cube event. Possible logical values for this field include the following:
CubeEvent Value | When the Cube Manager Writes This Log Entry |
---|---|
register | Immediately after registering a cube group. |
update | Immediately after saving changes to a cube group. |
unregister | Immediately after unregistering a cube group. |
build | When building a cube. The Cube Manager generates an initial log just before starting the build, and then updates that entry after the build is complete. |
synch | When synchronizing a cube. The Cube Manager generates an initial log just before starting the synchronization is started, and then updates that entry after the synchronization is complete. |
presynch | Immediately after executing any code specified by the Pre-Synchronize Code option. |
postsynch | Immediately after executing any code specified by the Post-Synchronize Code option. |
postbuild | Immediately after executing any code specified by the Post-Build Code option. |
repair | When you use the Build Dependency List option (which performs an on-demand build of a given cube and any related cubes). The Cube Manager generates an initial log just before starting the build, and then updates that entry after the build is complete. |
For information on other fields in this table, see the class reference for %DeepSee.CubeManager.CubeEventOpens in a new tab.