I have a piece of code that creates a new instrument list, imports a new report template and creates an EOD schedule. All of this works each day @ 6:30PM EST.
The program then runs "WaitForNextExtraction" using the previously created EOD schedule and is set for "19:50" as the TimeOut. The poll seconds was set to 10 seconds.
The amount of data is quite small. The program would get to 19:50 EST and throw this error:
2023-06-29 19:50:01 [FTL]
System.TimeoutException: Extraction took too long
I have checked the Refinitiv DSS Website and the Extraction was completed but the program is not picking it up anymore. This all use to work and it started failing since: 06/12/2023, the last working extraction through the .NET program was 06/09/2023. No code was changed in the .NET program.