.Net MOM plugin

G

Guest

Hi...

Apologies in advance if this isn't the right place for this question, but I
didn't see another group that seemed more appropriate.

One of my co-workers is trying to write a C# plugin for a MOM management
server and we're having some difficulty getting it to work. When he wrote
the plugin, he wrote a little winforms app harness to test it, and we can see
the results when the plugin is run this way.

The problem is getting the thing to run in MOM. He's added the plugin to a
rule and scheduled the rule to run every 15 seconds. The rule is associated
with a computer group. But the plugin isn't running (every 15 seconds or
otherwise).

He added logging to the event log to see if it was being run and like
before, the event log messages show up when run from the harness but not from
MOM.

It's probably an issue of not understanding how to get the thing hooked into
MOM correctly.

Anyone have any pointers on that subject?

Thanks
Mark
 
S

Steven Cheng[MSFT]

Hi Mark,

As for MOM, I'm not sure what's the plugin or add-in model of it. As far as
I know, for add-in or plugin debugging, you can consider use Visual Studio
to attach the running process and break into your plugin code to see
whether those main events or functions are correctly called. If the problem
is occuring at configuration or plugin registering process, I'm afraid it
is quite hard to locate the cause from .net code logic.

BTW, here are the online community and newsgroups for MOM and I suggest you
post there for further information:

http://www.microsoft.com/technet/community/en-us/mom/default.mspx

http://www.microsoft.com/technet/community/newsgroups/server/mom.mspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top