It sounds like you have a many to one mapping which can't work. Something like this
Site A Site B
RP 1 > RP A
RP 2 > RP A
In this situation, there is no way to reverse the second mapping because you would end up having A mapped to 2 things (RP 1 & 2) and SRM wouldn't know what VMs to put where.
Does that make sense?