Microsoft Knowledge Base Article
This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved.
Terms
of Use |
Trademarks
Article ID: 904747 - Last Review: October 27, 2006 - Revision: 1.1
You receive events 21421 and 21245 in the Microsoft Operations Manager (MOM) 2005 Operator Console if you use a response script for a rule in MOM 2005
You receive the following events in the Microsoft Operations
Manager (MOM) 2005 Operator Console:
Type: Warning
Source: Microsoft Operations Manager
Category: MOM Agent
Event ID: 21421
Computer: ComputerName
Description:
The response 'script: ScriptName' has been running more than time seconds and exceeded the time allowed to run. This might indicate the response is engaged in an infinite loop or is hanging.
Type: Warning
Source: Microsoft Operations Manager
Category: MOM Agent
Event ID: 21245
Computer: ComputerName
Description:
The response processor failed to execute a response. The response returned the error message : The remote procedure call failed.
Response ID: {response GUID}
Response description: script : Response script name
These symptoms occur if the following conditions are
true:
Additionally, the following symptoms occur until the response script is
stopped by MOM 2005:
- The executable file does not start in the MOM 2005
agent.
- The response script stops responding.
To work around this problem, use one of the following
methods.
Method 1
Add
cmd /c to the command line of
the response script. For example, the command line looks similar to this command line after you add
cmd /c to the command line of
the response script:
cmd = "cmd /c \\Remote computer name\Share folder name\Executable file name.exe"
Set wsq = CreateObject("Wscript.Shell")
wsq.Run cmd, 5
Method 2
Add the remote server that contains the share folder to the
Web sites list of the Local intranet zone. To do this, follow these steps:
- In Microsoft Internet Explorer, click Internet Options on the
Tools menu.
- On the Security tab, click Local intranet, and then click Sites.
- Click Advanced, type
the remote server name in the Add the Web site to the zone box, and then click Add.
Microsoft
has confirmed that this is a problem in the Microsoft products that are listed
in the "Applies to" section.
APPLIES TO
- Microsoft Operations Manager (MOM) 2005
| kberrmsg kbtshoot kbprb KB904747 |
Community Feedback System
Very often, it takes hours to solve a problem. Very often, you've looked high
and low, and have tried a lot of solutions. When you finally found it, chances
are, it was because someone else helped you. Here's your chance to give back.
Use our community feedback tool to let others know what worked for you and what
didn't.
Please also understand that the community feedback system is not warranted to be
correct, it's simply a system that we've built to let people try and help each
other. If something in a feedback response doesn't make sense to you, or you're
not comfortable making changes that the feedback talks about (like registry
edits), please consult a professional.
Thank you for using kbAlertz.com Feedback System.
-- Scott Cate