Replay Service don't pause

3 posts / 0 new
Last post
Mister CommandRequest's picture
Offline
Last seen: 1 week 3 days ago
Joined: 07/30/2025
Posts: 5
Replay Service don't pause

Hi everyone,

I'm using version RTI 6.1.0.

After using the Recording Service, I start the replay and try to use the pause command, but nothing happens.

So I used the DDS Spy service to check whether the command was actually sent, and I got this :



However, when I use the pause button from the Admin Console Service it's work, but I had something else.

So I looked into the CommandRequest C++ class, and its structure is completely different.

How come the commands being sent are not the same? Am I doing something wrong? Do you have any ideas or suggestions?


Thanks!

Howard's picture
Offline
Last seen: 1 day 21 hours ago
Joined: 11/29/2012
Posts: 660

You're mixing RTI Connext 5.3.x (or earlier) with RTI Connext 6.1.0.  The service interface (IDL, datatype definitions, topic definitions) changed starting with RTI Connext 6.x (from prior).

So, I'm not sure what you are trying to run, guessing the RTI Replay Service is from RTI Connext 6.x and you're using Admin Console or some app created with RTI Connext DDS 5.x.

Mister CommandRequest's picture
Offline
Last seen: 1 week 3 days ago
Joined: 07/30/2025
Posts: 5

We continued investigating and eventually found some old .idl files dating back to version 4.5, which explains why the replayer was not compatible with the more recent version we're using.

We're going to update everything, and that should fix the issue.

Thanks.