Where is Lotus Traveler Data at?

Where does the Data reside for Traveler on the Domino Server? I am trying to create some reporting about Users and Last Sync time and I need to know where the data is so that I can get it.

Subject: RE: Where is Lotus Traveler Data at?

All the Traveler data is in /traveler. The NTSUsage log may have what you are looking for. Otherwise, the data will either be in the stats (just like any Domino stats) or from tell traveler commands. The data is all there somewhere, but you might have to piece it together. This should be addressed in the future as others have requested similar data as well.

Subject: Looking for a file or database

So when I run the command tell traveler, what file or database is it reading from to pull that back to me? We checked the traveler folder but couldn’t find what we are looking for. Basically I am trying to build a report that will tell us the last sync time of all of our users and the only way to get that is to run the show user on each user.

Subject: Database ntsdb

Where does this db exist? It appears looking through the log this is the database that has all of the Traveler data which is the data that I need.

Subject: RE: Database ntsdb

The database files are in /traveler/ntsdb/. However, it is an embedded Cloudscape database which means it can only be opened by one program, and when Traveler is running, that’s the one program.

As I said before, this will be easier in the future.

For now, the “last sync time” can be obtained from the NTSUsage.log file. Details on the format are available here:

http://www-1.ibm.com/support/docview.wss?&uid=swg21294566

You will be looking for the syncs that have the real device ID (not “primesync”). The last successful syncs will have return codes of 200.