Persistence Service

8 posts / 0 new
Last post
Offline
Last seen: 3 weeks 1 day ago
Joined: 09/10/2022
Posts: 16
Remove instance from persistence service's database using filesystem

Hi,

I use rti v6.0.0

Im using persistence service. I set the "datawriter durability qos" in my project in "persistent". And i set the xml for that saves datas in file system.

When i unregister an instance that registered before, i expect that the instance won't publish by persistence service even when datawriter that calls dispose destructed and removed from domain. But unexpectedly when i destruct datawriter that caled unregister_instance persistence service publishes that instance from its history.

 

6 posts / 0 new
Last post
Offline
Last seen: 2 years 1 month ago
Joined: 12/08/2021
Posts: 3
Missing table in persistence service

I am trying to run the rti persistence service through the command line but I am getting an OBDC error claiming a table doesn't exist. The error is below and I have attached my persistence config file incase that is at fault.

I have also tried starting the persistence service through the rti launcher but encounter the same error

 

2 posts / 0 new
Last post
Offline
Last seen: 4 years 2 months ago
Joined: 02/18/2020
Posts: 1
Persistence Service data migration

Hello everyone,

We are building a new adaptation application and are considering using DDS persistence service to store adaptation rather than copy xml files to each node on the network.

One concern that we have is that we expect this data to be modified between software releases (table data may be added or removed). Our application is a 24/7 application so shutting down everything is not really an option.

1 post / 0 new
Offline
Last seen: 4 years 8 months ago
Joined: 08/26/2019
Posts: 1
Persistence Service Performance

Hi there

If I run a publisher and subscriber pair, I get an average of 150k samples per second. Once I enable the persistence service (writing to disk) in addition to the regular subscriber, the sample rate falls to about 2k samples per second.

I surely must have a configuration problem?!

I'm using the default configuration file in rti_connext_dds-6.0.0/resource/xml/RTI_PERSISTENCE_SERVICE.xml

Any pointers are greatly appreciated!

Thanks,

Ben

5 posts / 0 new
Last post
raz
Offline
Last seen: 3 years 11 months ago
Joined: 04/30/2019
Posts: 7
How to check if a Persistence Service is running

Hello everybody,

I'd like to know if it is possible to check if an instance of Persistence Service is running in order to be sure that my samples are stored correctly in non-volatile memory.

I'd prefere not to use Remote Administration of the service.

 

Thank you in advance and best regards

2 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Persistence Service cannot start

Hi

I cannot start rti persistence service in my computer. The error is as follows:

PERSISTENCEDatabaseManager_initialize:ODBC error: connection string too long
PERSISTENCEDatabaseManager_new:!init database manager
PERSISTENCEService_initialize:!init database manager
PERSISTENCEService_new:!init persistence service
main:!create persistence service

What should I do? I don't want to remove my database files. Thanks in advance for your helps. 

Bonjefir

5 posts / 0 new
Last post
Offline
Last seen: 4 years 5 months ago
Joined: 08/13/2014
Posts: 55
Forcing Persistence Service to Synchronize Before Publishing Data

Hi everybody,

3 posts / 0 new
Last post
Offline
Last seen: 10 years 5 months ago
Joined: 07/25/2013
Posts: 6
Deleting data writer with DDS::PERSISTENT_DURABILITY_QOS

We are working on an application that is meant to load its configuration from the DDS persistence service. However, we are struggling to load data into the persistence service reliably. 

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 10 years 10 months ago
Joined: 02/13/2013
Posts: 5
Persistence service

Hello,

Subscribe to RSS - Persistence Service