Stop the replicant server. Open config file, comment out replicant section and save file restart server in foreground mode, using the command in an administrative command line window
TMSS10Server -f -h "%TMSS10DB%" -p 5010
Open another administrative command line window and execute the command
netstat -na | find "5010"
to check that the port is actively listening. If it is you will receive output similar to
netstat -na | find "5010" TCP 0.0.0.0:5010 0.0.0.0:0 LISTENING
From the master server run the command TMSS10Ping with the replicant server address and port.