I have been trying to get scheduled reports to work , it has been baffling me whether its the smtp settings which I have changed many times...
I have looked in one of the orion logs called OrionWeb.log and in there it states the below...
2011-02-09 14:19:00,951 [27] ERROR ASP.global_asax - Application_Error: Inner exception
System.IO.FileNotFoundException: Could not find file 'D:\Program Files\SolarWinds\Orion\Top_25_High_Circuit_Utilization_-_Peak_Hours_Monday_-_Friday_-_Last_7_Days.OrionReport'.
File name: 'D:\Program Files\SolarWinds\Orion\Top_25_High_Circuit_Utilization_-_Peak_Hours_Monday_-_Friday_-_Last_7_Days.OrionReport'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize)
at System.Xml.XmlDownloadManager.GetStream(Uri uri, ICredentials credentials)
at System.Xml.XmlUrlResolver.GetEntity(Uri absoluteUri, String role, Type ofObjectToReturn)
at System.Xml.XmlTextReaderImpl.OpenUrlDelegate(Object xmlResolver)
at System.Threading.CompressedStack.runTryCode(Object userData)
at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
at System.Threading.CompressedStack.Run(CompressedStack compressedStack, ContextCallback callback, Object state)
at System.Xml.XmlTextReaderImpl.OpenUrl()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlTextReader.Read()
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at SolarWinds.Orion.Web.Reporting.OrionReport.Load(String filename)
at Orion_Report.Page_Load(Object sender, EventArgs e)
at System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e)
at System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e)
at System.Web.UI.Control.OnLoad(EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
It is looking for a report in folder:-
Could not find file 'D:\Program Files\SolarWinds\Orion\Top_25_High_Circuit_Utilization_-_Peak_Hours_Monday_-_Friday_-_Last_7_Days.OrionReport'.
But all reports are stored:-
\Program Files\SolarWinds\Orion\Reports
Where can I get this corrected??