I am trying to configure RTI Persistence Service for my applicaton.
I am losing data in my application after the application is restarted.To avoid the same,I am configuring RTI Persistence Serviceto get back my lost samples from DDS.
I configured the User_QOS.xml with durability as PERSISTENT and also configured the RTI_PERSISTENCE_SERVICE.xml for files storage.
when I am running the bat file for Persistence Service,the database files are created but when I restart the application,I am still losing the new published data.
The domain ids are all same for Persistence Service and my application.
Can you please guide on what I am doing wrong here?