|
I received this error message on
my DCAM server. Does anyone have any idea what it means and why it is being
called from T:\... (full path below) as my servers don’t even have a T: drive?
It’s as if this directory information is hard coded into MOM:
A DAS method call failed in
the Agent Manager and will not be retried.
DAS method:
TDasObject::CallDasMethod(ConfigurationUpdateWithPKAllFields)
System error text: Unknown error 0x40ED2
Called from file: T:\Dev\EEM\V3\Common\EEMCommon\EEMConfiguration.cpp
Called from line: 687
Contributed
By: Ugo Corti
Unfortunately the
message that you are seeing is a bug message that the developers placed into the
code. When the code ‘blows up’ they know where to look in the code. The "T:\Dev"
is an internal server that once housed the Operations Manager code at NetIQ.
Since Microsoft has taken over the code this line should have been removed.
Normally this errors occurs when the Agent Manager timed out during the scan
because the database computer was busy. If the Agent Manager completed the scan
afterwards then there is no problem. Another possible reason for this error is
that more than one Agent Manager is trying to perform a scan at the same time
and they are having problems communicating with the Database.
|