Hi Guys,
I have 1 master and 4 mserver nodes running.
I have 4 ippacket and 4 tcppacket schemas identical per table schemas across all nodes.
i have 4 remote references on the master to ippacket remote nodes and the same for tcppacket.
However when i try and join 2 MERGE tables each containing 4 schemas i get the following.
sql>select count(*) from ippacket a, tcppacket b where a.guid = b.guid;
ERROR: BATproject: does not match always
Any pointers please ?
Regards,
Brian Hood