Telnet Adapter
Properties Configuration Settings
The Telnet Adapter enables remote execution of commands over Telnet.
Remarks
The Telnet Adapter enables remote execution of commands over Telnet.
Telnet Send Adapter
The Telnet Send Adapter provides a light-weight remote command execution client for BizTalk Server. To begin Server must be specified. By default Authenticate is True and User and Password must also be set.
Specify the command to be executed in Command. Upon execution the adapter will connect to the Telnet server and execute the Command. The response will be provide through the CommandResponse property.
Additional scripting properties BeforeExecute and AfterExecute provide additional flexibility allowing any number of commands and operations to be performed.
Please refer to the section on adapter configuration for a description of how to configure receive locations and send ports for this adapter.
Sender Property List
The following is the full list of the properties of the sender adapter with short descriptions. Click on the links for further details.
AfterExecute | A set of commands to be executed after Command execution. |
Authenticate | Whether to authenticate when connecting. |
BeforeExecute | A set of Telnet commands to be executed before Command execution. |
Command | The command to be sent to the server. |
CommandResponse | The response to the command. |
ConnectionLifetime | Instructs the adapter whether or not to leave the connection to the server open. |
Firewall | A set of properties related to firewall access. |
LoginPrompt | The format of the prompt for the user's login. |
MaxPersistentConnections | The maximum number of simultaneous persistent connections when sending. |
MaxThreads | The maximum number of threads that the adapter may consume. |
MaxTransmissionBatchSize | The maximum number of messages that can be sent in a single batch. |
Other | Defines a set of configuration settings to be used by the adapter. |
Password | The password to use for authentication. |
PasswordPrompt | The format of the prompt for the user's password. |
Port | The remote port for the Telnet service (default is 23). |
RuntimeLicense | Specifies the adapter runtime license key. |
Server | The address of the Server. |
ShellPrompt | The shell prompt of the telnet session. |
ShellPromptExpression | A regular expression to match the shell prompt returned by the server. |
SSLAcceptServerCert | Instructs the adapter to unconditionally accept the server certificate that matches the supplied certificate. |
SSLCert | The certificate to use for client authentication during the SSL handshake. |
SSLStartMode | Determines how the adapter starts the SSL negotiation. |
SSOAffiliate | Specifies the name of the SSO Affiliate Application.. |
Timeout | A timeout for the adapter. |
TransmitBatchMode | How the transmitter processes batches. |
TransportLog | Tells the adapter where and how to report information about its operations. |
URI | The Uniform Resource Identifier (URI) of the send port or receive location. |
User | The username to use for authentication. |
Configuration Settings
The following is a list of configuration settings for the adapter with short descriptions. Click on the links for further details.
EOL | The EOL used to parse the response. |
ReturnPrompt | Whether to include the prompt in response data. |
ReturnScriptResponse | Whether to include script output in response data. |
TerminalType | The terminal type. |
SSLEnabledProtocols | Used to enable/disable the supported security protocols. |
AbsoluteTimeout | Determines whether timeouts are inactivity timeouts or absolute timeouts. |
LocalHost | The name of the local host or user-assigned IP interface through which connections are initiated or accepted. |
TcpNoDelay | Whether or not to delay when sending packets. |
UseManagedSecurityAPI | Tells the adapter whether or not to use the system security libraries or a managed implementation. |
PersistedConnectionTimeout | How long to leave a persisted connection alive. |