/n software Tasks for SSIS
/n software Tasks for SSIS
Questions / Feedback?

SNPP Tasks

Properties   Configuration Settings  

The SNPP Task 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 task execution.
MessageTextThe message being sent (alphanumeric).
OtherDefines a set of configuration settings to be used by the task.
PagerIdThe id number of the pager which will receive the current page message.
PersistentConnectionInstructs the task whether to keep the connection to the server open.
RuntimeLicenseSpecifies the task runtime license key.
ServerNameThe name or address of the SNPP server.
ServerPortThe server port for SNPP (default 444).
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.

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.
SSLEnabledProtocolsUsed to enable/disable the supported security protocols.
SSLIncludeCertChainWhether the entire certificate chain is included in the SSLServerAuthentication event.
SSLSecurityFlagsFlags that control certificate verification.
SSLEnabledCipherSuitesThe cipher suite to be used in an SSL negotiation.
TLS12SignatureAlgorithmsDefines the allowed TLS 1.2 signature algorithms when UseInternalSecurityAPI is True.
TLSNamedGroupsThe supported (EC)DHE groups.
TLS13SignatureAlgorithmsThe allowed certificate signature algorithms.
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 task whether or not to use the system security libraries or an internal implementation.
PersistedConnectionTimeoutHow long to leave a persisted connection alive.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
/n software Tasks for SSIS - Version 16.0 [Build 7240]