Login Page - Create Account

Support Board


Date/Time: Wed, 27 Nov 2024 21:27:49 +0000



Post From: Error, sierra chart not connecting

[2024-06-27 11:00:32]
User256305 - Posts: 2
Hi, I'm trying to create a connection between the Sierra socket server and a Python script using the DTC protocol, but unfortunately the message log gave me these problems:

DTC Service | Connecting to the server 127.0.0.1. Port 11099 | 2024-06-27 10:56:36.260
DTC Client socket (1) | Creating socket. | 2024-06-27 10:56:36.260
DTC Client socket (1) | New receive buffer size: 0 | 2024-06-27 10:56:36.260
DTC Client socket (1) | Connecting to IP: 127.0.0.1. | 2024-06-27 10:56:36.260
DTC Client socket (1) | Connect event error. Windows error code 10061: Impossibile stabilire la connessione. Rifiuto persistente del computer di destinazione. | 2024-06-27 10:56:38.309 *
DTC Client socket (1) | CloseSocket call. | 2024-06-27 10:56:38.309
DTC Service | Failed connections: 334 | 2024-06-27 10:56:38.309
Error connecting to Data or Trading service. For help with this issue, press the 'Send For Analysis' button on this window. | 2024-06-27 10:56:38.309
Select 'File >> Disconnect' to prevent further connection attempts. | 2024-06-27 10:56:38.309
DTC Client socket (1) | Closed. | 2024-06-27 10:56:38.310
DTC Client socket (0) | CloseSocket call. | 2024-06-27 10:56:38.325
DTC Service | Disconnected. | 2024-06-27 10:56:38.325

Could you maybe help me understand what problem this is and what I can do to solve it? Thank you in advance.