Splunk Dev

C# SDK exception : System.Net.WebException: The request was aborted: The request was canceled.

ykmohank
New Member

Hi,
I am trying to call a Saved search using C# SDK as below.

SavedSearchCollection coll = service.GetSavedSearches();

SavedSearch SplunkSearch = service.GetSavedSearches().Get("SavedSearchName");

Job searchJob = SplunkSearch .Dispatch();

while (!searchJob.IsDone)

{

try

{

Thread.Sleep(500);

}
catch (Exception ex)
{

 }

}

I am getting the following exception while trying to execute while (!searchJob.IsDone).

System.Net.WebException: The request was aborted: The request was canceled. at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at System.Xml.XmlTextReaderImpl.ReadData() at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars) at System.Xml.XmlTextReaderImpl.ParseText() at System.Xml.XmlTextReaderImpl.ParseElementContent() at System.Xml.XmlTextReaderImpl.Read() at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace) at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc) at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) at System.Xml.XmlDocument.Load(XmlReader reader) at System.Xml.XmlDocument.Load(Stream inStream) at Splunk.AtomEntry.Parse(Stream input) at Splunk.Job.Refresh() at Splunk.Job.get_IsDone() at SplunkDataPull.FetchData.Fetchdata()

Note:The issues is not occurring every time.Few runs are running without any issues few runs are throwing this exception.

Please help

Tags (3)
0 Karma

MaverickT
Communicator

I had same problem. Solution was to repair .net 4.0 installation on server where application was installed.

0 Karma
Get Updates on the Splunk Community!

Splunk Answers Content Calendar, June Edition

Get ready for this week’s post dedicated to Splunk Dashboards! We're celebrating the power of community by ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

See your relevant APM services, dashboards, and alerts in one place with the updated ...

As a Splunk Observability user, you have a lot of data you have to manage, prioritize, and troubleshoot on a ...