Hi,
I faced with the following error at Orion 8.5 with NTA 2.2.1. Is there any solution for this problem?
Orion Website Error
An error has occurred with the Orion website.
Additional Information
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: Failure parsing NetObject key. ---> System.ArgumentException: Invalid Time Period specification: "Last 15 Minutes".
at SolarWinds.Netflow.Reporting.TimePeriod.ParseName(String PeriodName)
at SolarWinds.Netflow.Reporting.TimePeriodFilter..ctor(String filterID)
at SolarWinds.Netflow.Reporting.FilterCollection.ParseFilterIDString(String filterID)
at SolarWinds.Netflow.Reporting.FilterCollection..ctor(String filterID)
at SolarWinds.Netflow.Web.NetflowNode..ctor(String netObjectId)
--- End of inner exception stack trace ---
at SolarWinds.Netflow.Web.NetflowNode..ctor(String netObjectId)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeConstructor(Object[] args, SignatureStruct& signature, IntPtr declaringType)
at System.RuntimeMethodHandle.InvokeConstructor(Object[] args, SignatureStruct signature, RuntimeTypeHandle declaringType)
at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at SolarWinds.Orion.Web.NetObjectFactory.Create(String netObjectId)
at SolarWinds.Orion.Web.UI.OrionView.VerifyNetObject()
at SolarWinds.Orion.Web.UI.OrionView.SelectView()
at SolarWinds.Orion.Web.UI.OrionView.OnPreInit(EventArgs e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)