SSAS Cube process failed

ismepopola 76 Reputation points
2022-01-10T04:31:56.06+00:00

Hi, I encountered an error when process cube. Can anyone tell me how to resolve this?
Error: Errors in the OLAP storage engine: The attribute key cannot be found

SQL Server Analysis Services
SQL Server Analysis Services
A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
1,344 questions
{count} votes

Accepted answer
  1. CarrinWu-MSFT 6,891 Reputation points
    2022-01-10T06:24:51.493+00:00

    Hi @ismepopola ,

    Thanks for your post,

    Please try to follow below steps to find out the root cause:

    1. Process All Dimensions one by one. And see in Management Studio that Dimensions are displayed or not. If not please set the Target Server and Database Project Property for Deployment.
    2. Set ErrorConfiguration to Custom
    3. keyErrorAction --> Set to ConvertToUnknown
    4. Give keyErrorLimit as -1.
    5. NullKeyConvertToUnknown --> Set to Ignore Error
    6. Then Set EstimatedRows
    7. And before processing Dimensions/Cube save changes.
    8. And then Process Cube.
    9. If all Dimensions processed successfully then start Process to Cube.
    10. And see you have Administrator rights.
    11. And then see that Cube on Server you had set in Deployment Property.

    For more information, please refer to below links:
    Error messages when you try to process a database or a cube
    a similar thread

    Best regards,
    Carrin


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Olaf Helper 47,436 Reputation points
    2022-01-10T08:10:01.233+00:00

    The attribute key cannot be found

    That means, you have a attribute key in fact data, which don't exists in the related dimension. You have to take care about referencial integrity.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.