loading XML

4 posts / 0 new
Last post
Offline
Last seen: 3 years 9 months ago
Joined: 07/09/2020
Posts: 2
Problems with loading xml file for QOS

I am new to RTI DDS and I am having issues with the xml file defined in the NDDS_QOS_PROFILES environment variable. I have defined this environment variable to point to my xml file. However when I run my application and try to do the following, my participaint doesn't get created.

(using c++11)

In my application, I have read in the environment variable and outputted this in my log to verify there were no issues with that.

I have also invalidated the <dds> tag in my xml file, but haven't seen any error message.

Keywords:
2 posts / 0 new
Last post
Offline
Last seen: 3 years 10 months ago
Joined: 11/24/2019
Posts: 11
C# Connector connection error

Hello everyone,

I have an XML configuration file where I define my own data type.
I created a Publisher using the standard RTI C # API and Publisher can successfully send data through this file. But when I try to subscribe to this data using C# Connector, I get this error in command line:

 

3 posts / 0 new
Last post
Offline
Last seen: 4 years 3 months ago
Joined: 07/22/2019
Posts: 11
Can't reference an xml into the xml used by recording service

Hi, 

 

I generated my xml files from my idl's and stored them in a folder called xml. This folder lives in the same directory as my MY_RECORDING_SERVICE.xml. It looks like this

main_folder/

|---xml/

|------image.xml

|------image_types.xml

|------coordinate_systems.xml

|---MY_RECORDING_SERVICE.xml

 

Inside my MY_RECORDING_SERVICE.xml I'm including these xml generated as follow: 

 

3 posts / 0 new
Last post
Offline
Last seen: 10 years 7 months ago
Joined: 04/09/2013
Posts: 13
XML loaded

Is there a programmatic method of verifying the XML file was loaded.

For our test verification we have to simulate various possible failures.
One of the possible failures is a missing xml file. In software we need
a method to check if an XML file was loaded or if defaults values are being used.

Organization:
Keywords:
Subscribe to RSS - loading XML