- 09 Jan 2023
- 2 Minutes to read
- Print
- DarkLight
Flow Connections
- Updated on 09 Jan 2023
- 2 Minutes to read
- Print
- DarkLight
Loading Data from Data Connections
Prior to configuring/using a:
- Database node
- Planning Analytics node
- Anaplan node
you first need to create a Data Connection and add it to your flow.
To configure a connection, click on Data Connections
in the Connections
menu.
You can also click on Connections
in the top menu bar.
Creating a New Flow Data Connection
Flow Connections
are saved to the flow file itself.
In the Data Connections
window, a new connection can be added by clicking Add
.
This will bring up the Add Data Connection
dialog. Select the type of data connection to be created, and then click Next
. This will bring up the Edit Data Connection
dialog.
The currently support types of Data Connections
are: Relational Database
, Planning Analytics Local
, Planning Analytics Cloud
, and Anaplan
.
The Test Connection
button can be used to test the newly created connection.
Clicking the Add to User Saved
button will allow the database connection to be easily reused over other flows.
Any nodes that require a Data Connection
can now use this newly created connection.
Creating a New Flow Database Connection
DataWORQ uses JDBC connection protocol, so any database that can connected to via JDBC can also be connected to by DataWORQ.
There are additional fields that can be updated:
Setting | Description |
---|---|
Connection Name | Friendly name of the database connection |
User | User to connection as |
Password | Password to connect with |
Driver Class | Database driver used to connect to the database |
URL | JDBC connection string to connect to. Varies based on the database server. |
Creating a New Flow Planning Analytics Connection
There is support for both PA local, and PA cloud connections.
Planning Analytics Local
There are additional fields that can be updated:
Setting | Description |
---|---|
Connection Name | Friendly name of the PA connection |
Host Name | Server where the PA instance is located |
Port | HTTPPortNumber that the PA instance is using |
SSL | Whether or not to connect with SSL. Determined by UseSSL setting on the PA instance |
Security Mode | Basic and CAM security modes are supported |
CAM Namespace | Namespace to use if CAM is selected |
User | User to connect as |
Password | Password to connect with |
Planning Analytics Cloud
There are additional fields that can be updated:
Setting | Description |
---|---|
Connection Name | Friendly name of the PA connection |
IBM Cloud URL | Cloud URL to connect to |
IBM Cloud Model | Name of the PA cloud model to connect to |
User | User to connect as |
Password | Password to connect with |
Creating a New Flow Anaplan Connection
There are additional fields that can be updated:
Setting | Description |
---|---|
Connection Name | Friendly name of the Anaplan connection |
User | User to connect as |
Password | Password to connect with |