Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Valid XPATH queries may fail against the EventData element of SDK events after you apply System Center Operations Manager 2007 R2 CU3


Symptoms

After you apply System Center Operations Manager 2007 R2 Cumulative Update 3 (CU3), a workflow that queries the EventData element of an SDK event may fail to properly evaluate the XPATH query. Specifically, this occurs if the SDK event does not include a Dataitem element as the next element after EventData.

↑ Back to the top


Cause

This is a known issue in System Center Operations Manager 2007 R2 CU3.

↑ Back to the top


Resolution

There are two workarounds for this issue:

  1. Run expression filters only against top-level event elements, such as EventNumber, EventCategory or PublisherName.
  2. If you must run an expression filter against the EventData element of an SDK event, change the connector to make sure that every inserted event includes a Dataitem element immediately after the EventData element. Then change expression filters to query the elements after Dataitem using an XPATH expression such as the following:

    EventData/Dataitem/VALUE

    In the above XPATH example, VALUE is the name of an XML element that is immediately after the Dataitem element.

 

Additional keywords: SCOM, SCOM 2007 R2, OpsMgr 2007 R2

↑ Back to the top


More Information

Server Management 199446 - Valid XPATH queries may fail against the EventData element of SDK events after you apply R2 CU3

↑ Back to the top


Keywords: vkball, kb

↑ Back to the top

Article Info
Article ID : 2507575
Revision : 1
Created on : 1/8/2017
Published on : 2/23/2011
Exists online : False
Views : 101