I am trying to build a cube with Large DS in the fact table. The Sales table for 24 month has 200 Million Records.
Here was my approach -
I built a cube successfully with a query in the dataset considing of only the last 10 days and 1 partition. The DS is an Oracle source and in the where clause, I am using "Where InvoiceDate <= sysdate-10" (If anyone has a better way, please let me know - I have tried, "12-Jun-01", "2012-06-01" and these have not been succesful)
So, after the cube build was successful, I went back and built a 24 month history by removing the condition in the where clause of the ds query. Then I went to create partitions of my fact table (approx 8 of them) using queries of the fact table - then in the query syntax of the partition construct I would plave in the where clause, "Where InvoiceDate between (sysdate-730) and (sysdate-611)" - I repeated this process many times to fill out approx quarterly partitions.
When I go to process the dimension again, and it Fails.
Errors and Warnings from Response
Internal error: The operation terminated unsuccessfully.
File system error: A FileStore error from WriteFile occurred. Physical file:
\\?\R:\DAT1\OLAP\713_Test.0.db\P SALE ITEM.16.dim\30.SLS ID.asstore. Logical file: . .
Errors in the OLAP storage engine: An error occurred while the 'ID' attribute of the 'SALEITEM' dimension from the '713_Test' database was being processed.
Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
Server: The operation has been cancelled.
KDW