0
votes
1answer
12 views

Arranging dimentions for clustering with SSAS

I am having some trouble with SSAS and data mining - specifically the Microsoft Clustering package. I intend to ultimately do my work in AMO and MDX, but for now, just happy to understand how it ...
0
votes
0answers
149 views

DIME protocol error, Business Intelligence Development Studio

When trying to deploy a mining structure and model in BIDS I get the following error: DIME protocol error: The '7' DIME version is not supported. Only version 1 is supported. I'm using SQL Server ...
2
votes
1answer
74 views

BIDS Data Mining Performance Issue

I'm having an interesting problem with Microsoft Business Intelligence Development Studio and the Data Mining Query Task. I have a package in which there are (among a few other things) two Data ...
1
vote
1answer
191 views

Self-Join in SSAS

I have a table like this: PersonId Job City ParentId --------- ---- ----- -------- 101 A C1 105 102 B C2 101 103 A C1 102 ...