Skip to content

Connecting Your Database to HuLoop

To connect your database with HuLoop follow these steps to set up the Database connection:

  1. Open the Automation Project.
  2. Navigate to the Settings page by clicking the icon in the top-right corner, then select Database Settings.
scrn-select-database-settings
Database Settings Page
  1. On the Database Settings page, enter the following details to establish the connection between HuLoop and the database:
    • dbname: Click edit-icon icon under Actions. Specify the database name in the pop-up and click Save.

scrn-specify-database-name-in-pop-up- click-save

    • driver: Click the edit-icon icon under Actions choose the driver name from the dropdown depending upon your database, and click Save.

Note: SQLServerDriver is the default selection.

scrn-choose-driver-name-from-dropdown

    • password: Enter the password for the Database. To do so, click edit-icon icon under Actions Specify the password in the pop-up and click Save.

scrn-enter-password-for-database

    • schemaname: Enter the schema name by clicking the edit-icon icon under Actions (optional).

scrn-enter-schema-name

    • server: Click the edit-icon icon under Actions column and specify the server information in the pop-up and click Save.

Note: The server information should include the IP address and the Port number.

E.g., 10.10.8.37:1433 where, 10.10.8.37 is the IP address and 1433 is the port number.

scrn-specify-server-information

    • timezone: Click the edit-icon icon under Actions and specify your timezone in the pop-up and click Save.

Note: The pop-up may display a default value. You can change it if required.

scrn-specify-your-timezone

    • username: Click the edit-icon icon under Actions and specify the username in the pop-up and click Save.

To enhance security, you can mask database setting values by clicking the eye-shaped eye-icon icon next to the setting name.

scrn-specify-the-username

Multiple Database Connectivity

You can connect to multiple databases in a single automation, with a maximum limit of five connections. To add a new database, click the + icon next to the “default” tab. This will open a new tab where you can enter the name of the database connection (e.g., “SQLServer”) and provide the required connection details.

scxrn-add-new-database-click-plus-icon

Back To Top