Accessing Replication Information via Script?

I am trying to access the information that can be found on the Replication Page via Script. I would like to find all the replicas that currently replicate with a specific server and automatically redirect the replication to a different server. Does anyone know if it is possible? And if possible, which Notes Classes would be involved? I have looked at the NotesReplication and NotesReplicationEntry classes but I seem to be unable to actually access the NotesReplicationEntry data using the GetEntry method. If anyone has any experience in this area and is willing to share, I would appreciate it.

Subject: Accessing Replication Information via Script?

The intention is that these options are set manually by each user. If the option setting includes “try last successful first”, then you only need to force replication with your chosen server to make that the last successful entry in the history. If you want to change the option setting, then I think it will require a lot of hacking. Ordinary LotusScript classes access the replication settings in the database itself, not the replication options in the current Location document. Even if you get into the $SiteMapList item in the Location document and change the options, I am not sure that Notes will be happy.