-
Actually the sub.ini log would generate that message. The assignment I found is actually a wrapped comment line.
Was this file edited only on windows or was a unix/linux/cygwin editor used as well?
Thanks,
Trevor.
2009-01-23 23:47:54 UTC in opendds
-
Hi Greg,
After further investigation I believe that the incorrect DCPSConfigFile config file may have been used. What command line options were used? Where was the config file and in which directory was execution started?
The developers guide has been updated.
Thanks,
Trevor.
2009-01-22 07:02:00 UTC in opendds
-
> Is there a tcp property to limit the NIC that can be set?
> In RTI's DDS 4.2e to limit the NIC one would do the following:
> (C API)
> sprintf(locator, "%s", nicIP /* "172.16.0.*" */);
> udpv4_property.parent.allow_interfaces_list_length = 1;
> udpv4_property.parent.allow_interfaces_list = &locator;
>
>...
2009-01-20 20:54:50 UTC in opendds
-
Hi Greg,
First, thank you for trying and using OpenDDS.
The DCPSInfoRepo does not need DCPSBitTransportIPAddress and
DCPSBitTransportPort options. The values are already specified
in the listening address (-a) option.
The config files you specified _should_ work. We are looking into the problem, but one of the developers familiar with this area of code is not in today.
Thanks...
2009-01-20 20:47:00 UTC in opendds