Transactions With Problems

SolarWinds.Orion.SCOM.WPM.TransactionProblemsView (View)

This view displays all of the transactions that are in a 'Critical' state.

Element properties:

TargetSolarWinds.Orion.SCOM.WPM.Transaction
TypeMicrosoft.SystemCenter.StateViewType
AccessibilityInternal
VisibleTrue

Source Code:

<View ID="SolarWinds.Orion.SCOM.WPM.TransactionProblemsView" Accessibility="Internal" Target="SolarWinds.Orion.SCOM.WPM.Transaction" TypeID="SC!Microsoft.SystemCenter.StateViewType" Visible="true">
<Category>Operations</Category>
<Criteria>
<SeverityList>
<Severity>Red</Severity>
</SeverityList>
</Criteria>
<Presentation>
<ColumnInfo Index="0" SortIndex="0" Width="100" Grouped="false" Sorted="false" IsSortable="false" Visible="true" SortOrder="Descending">
<Name>State</Name>
<Id>SolarWinds.Orion.SCOM.WPM.Transaction</Id>
</ColumnInfo>
<ColumnInfo Index="1" SortIndex="-1" Width="100" Grouped="false" Sorted="false" IsSortable="true" Visible="true" SortOrder="Descending">
<Name>Name</Name>
<Id>Name</Id>
</ColumnInfo>
</Presentation>
</View>