WORKAROUND:
a) Navigate to the vRanger database
b) Select new query
c) Enter the following command. Replacing the replica_ip below.
sqlcmd -S .\vRangerPro
use vRangerPro
go
update dbo.Repository set ReplicationRepositoryId=NULL, Address='0.0.0.0', IsDeleted=1 where Address='replica_ip'
d) Execute command.
Once this is done, restart the vRanger service. Then the user should be able to add the repsitory to vRanger as a read only repository.
2) Add the replica as a read-only repository to another instance of vRanger.
STATUS:
Enhancement request number 17410 has been submitted to development for consideration in a future release of vRanger.
UPDATE:
This issue has been resolved in vRanger 7.2 which is available for download from the support site.