Error: 1002 Invalid IPC Mount Opcode: (0)

OF
OF Newcomer

Hello,


I hope you are well.


I'm facing the below error when running example Cons451 using V2 Authentication (with clientId and clientSecret). Would you have any idea on how to solve it?


loggerMsg

TimeStamp: 16:10:42.017

ClientName: ChannelCallbackClient

Severity: Warning

Text: Received ChannelDownReconnecting event on channel Channel_1

Instance Name Consumer_1_1

RsslReactor 0x000001DBE27F99F0

RsslChannel 0x000001DBE27F99F0

Error Id -1

Internal sysError 0

Error Location ***\Real-Time-SDK\Cpp-C\Eta\Impl\Reactor\rsslReactorWorker.c:3403

Error Text <***\Real-Time-SDK\Cpp-C\Eta\Impl\Transport\rsslSocketTransportImpl.c:7008> Error: 1002 Invalid IPC Mount Opcode: (0)

loggerMsgEnd


I looked at How to resolve error: "Error: 1002 Invalid IPC Mount Opcode " - Forum | Refinitiv Developer Community but the article linked in the answer in not available (404 error) and at The issue related to RTO Service that "Error: 1002 Could not read IPC Mount Request. System errno: (11) " - Forum | Refinitiv Developer Community with no success.


I'm developing on the latest version of RTSDK (cloned from GitHub end of last week), in C++ with Visual Studio 2022 17.10.2, on Windows 10 64-bits. The version of OpenSSL I'm using is "1.1.1t 7 Feb 2023" which I believe is compatible with RTSDK as per section 4.3.3.1 from Real-Time-SDK/Cpp-C/Ema/Docs/EMACPP_DevGuide.pdf.


Please let me know if you need any additional details.


Best,

Olivier

Tagged:

Answers

  • Hello @OF,

    The article that you are referring seems to have been renamed or moved. Here and here are similar articles that you can use to see the steps to build/use a docker image.

    Basically, I would suggest that you start with a simple example like 113_MP_SessionMgmt, and pass in the v2 authentication parameters on the command line.