The Sybase documentation states that "A database can be managed by only one Replication Server in one domain. Any given database is in one, and only one, ID Server’s domain. This means that you cannot create multiple connections to the same database from different domains."
I have two replication servers at two different sites (different versions, so I can't create routes). They each manage a primary database at the local site, and replicate to the database at the remote site (ie. to the other domain's primary database). Application handles conflicts.
So basically this is a multi-primary-fragments design.
Although the documentation states one "cannot create multiple connections to the same database from different domains", this didn't seem to be the case. I was able to create DSI connections to databases in the other domain.
What would be the risk with this approach?