As documented in Broadcom KB article 175826, Microsoft released a security update for SQL Server that adversely affected parallel cube processing, which is the default processing method used for the RiskFabric cube. As a workaround, Broadcom recommended splitting the cube processing step into distinct steps for the cube measures and dimensions, each run as sequential processing tasks.
Microsoft has since released a fix to resolve the underlying issue in SQL Server. This article provides a procedure to restore cube processing to a single, parallel processing task.
Version : 6.x
Component : Microsoft SQL Server Analysis Services
This procedure will restore parallel cube processing in environments in which sequential processing was implemented per Broadcom KB article 175826. This procedure should be followed only after all servers hosting Microsoft SQL Server (MSSQL) and SQL Server Analysis Services (SSAS) have been patched to the appropriate cumulative update (CU). Per Microsoft document KB4589170, a fix for this issue was initially released in the following updates:
NOTE: Once the appropriate CU (or greater) has been applied, the setting CoordinatorSafeJobUnblocking needs to be set to 0 in the msmdsrv.ini file on the SSAS server.
Assumption: It is assumed that the steps in the related article below have been applied to the RiskFabric Processing job.
Broadcom KB article 175826: https://knowledge.broadcom.com/external/article?articleId=175826
(Link available as of May 12, 2023)
The following builds of SQL Server were affected:
SQL Server 2022 is not affected by this issue.