Index Your Own Database Using the SQL Connector

Use the SQL Connector, which is installed as part of the Connectivity Hub to access your third-party SQL databases.

Tip: As you add your information, click See the Save button. to see the tabs that require field entry information.

Add Your SQL Database Connection

Use the following steps to add a SQL connection.

  1. From the Connections page, select New > SQL connection.

    See the Connections page.

  2. The Connection Info page appears.

    See the Connection Info page.

  3. Title: Enter the name of your connection. This must be a unique name.

  4. Data Provider: By default, "SqlServer" is entered.

Specify the General Settings for Your Database Connection

  1. From the Connections page, select <your SQL Connection>> >Edit. Click the General Settings tab.

  2. Connection Mode:
    1. Default: Basic
    2. "Advanced" mode is described at the end of this section.



  3. Database Server Address: Enter your database server address.

  4. Database Name: Enter your database name. 

  5. Connection Timeout: Default setting is 500 (seconds). Set as desired.

  6. Authentication mode: The account used to run the Job service and the Connectivity Hub Admin website.
    Specify one of the following:
    • Use Service Account:
      • Default entry.
      • No additional information required.
    • Specify User Account:
      • Enter the account credentials for a single user.

Advanced Mode

  1. Connection Mode: Use the drop-down list box to select Advanced.



  2. In Advanced mode, Connection String is required.
    Standard formats for connection strings:
    • SQL
      • Server=SERVERORIP;Database=DBNAME;User ID=USERID;Password=PASSWORD;
    • Oracle
      • Server=SERVERORIP;PORT=1521;SID=samples;User Id=USERID;Password=PASSWORD;
    • See The Connection Strings Reference for samples of connection strings for various databases.

  3. All other fields are listed above in Basic Mode.

Next Steps

Test your connection. See How to Test Your Connector Configuration.