I am attempting to integrate between a Pro and Micro based clients. They both are able to appear in the RTI Monitor application. But, the "Pro" seems to "takeover" the Domain and not allow the Micro app to connect. As in, my Micro client is able to connect to the domain if it tries first. But as soon as the Pro client connects to the domain, the Micro client fails.
Question: Is what I'm attempting to do theoretically possible? Are there specific settings on the Pro settings to "simplify" it talk to Micro?
Micro complains with a stack of repeating errors:
[1645499255.208166000]ERROR: ModuleID=11 Errcode=45 X=0 E=1 T=1
<not found>/<not found>:-1/<not found>:
[1645499255.208202000]ERROR: ModuleID=2 Errcode=12 X=0 E=1 T=1
<not found>/<not found>:-1/<not found>:
[1645499255.208236000]ERROR: ModuleID=7 Errcode=109 X=0 E=1 T=1
<not found>/<not found>:-1/<not found>:
[1645499255.208269000]ERROR: ModuleID=7 Errcode=201 X=0 E=1 T=1
<not found>/<not found>:-1/<not found>:
[1645499255.208302000]ERROR: ModuleID=7 Errcode=204 X=0 E=1 T=1
<not found>/<not found>:-1/<not found>:
[1645499255.208335000]ERROR: ModuleID=11 Errcode=45 X=0 E=1 T=1
<not found>/<not found>:-1/<not found>:
Hello,
For interoperability with Pro (and for things like Admin Console) you should like at this section of the Micro manual. It has recommendations for increasing some of resource limits in RTI Connext DDS Micro which will help with interoperability.
https://community.rti.com/static/documentation/connext-micro/2.4.14/doc/html/usersmanual/micro_core.html
You didn't state which version of Micro you're using but I suspect you'd be able to find equivalent documentation for it.
Regards,
Bob