Data Replication isn't working for me. Any troubleshooting tips?
ifconfig -a should show the MULTICAST attribute present for your network interface. Also ensure that the interface is in up and running state. If multicast is not enabled, you can use : ifconfig <interfacename> multicast to enable it. HKEY_LOCAL_Machine > SYSTEM > CurrentControlSet > Services > Tcpip > Parameters. Look for the parameter TrFunctionalMcastAddress and see if the value is set to 0. If its not set to 0, set it to 0.
(answer by Shreedhar Ganapathy) |