Re: data mining algorithm plug-in problem



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.
>>
>>


.



Relevant Pages

  • Re: RACM local security authority problem.
    ... > The server is being used as a mail/internet server. ... Restart the computer. ... if I solve the error with the "Remote Access Connection ... Manager failed to start because it could not register with the local ...
    (microsoft.public.win2000.ras_routing)
  • Re: data mining algorithm plug-in problem
    ... Something is wrong with ProgID. ... > You do not need to copy the PlugInAlgorithm, once you register it, and I ... > You need to restart Analysis Services once you change the INI file. ... > message that your algorithm was loaded successfully, ...
    (microsoft.public.sqlserver.datamining)
  • Re: data mining algorithm plug-in problem
    ... You do not need to copy the PlugInAlgorithm, once you register it, and I ... You need to restart Analysis Services once you change the INI file. ... message that your algorithm was loaded successfully, ...
    (microsoft.public.sqlserver.datamining)
  • Re: data mining algorithm plug-in problem
    ... its ProgID is missing in the server configuration file.) ... >>> You do not need to copy the PlugInAlgorithm, once you register it, and I ... >>> You need to restart Analysis Services once you change the INI file. ... >>> message that your algorithm was loaded successfully, ...
    (microsoft.public.sqlserver.datamining)
  • Re: Changing Instance Name
    ... You need to update the server with the name change ... Then restart the SQL Service and run ... > we just tried to register the server, ...
    (microsoft.public.sqlserver.security)

Loading