Re: data mining algorithm plug-in problem
- From: "Raman Iyer [MS]" <ramaniy@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 22 Nov 2005 17:58:42 -0800
The ProgID element needs to go under
Algorithms/MyCompany_Pairwise_Linear_Regression - you have it under
Services/MyCompany_Pairwise_Linear_Regression (the Services node is reserved
for the server's internal use and it should not be modified).
--
-Raman Iyer
SQL Server Data Mining
[This posting is provided "AS IS" with no warranties, and confers no
rights.]
<ziga> wrote in message
news:909a8ce5-c64c-42dc-96f7-e15f828e739c@xxxxxxxxxxxxxxxxxxxxxxx
> Thank you for the advise! I still didn't resolve the problem but I am a
> little bit closer i think. I recompiled the project from the tutorial,
> registered algorithem again and restarted the servise again. And in event
> viewer there was a worning message:
>
> (The data mining algorithm provider (ProgID: ) for the
> MyCompany_Pairwise_Linear_Regression algorithm cannot be loaded.
> Message-handling subsystem: The message manager for the default locale
> cannot be found. The locale will be changed to US English.
> Message-handling subsystem: The message manager for the default locale
> cannot be found. The locale will be changed to US English. Error (Data
> mining): The algorithm provider for the
> 'MyCompany_Pairwise_Linear_Regression' data mining algorithm cannot be
> created; its ProgID is missing in the server configuration file.)
>
> Something is wrong with ProgID. I looked in the file Factory.rgs again and
> ProgID is:
>
> ProgID = s 'Plugin.FACTORY.1'
>
> as it is registered in my msmdsrv.ini file:
>
> Microsoft_Logistic_Regression>
> <Enabled>1</Enabled>
> </Microsoft_Logistic_Regression>
>
> <MyCompany_Pairwise_Linear_Regression>
> <Enabled>1</Enabled>
> </MyCompany_Pairwise_Linear_Regression>
> </Algorithms>
> <Services>
> <MyCompany_Pairwise_Linear_Regression> <ProgID>Plugin.FACTORY.1</ProgID>
> </MyCompany_Pairwise_Linear_Regression>
>
> I still don't get it...
>
>>
>> Hello,
>>
>> You do not need to copy the PlugInAlgorithm, once you register it, and I
>> think Visual Studio registers it upon building the project.
>> You need to restart Analysis Services once you change the INI file. For
>> diagnostic purposes, clean the Event Viewer log before restarting.
>> Then, restart and look into the event viewer. You should find either a
>> message that your algorithm was loaded successfully, or an error message.
>>
>> Assuming that the plug-in loads successfully, you should restart your
>> client
>> application (the Visual Studio you used for creating a new Analysis
>> Services
>> project).
>> The client caches a list of algorithms on the server, so it will not
>> detect
>> your change until restart
>>
>>
>> --
>> --
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>> Please do not send email directly to this alias. It is for newsgroup
>> purposes only.
>>
>> thanks,
>> bogdan
>>
>> <ziga> wrote in message
>> news:8862b3c5-ab74-4324-8e55-3e32b2c0683f@xxxxxxxxxxxxxxxxxxxxxxx
>> > Hello! I have a problem with integration of my plug-in algorithem into
>> > analysis services. First i compiled my ATL project (DLL type). After i
>> > build the project I registered my algorithm in msmdsrv.ini file. After
>> > that I made a new analysis services project and when i made a new minig
>> > structure there was not a new algorithm in the list of algorithms.
>> > Could
>> > anywone give me a suggestion? I think that i should copy the
>> > PlugInAlgorithm.dll file somewhere into directory where SqlServer is
>> > istalled. But in tutorial i didn t find any such information.
>>
>>
.
- Follow-Ups:
- Re: data mining algorithm plug-in problem
- From: anonymous_user@xxxxxxxxxxxxxxxxxxxxxxx
- Re: data mining algorithm plug-in problem
- References:
- data mining algorithm plug-in problem
- From: ziga
- Re: data mining algorithm plug-in problem
- From: Bogdan Crivat [MSFT]
- Re: data mining algorithm plug-in problem
- From: ziga
- data mining algorithm plug-in problem
- Prev by Date: Re: Additional Table(s) to an Existing Structure
- Next by Date: Re: data mining algorithm plug-in problem
- Previous by thread: Re: data mining algorithm plug-in problem
- Next by thread: Re: data mining algorithm plug-in problem
- Index(es):
Relevant Pages
|
Loading