Delivery of the Russian sanctions File vis DSS Landing Zone

Hello team!

Our client, VTB, have the issue with DSS:

"Same error at today morning 6:50 (GMT+3)

"We try to get deliveries list

var pagedResults = StandardExtractionsContext.UserPackageDeliveryOperations.GetUserPackageDeliveriesByDateRange("0x06516d2d08ab3036", startDate, endDate);

and got exception “An error occurred while sending the request.”

Error log attached.

1.txt

Best Answer

  • @Dmitry.Deryabin,

    Do I understand correctly that this code used to work, but has only started failing recently ?

    The entire error from the attachment is this:

    2018/10/12 06:50:42 ERROR - ThomsonReuters.Dss.Api.TransportException: An error occurred while sending the request. ---> System.Net.Http.HttpRequestException: An error occurred while sending the request. ---> System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a receive. ---> System.IO.IOException: Unable to read data from the transport connection: An established connection was aborted by the software in your host machine. ---> System.Net.Sockets.SocketException: An established connection was aborted by the software in your host machine

    This looks like a communication issue, which could arise from network issues or changes.

    Your customer should check if there was a change in his network, like adding (or changing the configuration of) a proxy or firewall. Maybe also try to run the same software from a different machine on a different network, if possible with a different internet access (from home for instance).

    He can also check if there are any DSS service alerts (I am doing that right now for you), and subscribe to them, here.

    If your customer agrees to share his software, I could test it on my machine.

Answers