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.
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.