I have problems with processing cubes on AS2005. I get this error message while processing:
Memory error: Allocation failure: Not enough storage is available to process this command. Error in the OLAP storage engine.
This machine has 6GB of memory and once it hits 3.5GB the processing stops. AWE is turned on.
I would appreciate, if anyone can help on this.
Thanks,
Gopal
Analysis Services is not AWE aware. So it can only use 2GB on a 32bit box (3GB if you have /3GB switch in boot.ini). Looks like the processing operation is running out of memory.
What are the number and sizes of dimension and partition tables? Do you have aggregations? Look at the processing log (in the process dialog) and find out what is the operation that causes out of memory - dimension processing, partition processing, building aggregations, etc.
This could also happen due to excessive parallelism. Try processing the dimensions and partitions individually.
|||Thanks for your reply.
I managed to process the partitions and dimensions individually. That worked.
Gopal
|||Hi.
Just a short question:
Is it really true that SSAS can use only 2GB RAM on a 32bit system? The technical reference for SQL Server 2005 Standard and Enterprise states that SQL Server can use the amount of RAM supported by the operating system which is 4GB for a Server 2003 Standard edition and 32GB for a Server 2003 Enterprise edition, both on 32bit systems. Does this apply only to the SQL Server Database Engine then and not the Analysis Services Server?
Regards
Kjetil
|||T.K. Anand wrote: Analysis Services is not AWE aware. So it can only use 2GB on a 32bit box (3GB if you have /3GB switch in boot.ini). Looks like the processing operation is running out of memory.
What are the number and sizes of dimension and partition tables? Do you have aggregations? Look at the processing log (in the process dialog) and find out what is the operation that causes out of memory - dimension processing, partition processing, building aggregations, etc.
This could also happen due to excessive parallelism. Try processing the dimensions and partitions individually.
In the 64-bit versions of Analysis Services...has this memory use limit been removed?
...cordell...
|||Yes - 64bit version doesn't have these limitations.
No comments:
Post a Comment