Hi everyone,
I'm encountering a persistent error when trying to refresh a specific partition in my SQL Server Analysis Services (SSAS) project (2019 version).
The error message is as follows:
Errors in the OLAP storage engine: The operation on the 'SalesOrderDetail' measure group, partition 'SalesOrderDetail_2023' failed.
Errors in the OLAP storage engine: The process of the 'SalesOrderDetail' measure group, partition 'SalesOrderDetail_2023' failed.
Errors in the OLAP storage engine: An internal error occurred.
Errors in the OLAP storage engine: The value cannot be null.
Parameter name: value
I've tried the following troubleshooting steps:
- Verifying the connection string to the source data.
- Checking the integrity of the source SQL tables.
- Rebuilding the entire SSAS database.
- Clearing the cache for the affected measure group.
- Ensuring all source columns used in calculations are not nullable or have proper handling.
The problem seems to be specific to this partition. Other partitions in the same measure group and other measure groups in the cube refresh without any issues.
Has anyone experienced a similar issue or can offer guidance on what might be causing this "value cannot be null" error within the storage engine for a specific partition?