Microsoft Developer Network > 포럼 홈 > Data Mining > Analysis Services Plugin Debug
질문하기질문하기
 

답변됨Analysis Services Plugin Debug

  • 2007년 3월 20일 화요일 오후 8:54antolik 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi!

    I am working on an AS Algorithm Plugin . I want to debug it in the AS Server, but I cant figure out how it works. Now I every time install and deploy the plugin, but if I catch an exception, it just shows me the message, not the stack trace. Anyone, something friendlier method?

    Sorry for my poor English!

    Bye,
    Laci

답변

  • 2007년 3월 20일 화요일 오후 9:18Bogdan Crivat중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    To debug, just attach the debugger to the msmdsrv.exe process.

    Do you use managed or native code to implement your plug-in? Also, are you using one of the samples or developing from scratch? If you provide more details, there could be some easier ways to catch errors

     

모든 응답

  • 2007년 3월 20일 화요일 오후 9:18Bogdan Crivat중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨

    To debug, just attach the debugger to the msmdsrv.exe process.

    Do you use managed or native code to implement your plug-in? Also, are you using one of the samples or developing from scratch? If you provide more details, there could be some easier ways to catch errors

     

  • 2007년 3월 29일 목요일 오전 8:55antolik 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Thank You. It fully solved my problem! Smile
  • 2009년 6월 27일 토요일 오전 9:38Miha Vuk 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi,

    I have followed your steps, but the beakpoint were not hit.
    Visual Studio shows "The breakpoint will not currently be hit. No symbols have been loaded for this document."
    I am working with MyCompany_Pairwise_Linear_Regression  (in native code)  from http://msdn.microsoft.com/en-us/library/ms345112(SQL.90).aspx.

    Thanks for help,
    Miha
  • 2009년 7월 12일 일요일 오후 3:56Vladimir Cupal 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi, even if the breakpoint is not working and there is some problem in your code, the details of it will be displayed in debugging window of Visual Studio the moment Analysis services will try to use that part of code (for example Predict() method, when you try to run prediction DMX query using your algorithm).

    Vladimir Cupal