Network Management
Multicast Routing Resource Error in NPM
The article briefly describes the steps to check and address when encountering an error for the Top 10 Multicast Traffic Resource on the Orion Web Console
First published date
Last published date
Overview
Sample Image:
OrionWeb.log show the following errors,
ERROR MulticastRouting - Multicast service exception:
System.OverflowException: Value was either too large or too small for an Int32.
at System.Convert.ToInt32(Double value)
at System.Single.System.IConvertible.ToInt32(IFormatProvider provider)
at System.Convert.ToInt32(Object value)
at MulticastRouting.GetMulticastTopXXTraffic(PagingStatus pagingStatus, MulticastRoutingTableTopXXConfiguration configParameters)
Product section
Cause
Resolution
Run the following query in the Database Manager or SQL Server Management Studio to identify which node is causing this issue :
-- Scripts are not supported under any SolarWinds support program or service.
-- Scripts are provided AS IS without warranty of any kind. SolarWinds further
-- disclaims all warranties including, without limitation, any implied warranties
-- of merchantability or of fitness for a particular purpose. The risk arising
-- out of the use or performance of the scripts and documentation stays with you.
-- In no event shall SolarWinds or anyone else involved in the creation,
-- production, or delivery of the scripts be liable for any damages whatsoever
-- (including, without limitation, damages for loss of business profits, business
-- interruption, loss of business information, or other pecuniary loss) arising
-- out of the use of or inability to use the scripts or documentation.
SELECT n.NodeID, n.IP_Address, n.Caption, mr.InBps FROM NPM_Multicast_RoutingTable mr
JOIN NPM_Multicast_GroupNodes mg ON (mr.MulticastGroupNodeID=mg.MulticastGroupNodeID)
JOIN Nodes n ON (mg.NodeID=n.NodeID)
ORDER By mr.InBps desc
The node causing the issue should appear at the top with a high value for InBps.
Try any of the following:
- Disable the Multicast Routing of the node (appearing with a high value for InBps) via List Resources Management and re-enable it again
- Delete and re-add the node (showing the high value for InBps) in NPM