When you launch a cube deployment, a window is displayed that provides you with deployment information and statistics.
The window displays information on the progress of the deployment. When the deployment is complete, the window displays the following information:
Deployment start and completion time
Elapsed deployment time
Deployment runtime statistics:
Number of records processed
Number of records rejected, if any
The error file location (if there are rejected records)
A list of the rejected records, if any
The information and statistics displayed depend on whether Essbase Studio Server is running in streaming or nonstreaming mode.
If Essbase Studio Server is run in nonstreaming mode, deployment runtime statistics are displayed onscreen for both processed records and, if they exist, rejected records.
For example, after deployment, you may see onscreen:
Records processed 17. records rejected: 3.
In nonstreaming mode, the server property, server.essbase.streamingCubeBuilding, is set to false.
If Essbase Studio Server is run in streaming mode, the deployment runtime statistic is displayed onscreen only for processed records. The rejected records statistic, if any exist, is not displayed onscreen. After deployment is finished, the error file contains the list of rejected records.
For example, after deployment, you may see onscreen:
Records processed 17.
In streaming mode, the server property, server.essbase.streamingCubeBuilding, is set to true.
See server.essbase.streamingCubeBuilding for more information on this property.