tServerAlive Standard properties
These properties are used to configure tServerAlive running in the Standard Job framework.
The Standard tServerAlive component belongs to the Misc family.
The component in this framework is available in all Talend products.
Basic settings
Protocol |
Select either Ping or Telnet from the drop-down list of protocols. |
Host |
IP address or host name of the remote server to be checked. |
Timeout Interval (in seconds) |
Enter the timeout interval in seconds. If the target host is reached within this time, the component's global variable SERVER_ALIVE_RESULT will be set to true, otherwise false. |
Port |
Listening port number of the Telnet server. Available when Telnet is selected from the Protocol drop-down list. |
Advanced settings
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at a Job level as well as at each component level. |
Global Variables
Global Variables |
SERVER_ALIVE_RESULT: the status of the connection to a remote host. This is an After variable and it returns a Boolean. ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage rule |
This component is generally used as a one-component subJob. |
Limitation |