Lotus Traveler 852 upgrade error
I will start by saying this shouldn’t happen in most sites. In Bluewave, we run lab servers with different versions of Domino, Traveler, Sametime, Quickr, WAS etc etc etc and we are most assuradly non-standard setups. After upgrading our Traveler server (which is also our BES server… again unsupported but works) to 852 it stopped working. NTSError log files had variations on the following:
Lotus Notes Traveler version: 8.5.2.0 Build 201008051106 running on Lotus Domino server Release 8.5.2|August 10, 2010 on a Windows/32 platform
[08/31 21:14:52.406] SEVERE main *system NTSConfig.updateMapDBAccessControlList#847 Exception caught during Lotus Traveler configuration. Exception Thrown: Notes Exception(4005) : Notes error: You are not authorized to perform that operation (JournalEntryMap.nsf)
Exception Thrown: Notes Exception(4005) : Notes error: You are not authorized to perform that operation (JournalEntryMap.nsf)NotesException: Notes error: You are not authorized to perform that operation (JournalEntryMap.nsf)
at lotus.domino.local.ACL.save(Unknown Source)
at com.lotus.sync.admin.NTSConfig.updateACL(NTSConfig.java:884)
at com.lotus.sync.admin.NTSConfig.updateMapDBAccessControlList(NTSConfig.java:835)
at com.lotus.sync.admin.NTSConfig.initConfig(NTSConfig.java:448)
at com.lotus.sync.admin.MainTask.init(MainTask.java:966)
at com.lotus.sync.admin.MainTask.main(MainTask.java:1227)
The problem was related to the databases in the \data\traveler\map directory, which control mapping of fields. The Traveler server itself did not have rights to the databases post upgrade. What caused this?
Replication. Another server in the domain, running traveler had replicated and screwed with ACL’s. Re-adding the local server to the ACL resolved the issue, but if you have a large traveler deployment, you may want to look at new replica ids or watching ACL’s post replication.

Craig Wiseman Said,
September 6, 2010 @ 2:34 pm
Thanks.
How’d it get the same replica ID – Was this is a copy/replica of the other server, or does Traveler derive the replica ID from the NAB replica ID (like admin4.nsf, etc)?
pmooneynet Said,
September 6, 2010 @ 3:52 pm
@Craig – looks like they are replicas as part of the installation… not good.
Warning about multiple traveler installations in your domain Said,
September 6, 2010 @ 4:00 pm
[...] uses mapping databases (under DataTravelermap*.nsf) for device mapping. Based on my earlier post today and the error I had, I did a little more digging into three other domino domains just to confirm [...]
Craig Wiseman Said,
September 7, 2010 @ 3:02 am
Jinkies!
Joel Said,
December 27, 2011 @ 10:33 am
Google is your best friend
Performing a major migration of Domino Servers to new hardware platform, and configured staging Domino server for full testing!!
Your post was bang on the money, all working now
Thanks Paul
Joel