I have installed the LDMS 9.6 Remote Console (w/ SP1) and I am not able to run any reports. When I run a report it gives me the error below. I am able to run reports from the Core Management Console just fine. I'm running the Remote Console from a Win 7 64bit OS. Has anyone else experienced this issue with generating reports from a Remote Console?
Exception details:
GrapeCity.ActiveReports.ReportException: The shared data source 'C:\LDMS.rdsx' cannot be loaded. ---> System.ArgumentNullException: Error calling ParseLocalConnectionString
Parameter name: local_connection_string
at LANDesk.DataServices.DbConnection.ParseLocalConnectionString(String local_connection_string)
at LANDesk.DataServices.DbConnection.Read(String account)
at LANDesk.ManagementSuite.Database.LanDeskConnection. (String )
at LANDesk.ManagementSuite.Database.LanDeskConnection.GetReportingConnectionString(String core_name)
at LANDesk.ReportingServices.ReportDataAccess.get_ConnectionString()
at LANDesk.ReportingServices.ARViewer.LDMSResourceLocator.LoadLDMSDataSource(String fileUrl)
at LANDesk.ReportingServices.ARViewer.LDMSResourceLocator.LoadFromReportingFolder(String name)
at LANDesk.ReportingServices.ARViewer.LDMSResourceLocator.GetResource(ResourceInfo resourceInfo)
at GrapeCity.ActiveReports.ReportsCore.DataDefinition.ReportDataDefinition.#U.#RZe.#mkf()
--- End of inner exception stack trace ---
at GrapeCity.ActiveReports.ReportsCore.DataDefinition.ReportDataDefinition.#U.#RZe.#mkf()
at GrapeCity.ActiveReports.ReportsCore.DataDefinition.ReportDataDefinition.#U.#RZe.#kkf()
at GrapeCity.ActiveReports.ReportsCore.Rendering.ReportProcessor.#gEf(ReportDataDefinition reportDataDef, DataProviderInfo[] dataProviders, IExpressionEvaluatorService expressionEvaluatorService)
at GrapeCity.ActiveReports.ReportsCore.Rendering.ReportProcessor.#dEf(ReportDataDefinition reportDataDef)
at GrapeCity.ActiveReports.ReportsCore.Rendering.ReportProcessor.#Tol()
at GrapeCity.ActiveReports.ReportsCore.Rendering.ReportProcessor.#fn(Boolean forceDataRefresh, Boolean forceParameterDataRefresh)
at GrapeCity.ActiveReports.Document.PageDocument.#0Kf(Boolean forceDataRefresh, Boolean forceParameterDataRefresh)
at GrapeCity.ActiveReports.Document.PageDocument.Render(IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, Boolean forceDataRefresh, Boolean forceParameterDataRefresh)
at GrapeCity.ActiveReports.Document.PageDocument.Render(IRenderingExtension renderingExtension, StreamProvider streams, NameValueCollection settings, Boolean forceDataRefresh)
at GrapeCity.ActiveReports.Viewer.Win.Rdlx.RdlReport.<>c__DisplayClassf.<LoadImpl>b__b()
at System.ComponentModel.BackgroundWorker.WorkerThreadStart(Object argument)