Hello,
Recently we started using partition in our QoS profiles. Unfortunately once we did that, we stopped seeing messages coming in using the RTI Admin Console.
I am just wondering if there is anything that can help me to get the messages showing up in the console again. When running the Admin Console, we select the same qos profile as the external software.
Is there another built-in QoS profile that I can take a look?
Thanks,
Tyler
When you subscribe to data in AdminConsole, there is an "Advanced Settings" page, in which you can set a Partition. Actually by default the "*" Partition is set and so you should be able to receive the data from publications in any partition.
If you're not seeing data in AdminConsole, have you confirmed that it's a Partition mismatch that's the reason you're not getting data? You can check the match analysis view for all of the possible ways that the DataWriter and DataReader are not matching:
Thank you! Yes, I see the partition textbox and add '*' resolved it for me!
Tyler