TeleFlow Step 0386
From TeleFlow
(New page: Image:Iv_386.gif <strong><big>TCP Connect Step</big></strong><br> Establishes a TCP connection with a TCP/IP host (or peer).<br> <br> ===Properties=== <b>Host Name or IP Address:</b> H...) |
m (→Properties) |
||
(2 intermediate revisions not shown.) | |||
Line 6: | Line 6: | ||
<br> | <br> | ||
<b>Host port #:</b> Port of TCP/IP host to establish a connection with. This field may be left blank if the port is specified in the Host Name or IP Address field. This field will override any port specified in the Host Name or IP Address field.<br> | <b>Host port #:</b> Port of TCP/IP host to establish a connection with. This field may be left blank if the port is specified in the Host Name or IP Address field. This field will override any port specified in the Host Name or IP Address field.<br> | ||
+ | <br> | ||
+ | <b>Use SSL?:</b> Check this box if you are connecting to a TCP server using secure sockets layer.<br> | ||
<br> | <br> | ||
<b>TIMEOUT (ms):</b> Time to wait for a connection, in milliseconds, before following the TIMEOUT path. If left blank, a value of 500 ms is used.<br> | <b>TIMEOUT (ms):</b> Time to wait for a connection, in milliseconds, before following the TIMEOUT path. If left blank, a value of 500 ms is used.<br> | ||
Line 11: | Line 13: | ||
<b>Variable to receive Socket Handle:</b> TeleFlow variable to accept the socket handle generated by the TCP connection. This variable stores the socket handle for use with other TCP steps. A FATAL error will be generated if this field is left blank.<br> | <b>Variable to receive Socket Handle:</b> TeleFlow variable to accept the socket handle generated by the TCP connection. This variable stores the socket handle for use with other TCP steps. A FATAL error will be generated if this field is left blank.<br> | ||
<br> | <br> | ||
+ | |||
===Action Steps=== | ===Action Steps=== | ||
<b>[[Image:Iv_920.gif]] [[TeleFlow_Step_0920|Time Out]]:</b> Unable to connect in the time specified.<br> | <b>[[Image:Iv_920.gif]] [[TeleFlow_Step_0920|Time Out]]:</b> Unable to connect in the time specified.<br> |
Current revision
TCP Connect Step
Establishes a TCP connection with a TCP/IP host (or peer).
Properties
Host Name or IP Address: Host name or IP address of the TCP/IP host to establish a connection with. The host name or IP address may optionally be followed by a port specifier e.g. www.enGenic.com:80. If the Host Port # field is not left empty, the Host Port# will override any port specified in this field.
Host port #: Port of TCP/IP host to establish a connection with. This field may be left blank if the port is specified in the Host Name or IP Address field. This field will override any port specified in the Host Name or IP Address field.
Use SSL?: Check this box if you are connecting to a TCP server using secure sockets layer.
TIMEOUT (ms): Time to wait for a connection, in milliseconds, before following the TIMEOUT path. If left blank, a value of 500 ms is used.
Variable to receive Socket Handle: TeleFlow variable to accept the socket handle generated by the TCP connection. This variable stores the socket handle for use with other TCP steps. A FATAL error will be generated if this field is left blank.
Action Steps
Time Out: Unable to connect in the time specified.
Fail: Unable to resolve host name or IP address, or to acquire a socket from the operating system. Please see the log for failure details.
Related Steps
TCP Disconnect
TCP Receive
TCP Send
