OLAP Cube failure

P

ProjectAnalyst

Our cube was failing and giving Event ID 7688 in the application log, as well
as a CBS general failure (17001), and "There is insufficient system memory to
run this query." There were also many connection time outs and other errors,
making the problem difficult to isolate.

We determined that the SQL Server admins had recently configured SQL Server
to use less memory, which unfortunately was equal to the minimum memory
accessed by Analysis Services.

Essentially Analysis Services and SQL Server were fighting over the memory,
and AS was losing.

For an immediate fix, we lowered the minimum memory used by AS, and things
work again. We'll continue to monitor performance to see if we also need to
up the memory.
 
C

Christophe Fiessinger [MSFT]

Going forward you might want to either switch to 64 bit and add memory or
install Analysis Services on its own dedicated server again I highly
recommend x64
 
P

ProjectAnalyst

Thanks Christophe,

We actually have a 64 bit SQL Server, but only 4G of RAM....which provided
plenty of processing power before other applications began using the same SQL
Server. Now that SQL Server is much busier, I would really like to install AS
on a dedicated server. As part of our performance monitoring I'll try to
prove it's a good idea. I also put in a request for more memory today as
well.
 
P

ProjectAnalyst

I agree Gary. This was our first foray into 64 bit and SQL 2005, and Data
Analysis for that matter.

I hope our performance analysis proves the point. I'll share the results
here.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top