How to fix Windows 10053 error

When I run an Windows RFA 7 application, it sometimes gives an error: RSSL Channel has disconnected on read failure.

<..\..\..\Ripc\Impl\ripcsrvr.c:7101> Error 1002 ripcRead failure.

System errno: (10053).

Any advice?

Tagged:

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @Richard Wang,

    There could be many reasons why such an error can occur. The specific error is defined as:

    image

    There could be network issues or possible threading issues locking resources within your application that could affect communication between your application and the server. I would recommend to run an example RFA application to determine if you exhibit the same behavior. This could hopefully narrow down if it is related to your application or the network you are running on.

Answers

  • Thanks!

    Shall we set the following parameters:

    [HKEY_LOCAL_MACHINE
    \SYSTEM \CurrentControlSet\Services\Afd\Parameters]

    DefaultReceiveWindow : 64512

    DefaultSendWindow: 64512

    Regards, Richard

  • Hi @Richard Wang,

    Did you determine the issue was related to buffers overloading? Did you try running a example application to see if you observe the same behavior? If you determine the example application operates fine, this may require deeper investigation. If you are a premium user, you can submit your question/details via Premium Support. If you would like to be a premium user, please send an email to rdc.administrator@thomsonreuters.com For any difficulties submitting the query to us, please contact rdc.administrator@thomsonreuters.com

  • Wiwat
    Wiwat Explorer

    Maybe you didn't call DispatchEventQueue fast enough.