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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...