| When processing SSAS cube I am getting error "Errors in the OLAP storage engine" or "Internal Error". |
| Written by Vidas Matelis | |
| Tuesday, 05 June 2007 19:40 | |
|
Q: When processing Microsoft SQL Server Analysis Services (SSAS) 2005 cube I am getting multiple errors. Example: 1. Internal error: The operation terminated unsuccessfully. How do I investigate these errors?
A: In my case all 6 above errors were reported when I tried to load fact table but one dimension key from fact table did not exist in dimension structure, that is I have not incrementally updated dimension before loading fact table. That does not mean that you have exactly the same problem, here I'll just explain were do you find what cause these errors.
Another way to investigate these errors is to expand reported information in deployment progress window. There you will see red icon by each object that failed, and when you drill in, you will see query that was executed in source database and error message. Example of expanded structure:
You can also get similar error when you are processing dimension that is based on the view and table structure that this view is based on changed. To fix this just drop and recreate view.
|
Tags: faq, management, process
Most read
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- MDX-How can I get Last (Previous) Year to Date (YTD) values?
- MDX-How do you format or round KPI expression value?
- Analysis Services 2005 error: Errors in the metadata manager. The attribute with ID of ., Name of . refer
- MDX-How do you calculate monthly average of one year, optionally including empty months?
Top Rated
- How to install Adventure Works SQL DW and Analysis Services 2005/2008 sample database and project
- Analysis Services 2005 XMLA script to add/drop existing partition aggregate
- Why In Reporting Services MDX query disappears after leaving "Data" tab.
- When accessing calculation tab in BIDS I am getting error Unexpected error occurred
- MDX-How can I setup default dimension member in cube calculation script?
- How to calculate YTD monthly average and compare it over several years for the same selected month
- In an MDX query how can I get the top 3 sales years based on the order quantity?
- How in SSAS 2005 do you create what is used to be "Member Properties" in Analysis Services 2000




