Thoughts on Domino, Life and whatever else comes to mind

 Denny Russell
 
Site Resources
Archives
Blog Roll
Categories
 

Folder References property does not remain when creating a new replica

Denny Russell   December 9 2011 01:21:03 PM
 We've encountered an oddity and was hoping someone out there may have some insight on how to fix this.

We set Folder References on a database using the following code...
Option Public
Option Declare
Sub Initialize
       
        Dim CurrentDB As NotesDatabase
        Dim Session As New NotesSession
       
        Set CurrentDB = Session.CurrentDatabase
       
        CurrentDB.FolderReferencesEnabled = True
       
End Sub

And then verified that the property is set on the database...
Image:Folder References property does not remain when creating a new replica

Now, if we make a replica of that database, this value is no longer set.
Image:Folder References property does not remain when creating a new replica

So the question arises, "is there a way to get this value to carry over to any replica created?"
  • Admin Thanks to Chris Miller and Connectria for hosting this blog.