When an archived .gz file is used to restore back into the same environment, the archive restore states successful completion, but when trying to view the logs for the restored data, we are getting the following error:
System.InvalidOperationException: Sequence contains no elements
at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)
at AutomateUI.frmLogViewer.DoSetup(Guid sessId, Int32 seqNo)
at AutomateUI.frmLogViewer..ctor(Guid sessId, Int32 seqNo, String searchStr)
at AutomateUI.frmLogViewer..ctor(Guid sessId, Int32 seqNo)
at AutomateUI.ctlWorkQueueContents.OnViewLogClicked(Object sender, EventArgs e)
Kindly help ASAP.