Problem : In Ginesys Report module, while executing any report from HOME tab , report could not execute. Below Error Message shown.
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)
Front end message of the Error :
Probable background of this error :
Entire Server reinstalled and Web report also re-installed with the help of Report backup folder.
Entire Server migrated to another system and web report also re-installed with Report backup folder.
Reason :
Under Scheduler Settings Menu → Schedule Remoting Host path value was imported automatically or It was wrongly configured.
Resolution :
Tested the Schedule Remoting Host connection with running configuration (Protocol, Hostname or IP,Port ) then save the settings and click on Apply.
If Report Scheduling option is set true under settings of Server tab, then you should check below points one by one.
Check the Schedule Remoting Host Path ( protocol , IP or hostname , port )
Check the Report Scheduler Service is running or not.
0 Comments