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
Domain Optional Specifies the domain of the Aster Database Queen. The host is the IP address or host name of the Queen, and the port is the port number on which the Queen is listening. For example: DOMAIN (10.51.23.100:2406)

The default port is the Aster Database standard port number (2406).

To specify an IPv6 address, enclose host in square brackets (for example, [::1]:2406).

Database Optional Name of the database where the input table is. In Aster Database version 5.11 and earlier, the default value is 'beehive'. In Aster Database 6.0 or later, the default value is the database name of the current connection.
UserID Optional Aster Database user name of the user who is running this function. The default value is 'beehive'.
Password Optional Aster Database password of the user who is running this function. If you omit the UserID and Password arguments, the new JDBC connection uses authentication cascading. The new JDBC connection inherits the privileges of the current connection.
SSLSettings Optional String that includes all the SSL settings, except the password for the trust store. For example:

SSLSettings ('ENABLESSL=true&SSLTRUSTSTORE=/home/beehive/truststore/truststore.jks')

SSLTrustStorePassword Optional Password for the SSL trust store. For example:

SSLTrustStorePassword ('123456')

Use the SSLSettings and SSLTrustStorePassword arguments only when the Aster Database cluster requires an SSL connection.

If using an SSL JDBC connection, you must specify the SSLSettings and SSLTrustStorePassword arguments.

If using a normal JDBC connection, you must not specify the SSLSettings and SSLTrustStorePassword arguments.