ssas - SQL Server Analysis question- my cube breaks, claims it can't find a column that is there -


I am trying to learn SSAS myself and have trouble understanding my problem with a cube. I have a database project where I want to report on a table. I know it a little unusual, but its a relatively simple model and data have already been generalized in that table. There are two columns that serve as dimensions - at the end of the auction and the time of the product type. This includes several measures, including the cost of selling and selling items, when I set the cube and dimension in SSAS and the process works properly, and I am able to browse the cube. I can browse the cube with SAS I am or have created the SSR report.

However, I can not update the cube if I came back later in the day. The schema of the table supporting the cube has not changed, although there are new rows when I 'process the cube' within SSAS, then I get this error:

In the OLAP storage engine Errors: The attribute key can not be found: Table: DBO ScrapAction, Column: ID, Value: 76878 Error in OLAP Storage Engine: The record was dropped because the attribute key was not found. Specialty: Dimension ID: Scraped Auction by Database: SSAS, Cube: eBay Scrapper, Mass Group: Scrap Auction, Split: Scraped Auction, Record: 2913. Errors in the OLAP Storage Engine: Process process ended because errors The number of conflicts reached for the specified limit of acceptable errors for operation during the processing. Errors in the OLAP Storage Engine: An error occurred while processing the 'Scrapped auction' partition of the 'Scrapped Auction' solution group for the 'eBay Scrapper' cube from the SSAS database.

There is definitely a desk [DBO]. [ScrapAction], there is still [ID] column in it, and there is a row in the table that I can query with ID 76878. Does anyone have any issues that I am running? I work on rotating the cube ... which is not a real solution for production systems.

Have you tried MS Technet article on your issue?


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -