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
Hi
i found the solution. It's related to the Filesystem tags in XML file of rti persistence service.
<trace_file>/home/bonjefir/tracefile.txt</trace_file>
The text cannot be more than of 255 characters.
Bonjefir