USER_QOS_PROFILES.xml not found

3 posts / 0 new
Last post
Offline
Last seen: 4 years 12 months ago
Joined: 09/06/2018
Posts: 22
USER_QOS_PROFILES.xml not found

Hi,

I can only use my custom USER_QOS_PROFILES.xml file if the environment variable NDDS_QOS_PROFILES is set.  If I place the USER_QOS_PROFILES.xml in the same diretory and my executable and launch the executable in that same directory, then the USER_QOS_PROFILES.xml is not read.

I'm using RHEL7 on an x64 platform.  I"m using the RTI v5.3.1 whih I just downloaded last week.

Why is this not working? I did not find any other situations similar to mine.

tia,be

Offline
Last seen: 3 months 3 days ago
Joined: 02/11/2016
Posts: 144

What does your executable do exactly?
It may be the case that the actual launch of the application happens from another directory.

Offline
Last seen: 4 years 12 months ago
Joined: 09/06/2018
Posts: 22

Issue resolved.  The problem is that you an't use NDDS_QOS_PROFILES and ahve the USER_QOS_PROFILES.xml in the current directory where you invoke the RTI DDS application. It gets confused. Only use one or the other