Subscribe | Alerts via Email
View All Quotes
“When I am working on a problem I never thing about the beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong.”
-R. Buckminster Fuller
<July 2010>
SunMonTueWedThuFriSat
27282930123
45678910
11121314151617
18192021222324
25262728293031
1234567
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

©2010 Cal Zant
Sign In
Total Posts: 106
This Year: 5
This Month: 1
This Week: 0
Comments: 2

After installing SQL Server Data Mining Add-ins for Office, I was attempting to use some of the table analysis functionality it provides and ran into an error that said "Error (Data mining): Session mining objects (including special data source views used to process data mining dimensions) cannot be created on this instance".  Wow, what a helpful error message!

Session mining objects cannot be created on this instance

It turns out, in order to use the analysis tools like forecast, highlight exceptions, detect categories, analyze key influencers, scenario analysis, fill from example, etc. ... you have to configure the SQL server to allow creation of temporary mining models (aka "session mining objects").  Ahh ... the cryptic error message makes a little more sense now.

Here is how you fix it:

  1. Go to Start Menu > All Programs > Microsoft SQL 2008 Data Mining Add-ins > Server Configuration Utility
    SQL 2008 Data Mining Add-in Server Configuration Utility
  2. The utility will walk you through a few simple steps, but this step is the one that really addresses this issue.  It explains a little more about these temporary/session models.
    Allow creation of temporary mining models

That's it.  After you finish the wizard, you should be able to run the model.

NOTE: If you created a new database for add-in users in step 3 of the configuration tool, you will obviously have to change the Analysis Services connection in Excel to point to that new database before this will work.

Change Analysis Services connection in Excel
Monday, December 07, 2009 3:02:51 PM (Central Standard Time, UTC-06:00)  #