Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem : In Ginesys Report module, while executing any report from HOME tab , report could not execute. Below Error Message shown.

Code Block
Error: The requested name is valid, but no data of the requested type was found
Server stack trace:
at System.Net.Dns.GetAddrInfo(String name)
at System.Net.Dns.InternalGetHostByName(String hostName, Boolean includeIPv6)
at System.Net.Dns.GetHostAddresses(String hostNameOrAddress)
at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket()
at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortAndSid, Boolean openNew)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.SendRequestWithRetry(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream)
at System.Runtime.Remoting.Channels.Tcp.TcpClientTransportSink.ProcessMessage(IMessage msg, ITransportHeaders requestHeaders, Stream requestStream, ITransportHeaders& responseHeaders, Stream& responseStream)
at System.Runtime.Remoting.Channels.BinaryClientFormatterSink.SyncProcessMessage(IMessage msg)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at WebReports.Api.Scheduler.IReportSchedulerObject.AddReport(Version version, Guid baseJobId, String xmlData)
at WebReports.Api.Scheduler.SchedulerHost.AddReport(SchedulerJob job, Guid baseJobId)
at WebReports.Api.Scheduler.ReportSchedulerServiceInterface.AddReportProcess(SchedulerJob job, Int32 hostIdx, Guid baseJobId)
at WebReports.Api.Scheduler.ReportSchedulerServiceInterface.AddReport(SchedulerJob job, Int32& hostIdx)
at WebReports.Api.Scheduler.ReportScheduler.AddReport(ReportSchedule schedule, String& jobId, Int32& hostIdx)
at WebReports.Api.Execute.ActiveRemoteExecution.ExecuteAsync(Boolean isLowPriority, String sessionId)
at WebReports.Api.Execute.ExecutionManager.ExecuteAsync(PageInfo pageInfo, ActiveLocalExecution execute, Boolean isLowPriority)
at WebReports.UI.Callbacks.Execute.StartExecute(String reportData, String filterStr, String groupFilterStr, ClientParameterValueList parameters, String exportType, Boolean validateReport, ClientReportAdjustments adjustments, ClientJsApiExecuteReportFiltersList newJsApiFilters, ClientJsApiPromptingFilterValueList jsApiPromptingFilterValues, ClientJsApiExecuteReportParameterList jsApiParameters)

...