This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Net Flow Receiver Service Restarting

I am having issues since the upgrade to 2.0 with the netflow receiver service restarting every few seconds. See below for error in the "last 50 events"

Unhandled exception: System.ArgumentException: Unsupported NetFlow packet version Parameter name: RawPacket at SolarWinds.Orion.NetFlow.NetFlowPacket..ctor(Byte[] RawPacket, IPAddress ReportingIPAddress) at SolarWinds.Orion.NetFlow.PacketListener.OnDataReceived(IAsyncResult asyncResult) at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.ContextAwareResult.CompleteCallback(Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Net.ContextAwareResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)