Configuring the Database Connection - Aster Analytics

Teradata AsterĀ® Analytics Foundation User GuideUpdate 2

Product
Aster Analytics
Release Number
7.00.02
Published
September 2017
Language
English (United States)
Last Update
2018-04-17
dita:mapPath
uce1497542673292.ditamap
dita:ditavalPath
AA-notempfilter_pdf_output.ditaval
dita:id
B700-1022
lifecycle
previous
Product Category
Software
  1. Connect to the Aster Database with a Database Connector or Database Table Connector node from the KNIME Node Repository. Most workflows use a Database Connector node (found under Database > Connector) or Database Table Connector node (found under Database > Read/Write).
  2. Configure the node as follows:
    • Database driver: com.asterdata.ncluster.Driver
    • Database URL: jdbc:ncluster://IP_address_of_queen:2406/database_name

      IP_address_of_queen is the IP address of the queen, 2406 is the port to connect to the queen, and database_name is the name of the database to which you want to connect. For example:

      jdbc:ncluster://10.10.10.10:2406/beehive

    • Username: and Password: Your credentials for logging onto the database.