Arguments - Aster Analytics

Teradata Aster Analytics Foundation User Guide

Product
Aster Analytics
Release Number
6.21
Published
November 2016
Language
English (United States)
Last Update
2018-04-14
dita:mapPath
kiu1466024880662.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1021
lifecycle
previous
Product Category
Software
Argument Category Description
SSLSettings Required The string that specifies the SSL connection information, excluding the SSL TrustStore password. Use this argument if you want the function to use a JDBC SSL connection to connect to Aster Database instead of a normal JDBC connection. The connection string specified by this argument is appended to the end of the SSL JDBC connection string.

For example, if the domain is 192.168.1.2 and the database name is beehive, specifying SSLSettings('ENABLESSL=true&SSLTRUSTSTORE=/home/beehive/truststore/truststore.jks') results in this connection string:

jdbc:ncluster://192.168.1.2/beehive? ENABLESSL=true&SSLTRUSTSTORE=/home/beehive/truststore/truststore.jks
SSLTrustStorePassword Required The SSL TrustStore password. This password is required if you use the SSLSettings argument. For example:
SSLTrustStorePassword ('123456')

If SSLSettings is not specified, do not specify this argument.