Skip to main content Skip to complementary content

Create connections and load data from JDBC databases

You can create JDBC connections in Qlik Cloud. Once you have created a connection, you can select data from the available tables and then load that data into your app, or onboard data to a data pipeline.

Creating a connection

You can create a connection in:

  • Qlik Cloud Analytics Services: In the Qlik Cloud Analytics hub, in Data manager, in Data load editor, and when you add data to a new app.

  • Qlik Cloud Data Integration: When you onboard data.

You need to know the server and database name that you want to connect. You must also have access credentials.

Connection dialog

The connection dialog has the following fields:

JDBC connection string fields
Field Description

Connection String

May start with jdbc:[connector]://

If not, jdbc:[connector]:// will be added automatically when connector builds a connection string.

Wallet fields
Field Description

Name

Name of Encrypted Property.

Properties

Value of Encrypted Property.

Name

Name of Attached File Property.

File name

Value of Attached File Property.

Wallet is used to:

  • Securely store encrypted connection string properties.

  • Store files that can be used in a unencrypted connection string, such as certificates.

For each Encrypted Property, you have to provide a property name and property value. A connection string will be completed with specified property names and their unencrypted values at the time of a connection to data source.

For each Attached File Property, you have to specify property name and a file. A connection string will be completed with specified property names and temporary path to uploaded the file at the time of a connection to data source.

JDBC connection name fields
Field Description

Name

Name of the new connection you are creating. The default name will be used if you do not enter a name.

Fields will be optional or required depending on the connector type.

Example: The connection dialog when creating a new Marketo connection

JDBC Connector dialogue using Marketo as connector

Connection requirements

Each connector has different authentication and connector field requirements.

Connection requirements and examples
Connector String format

Authentication

 

Required fields

Example
Amazon DynamoDB jdbc:dynamodb:[Property1]=[Value];[Property2]=[Value];... Access key ID and secret key Authentication use credentials file or access key jdbc:dynamodb:Host=dynamodb.us-est-1.amazonaws.com; Region=us-est-1;
Cassandra jdbc:cassandra://[Host]:[Port];[Property1]=[Value]; [Property2]=[Value];... None

Host and port

jdbc:cassandra://localhost:7000;AuthMech=1;UID=testuser1; PWD=pass123

Couchbase jdbc:couchbase://[Host]:[Port]/[DatabaseName]?[Property1]=[Value]; [Property2]=[Value];... Username and password None jdbc:couchbase://ec5-36-201-26-177.compute-1.amazonaws.com:8093;AuthMech=2;user=<user>;password=<password>;
Couchbase (with SSL) jdbc:couchbase://[Host]:[Port]/[DatabaseName]?[Property1]=[Value]; [Property2]=[Value];...[EnableSSL]=[Value];[SSLCertificate]=[Path to certificate]\couchbase.jks; Username and password None jdbc:couchbase://ec5-36-201-26-177.compute-1.amazonaws.com:18093;AuthMech=2;user=<user>;password=<password>;EnableSSL=1;SSLCertificate=<path to certificate>\couchbase.jks;
Marketo

jdbc:marketo://;Host=[Endpoint];Auth_Type=OAuth 2.0; [Property1]=[Value];[Property2]=[Value];...

jdbc:marketo://Host=<xxxx>;Auth_Type=OAuth 2.0;Auth_Client_ID=<xxxxx>;Auth_Client_Secret=<xxxxxx>;

Access Token, Auth Client ID, and Auth Client Secret None jdbc:marketo://;Host=157-ABC-331.mktorest.com;Auth_ Type=OAuth 2.0;Auth_AccessToken=kP2PcyQ7prK9LwYYAQpFQ4R+5GE
SAP HANA jjdbc:sap://[Host]:[Port]/[DatabaseName]?[Property1]=[Value]; [Property2]=[Value];... Username and password None jdbc:sap://saphana02:30555/Z_ROCK_RnG?user=<user_name>&password=<password>

Creating a new connection

Do the following:

  1. Access the connector through Data manager or the Data load editor:

    • Qlik Cloud Analytics hub: Click Add new and select Data connection. Under Add data connection, select the JDBC connector from the list.
    • Data manager: Click + and then Add new connection. Under Connect to new data source, select the JDBC connector from the list.
    • Data load editor: Click Create new connection and select the JDBC connector from the list.
  2. Fill out the connection dialog fields.

  3. Click Create.

  4. The location of the connection depends on how you created it:

    • Qlik Cloud Analytics hub: It will be available in apps in Data manager and Data load editor.

    • Data manager: It will be listed under DATA CONNECTIONS, on the left.

    • Data load editor: It will be listed under Data connections, on the right.

Loading data from tables

Once you have created a connection, you can select data and load it into a Qlik Sense app. You can load data in Data manager or the Data load editor.

Database properties that can be configured
Properties Description
Schema

Shows the schema in the database.

Tables

Shows the tables associated with the selected schema. Selecting a table will cause the table fields to be displayed in the Data preview tab.

Filter tables Displays a field where you can filter on table names.
Preview

Shows a preview of the fields and data of the selected table.

You can select which data columns to include by checking the box beside the field name. You can also change the field name by clicking on the existing field name. The new name is then used as an alias for the name the field has in the database.

Metadata Shows a table of the fields and whether they are primary keys. Primary-key fields are also labeled with a key icon Primary key beside the field name.
Fields

Lists the fields in each selected table. If the table name check box is selected, all the fields in the table are automatically selected. If you click only the table name, fields are displayed but not selected. They can then be selected individually.

You can also change the field name by clicking on the existing field name. The new name is then used as an alias for the name the field has in the database.

Filter data

Shows a field where you can enter filter criteria.

Filter fields Displays a field where you can filter on field names.
Hide script/Preview script Shows or hides the load script that is automatically generated when table and field selections are made.
Include LOAD statement

Adds a LOAD statement before the SELECT statement.

Add data

Opens the Associations view of the Data manager. This allows you add more data sources, fix any errors in your data, and create table associations. This option is available only when you use Data manager. For more information, see: Managing data associations.

Insert script Inserts the script displayed in the Data preview panel into the script editor. This option is available only when you use the Data load editor.

Selecting tables and loading data

Do the following:

  1. Open the connector through Data manager or the Data load editor:

    • Data manager: It will be saved under File Locations. Click the connector.

    • Data load editor: It will be saved under DataFiles. Find the connector and click Data SelectionSelect tables.

  2. Select a Schema from the dropdown. Available tables will appear under Tables.

  3. Select a table. Under Fields, you can select or deselect which fields to load.

  4. You can rename data fields before loading them into Qlik Sense by clicking on the field name and entering a new name. The new name is mapped by Qlik Sense as an alias to that field name in the database.

  5. When done:

    • Data manager: Click Add data. The Associations view will open.

      See: Managing data associations

    • Data load editor: Click Insert script. You will see the new script in the Data load editor.

Example: The LOAD dialog for a Couchbase connection in Data manager

JDBC load dialogue using Couchbase as connector

Limitations

  • Marketo has a limitation on how many API request calls can occur within certain time. If you are in the select data dialog, you may get a "Continuously getting rate limit error" message. If so, close the dialog and try again.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!