Export is not able to connect to the target. It gives the following error in the event log.
01/11/07 14:06 Process exited sp_xport (toserver queue q) [pid = 12074] - exit(1)
01/11/07 14:06 Cannot connect to host server Connection timed out
Configuration of firewall in incorrect
netstat -a|grep 2100
irv1.2100 Idle
irv1.2100 *.* 0 0 49152 0 LISTEN
irv1.40962 irv2.2100 0 0 50040 0
SYN_SENT
The above shows a problem. The SYN_SENT state should be resolved in less time than it takes to run netstat -a; the fact that it persists this long indicates that the SYN ACK is not being received. The most likely cause is a firewall issue.
Make sure the IP is added to the firewall and the shareplex port (2100 in this example) is open for 2-way communication.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy