Monday, November 22, 2010

SQL Server 2008 Releases

What is available:
  • SQL Server 2008 SP1 CU 11
  • SQL Server 2008 SP2 CU 1
  • SQL Server 2008 R2 SP CU2

Friday, November 12, 2010

Successfully Finished - but OK Button Disabled

Recently had an issue when processing dimensions in BPC. The process would complete without errors, but the OK button was disabled. The only way to exit was killing the application. Turns out the recycle limit on the DefaultAppPool was causing this.

Even though minimum memory was set to 60% before the app pool would recycle, and even though the memory on the server never got close to 60%, the process wouldn't finish. I turned off recycling based on memory usage and processing completed fine.