Subscribe | Alerts via Email
View All Quotes
“In an ideal world, every system could run instantly, consume zero storage space, use zero network bandwidth, never contain any errors, and cost nothing to build. In the real world, a key part of the designer's job is to weigh competing design characteristics and strike a balance among those characteristics.”
-Steve McConnell
<March 2010>
SunMonTueWedThuFriSat
28123456
78910111213
14151617181920
21222324252627
28293031123
45678910
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: 103
This Year: 2
This Month: 0
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)  #