While trying to fetch data using datascope API - post establishing the ExtractionContext and trying to extract rows it failed.
Reuters.extractionsContext.Extract(extractionRequest) - did not return any rows as well ran for almost more than 4 hours and automatically it got cancelled.
Exceptions details below:
ExceptionAssembly
ThomsonReuters.Dss.RestApi.Client,
Version=10.6.714.0, Culture=neutral, PublicKeyToken=c1b530b4d66eacdd
ExceptionType
System.Threading.Tasks.TaskCanceledException
ExceptionGroup
System.Threading.Tasks.TaskCanceledException
at
ThomsonReuters.Dss.Api.Core.HttpOData.Http.HttpClientAdapter+<HandleEventNotifications>d__11.MoveNext
ExceptionCount
1
ExceptionMethod
ThomsonReuters.Dss.Api.Core.HttpOData.Http.HttpClientAdapter+<HandleEventNotifications>d__11.MoveNext
ExceptionHasStack
True
ExceptionMessage
A
task was canceled.
Can ome one please let me know what will be right way to handle these exceptions. is there a way to control the timeout for the same.