TCP Tasks

Properties   Configuration Settings  

The TCP Component 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 component execution.
OtherDefines a set of configuration settings to be used by the component.
PortThe remote port for the Server (default is 23).
ResponseThe response from server.
ResponseFileA file to hold the response from server.
RuntimeLicenseSpecifies the component runtime license key.
ServerThe address of the Server.
SSLAcceptServerCertInstructs the component to unconditionally accept the server certificate that matches the supplied certificate.
SSLAcceptServerCertAcceptAnyTells the component to accept any server certificate.
SSLCertThe certificate to use for client authentication during the SSL handshake.
SSLStartModeDetermines how the component starts the SSL negotiation.
TimeoutA timeout for the component.

Configuration Settings


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

LogoffWhether or not to logoff from the server after execution.
ReturnScriptResponseWhether to include script output in response data.
UseMessageBodyWhether to use the BizTalk message body instead of the DataToSend property.
ReuseSSLSessionDetermines if the SSL session is reused.
SSLCipherStrengthThe minimum cipher strength used for bulk encryption.
SSLEnabledCipherSuitesThe cipher suite to be used in an SSL negotiation.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
SSLIncludeCertChainWhether the entire certificate chain is included in the SSLServerAuthentication event.
SSLSecurityFlagsFlags that control certificate verification.
TLS12SignatureAlgorithmsDefines the allowed TLS 1.2 signature algorithms when UseInternalSecurityAPI is True.
TLS12SupportedGroupsThe supported groups for ECC.
TLS13KeyShareGroupsThe groups for which to pregenerate key shares.
TLS13SignatureAlgorithmsThe allowed certificate signature algorithms.
TLS13SupportedGroupsThe supported groups for (EC)DHE key exchange.
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.
UseInternalSecurityAPITells the component whether or not to use the system security libraries or an internal implementation.

Copyright (c) 2022 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 20.0 [Build 8319]