Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Analysis Server and Reporting Services (2012)
 DMX creating mining structure

Author  Topic 

Helder
Starting Member

2 Posts

Posted - 2013-05-09 : 13:08:05
Hi guys.
I´m trying to create a time series data mining structure with dmx.

I´m using this code:


CREATE MINING MODEL Cassandra
(
[CompanyNK] TEXT KEY
,[Date] Long KEY TIME
,[Total Value Mes] Long Continuous PREDICT
,[New Items Month] LONG CONTINUOUS
,[Number Branches] LONG CONTINUOUS
,[Number Clients] LONG CONTINUOUS
,[Number Salesman] LONG CONTINUOUS
)
USING Microsoft_Time_Series
WITH DRILLTHROUGH


But i always get this error:
quote:
Error (Data mining): Usage of all non-key columns in the 'CassandraModel' mining model must be set to PredictOnly.


I tried to create the structure and insert the model after the creation, but i still get the error.

Can someone help please?
Thanks in advance

Helder
Starting Member

2 Posts

Posted - 2013-05-13 : 04:38:06
Ok... I don't know what the problem was. But shutting-down the computer for all the weekend appeared to solve the problem. I didn't do anything despite of turning the computer on and compile, and it worked.

Best Regards, Helder Borges
Go to Top of Page
   

- Advertisement -