13 Dec
2012
13 Dec
'12
5:04 p.m.
Hello, I am trying to implement the SQLite Bundle storage mechanism in IBR-DTN and I'm running into issues that I did not have with the 0.6.4 release of IBR-DTN. Right now whenever I try to run dtnd, the output says that I am running version 0 and I need to upgrade to 1. I never get a print out saying what version I'm using as in this line below
IBRCOMMON_LOGGER(info) << "SQLiteDatabaseNC: Database version " << version << " found." << IBRCOMMON_LOGGER_ENDL;
I believe means this that the code is getting sent to the catch for the doUpgrade(0, DBSCHEMA_VERSION). Are there any reasons you can think of as to why I would get this result? I have the latest version of sqlite installed from the Ubuntu repositories.
Thanks, Carson