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 you want to work on.
  2. Navigate to the Settings page by clicking Settings icon as shown.

v7_db_op_menu_setting

  1. Select Database Settings.
Database Settings Page
Database Settings Page
  1. On the Database Settings page, enter the following details to establish the connection between HuLoop and the database:
    • dbname: Click icon under Actions. Specify the database name in the pop-up and click Save.

v7_db_op_db_name_popup

    • driver: Click the icon under Actions choose the driver name from the dropdown depending upon your database, and click Save.
Note: SQLServerDriver is the default selection.

v7_db_op_db_driver

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

v7_db_op_db_password_popup

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

v7_db_op_db_schemaname_popup

    • server: Click the 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.

v7_db_op_db_server_popup

    • timezone: Click the 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.

v7_db_op_db_timezone_popup

    • username: Click the 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.

v7_db_op_db_username_popup

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.

v7_dp_op_multiple_db_connectivity

Last updated: Oct 13, 2025
Back To Top