SNPP Tasks

Properties   Configuration Settings  

The SNPP Component adds paging send functionality to your SSIS Package.

Remarks

The SNPP Task implements a Simple Network Paging Protocol transmission client that can be used to send pages from your SSIS Package to any paging-enabled device.

SNPP Send Task

The SNPP Send Task requires that you set a ServerName and ServerPort to connect to. You must also specify the recipient's PagerId. There is an optional CallerId property that will identify a number for the recipient to call.

The task also supports Secure Socket Layer (SSL) transport security. This may be enabled by selecting an SSLCert and a valid SSLAcceptServerCert, and then setting the SSLStartMode to an appropriate value.

The task will send the contents of the MessageText property as the text of the short message.

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.

CallerIdThe id of the caller.
FirewallA set of properties related to firewall access.
LogFileThe file to write logging information to at runtime.
LogModeWhat information gets logged during component execution.
MessageTextThe message being sent (alphanumeric).
OtherDefines a set of configuration settings to be used by the component.
PagerIdThe id number of the pager which will receive the current page message.
PersistentConnectionInstructs the component whether to keep the connection to the server open.
RuntimeLicenseSpecifies the component runtime license key.
ServerNameThe name or address of the SNPP server.
ServerPortThe server port for SNPP (default 444).
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.
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]