Any ideas where to look?
Thanks
When COORD_MODE=ALWAYS or ENFORCED a CM must be connected to
OpenSwitch or else OpenSwitch will not forward the client
connections to ASE.
The COORD_USER and COORD_PASSWORD in the OpenSwitch.cfg must
match the same values in the rcm.cfg or else the RCM will be
unable to connect to OpenSwitch.
If these match and the RCM is still unable to connect to OpenSwitch,
I would recommend running OpenSwitch with the following DEBUG flags
set in the OpenSwitch.cfg file:
DEBUG=efhunqCR
And also start the RCM with the "-T A" trace flag.
Then if you can post the error logs from each component, I
might be able to tell more.
Sybase recommends running the RCM on the same server as where
OpenSwitch is running to keep things like network failures from
preventing communication between the two.
Thanks,
Neal
thanks for the help. Looks like the replication was held up
becasue the tables used by openswith was create by the
comm_user on the secondary side but by dbo on the primary
side. When it issued a truncate of the tabel it couldn't
find it. I changed that around to be owned by dbo and
openswitch allows me to connect.
Thanks again!!
Nick