Resolved Issues
The following issues have been resolved in 2023.3.0.
User and system queries were not executed
In a high load situation the AtScale system stopped executing user and system queries, and the Engine had to be restarted. This happened in the following situation: using SnowFlake as a data warehouse, having several data warehouse connections, having several projects and models, updating the models regularly while queries are executed.
ATSCALE-15888
Starting aggregate batch via API
Attempting to use the REST API to start an aggregate batch on a cube
that was currently building aggregates resulted in a generic 500 error.
Now, on making such a request the result would be a 409 Conflict
response and appropriate error message. Also, a missing cubeId
parameter will now result in a 400 (Bad request) response.
ATSCALE-12452
Incomplete aggregate batch builds
A software exception in the handling of aggregate build prioritization sometimes lead to incomplete aggregate batch builds, requiring manual user intervention to recover. This issue has now been resolved.
ATSCALE-17122
Custom number formats not working for section 3 and 4
For measures with custom formatting specified, if it contained a third or fourth section (zero and NULL values) they were not applied when visualizing the measure in Power BI.
ATSCALE-15649
Query error in Excel on adding measure twice
When a report in Excel had a dimension member on Columns and a measure added twice to Values, the report failed.
ATSCALE-15885
Incorrect model validation flags
Validation flags displayed next to dimension hierarchy elements were sometimes incorrect. The reason was wrong default values in the engine settings used for validation.
ATSCALE-16104
Incorrect dimension calculation groups with role playing relationships in the model
When there were role-playing relationships in the model, this was not taken into account during the creation of dimension calculation groups. This lead to errors in BI tools when using the corresponding calculation group.
ATSCALE-16261
Building partitioned UDA
After adding partitioning to user-defined aggregates (UDA) and publishing the project, the system failed to build the partitioned UDA.
ATSCALE-16184