Multiple users have reported to be unable to connect using the Refinitiv.Data API for .net. Looking at the RDP.log fil there seems to be an issue accessing some endpoints:
2024-02-26T10:17:26WarnRefinitiv.Data.Core.DesktopStreamDiscoveryFailed to query streaming discovery endpoint: http://localhost:9000/api/rdp/streaming/trading-analytics/trade-data/beta1/redi for service: trading-analytics.desktop. { "HTTPStatusCode": 404, "HTTPReason": "Not Found", "Contents": "Not Found" } 2024-02-26T10:17:26WarnRefinitiv.Data.Core.DesktopStreamDiscoveryFailed to query streaming discovery endpoint: http://localhost:9000/api/rdp/streaming/pricing/v1/ for service: pricing.desktop. { "HTTPStatusCode": 403, "HTTPReason": "Forbidden", "Contents": "Forbidden" } 2024-02-26T10:17:26WarnRefinitiv.Data.Core.DesktopStreamDiscoveryFailed to query streaming discovery endpoint: http://localhost:9000/api/rdp/streaming/benchmark/v1/resource for service: benchmark.desktop. { "HTTPStatusCode": 403, "HTTPReason": "Forbidden", "Contents": "Forbidden" }
I attached the complete log file.RDP.zip