/n software SSIS Tasks V4 - Online Help
Available for:
/n software SSIS Tasks V4
Questions / Feedback?

TCP Tasks

Properties   Configuration Settings  

The TCP Task can be used to send data over TCP.

Remarks

The TCP Task can be used to send data over TCP.

TCP Send Adapter

The TCP Send Adapter provides a light-weight TCP client. To begin Server and Port must be specified.

Specify the data to be sent in DataToSend. Upon execution the task will connect to the server and send DataToSend. The adapter will then wait for the server to signal the end of the response by looking for ExpectedResponse in the returned value. When detected the execution will complete and the response will be available in the Response property.

Additional scripting properties BeforeSend and AfterSend provide additional flexibility allowing any number of commands and operations to be performed.

Sender Property List


The following is the full list of the properties of the sender task with short descriptions. Click on the links for further details.

AfterSendA set of commands to be executed after DataToSend is sent.
BeforeSendA set of Tcp commands to be executed before DataToSend is sent.
DataToSendThe data to be sent to the server.
ErrorOnTimeoutIf enabled, reaching the timeout will not throw an error.
ExpectedResponseThe expected response.
ExpectedResponseExpressionA regular expression to match the response returned by the server.
FirewallA set of properties related to firewall access.
LogFileThe file to write logging information to at runtime.
LogModeWhat information gets logged during task execution.
OtherDefines a set of configuration settings to be used by the task.
PortThe remote port for the Server (default is 23).
ResponseThe response from server.
ResponseFileA file to hold the response from server.
RuntimeLicenseSpecifies the task runtime license key.
ServerThe address of the Server.
SSLAcceptServerCertInstructs the task to unconditionally accept the server certificate that matches the supplied certificate.
SSLAcceptServerCertAcceptAnyTells the task to accept any server certificate.
SSLCertThe certificate to use for client authentication during the SSL handshake.
SSLStartModeDetermines how the task starts the SSL negotiation.
TimeoutA timeout for the task.

Configuration Settings


The following is a list of configuration settings for the task with short descriptions. Click on the links for further details.

ReturnScriptResponseWhether to include script output in response data.
LogoffWhether or not to logoff from the server after execution.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
AbsoluteTimeoutDetermines whether timeouts are inactivity timeouts or absolute timeouts.
LocalHostThe name of the local host or user-assigned IP interface through which connections are initiated or accepted.
TcpNoDelayWhether or not to delay when sending packets.
UseManagedSecurityAPITells the task whether or not to use the system security libraries or a managed implementation.
PersistedConnectionTimeoutHow long to leave a persisted connection alive.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.1.6240.0