Hi Guys
I building a tool to help user as they are migrated from one Notes Infrastructure to another
which need to include pointing them at teh application replicas on the new servers
I’ve managed to
-
manipulate the Notes workspace by using @Command( [RenameServer] ; olddserver; oldfile; newserver)
-
change replication options to the new server
but I’ve also been asked to change any bookmarks the user might have created.
I’ve been told that bookmark.nsf holds the data in the form of an ordinary outline that can be read and manipulated through Lotusscript
I’ve taken a look at my own bookmark.nsf and this seems plausible.
Has anyone out there done this?
or even simply can tell which outline or outlines to change?