> For the complete documentation index, see [llms.txt](https://docs.ovaledge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ovaledge.com/release8.2/connectors/connector-repositories/etl-tool/microsoft-sql-server-integration-services-ssis.md).

# Microsoft SQL Server Integration Services (SSIS)

This article outlines the integration with the Microsoft SQL Server Integration Services (SSIS) connector, enabling streamlined metadata management through features such as crawling and lineage building (both automatic and manual).

This connector integrates with SSIS project and package files stored in a shared network folder and the SQL Server SSIS catalog database to retrieve metadata required for crawling and lineage generation. It accesses the shared network folder using read permissions and authenticates to the SSIS catalog database using SQL Server database credentials.

<figure><img src="/files/mqOfegN5GEZVgAVYDtvA" alt=""><figcaption></figcaption></figure>

## Overview

### Connector Details

| Connector Category                                                       | ETL Tool                                                   |
| ------------------------------------------------------------------------ | ---------------------------------------------------------- |
| OvalEdge Release Supported                                               | Release5.1 and later                                       |
| <p>Connectivity</p><p>\[How the connection is established with SSIS]</p> | Database Authentication (JDBC) / File Authentication (NFS) |
| Verified SSIS Version                                                    | 4                                                          |

{% hint style="info" %}
The SSIS connector reads SSIS project and package files from a shared network folder accessible to the OvalEdge server. In addition, it connects to the SSIS catalog database (SQL Server) to retrieve metadata required for crawling and lineage generation.
{% endhint %}

{% hint style="info" %}
The Microsoft SQL Server Integration Services (SSIS) connector has been validated with the mentioned "Verified SSIS Versions" and is expected to be compatible with other supported SSIS versions. If there are any issues with validation or metadata crawling, please submit a support ticket for investigation and feedback.
{% endhint %}

### Connector Features

| Feature                                      |                                                                                                        Availability                                                                                                       |
| -------------------------------------------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
| Crawling                                     |                                                                                                             ✅                                                                                                             |
| Delta Crawling                               |                                                                                                             ❌                                                                                                             |
| Profiling                                    |                                                                                                             ❌                                                                                                             |
| Query Sheet                                  |                                                                                                             ❌                                                                                                             |
| Data Preview                                 |                                                                                                             ❌                                                                                                             |
| Auto Lineage                                 | <p>✅<br>To learn more, click <a href="https://docs.ovaledge.com/connectors/connector-repositories/etl-tool/microsoft-sql-server-integration-services-ssis/microsoft-sql-server-integration-services-lineage">here</a></p> |
| Manual Lineage                               |                                                                                                             ✅                                                                                                             |
| Secure Authentication via Credential Manager |                                                                                                             ✅                                                                                                             |
| Data Quality                                 |                                                                                                             ❌                                                                                                             |
| DAM (Data Access Management)                 |                                                                                                             ❌                                                                                                             |
| Bridge                                       |                                                                                                             ✅                                                                                                             |

### Metadata Mapping

The following objects are crawled from SSIS and mapped to the corresponding UI assets.

<table><thead><tr><th width="152.75">SSIS Object</th><th width="154.25">SSIS Attribute</th><th width="188.25">OvalEdge Attribute</th><th width="170.5">OvaEdge Category</th><th width="180.5">OvalEdge Type</th></tr></thead><tbody><tr><td>Folder</td><td>Folder Name</td><td>Code Name</td><td>Codes</td><td>SSIS_Folder</td></tr><tr><td>Projects</td><td>Project Name</td><td>Code Name</td><td>Codes</td><td>SSIS_Project</td></tr><tr><td>Package</td><td>Package Name</td><td>Code Name</td><td>Codes</td><td>SSIS_Package</td></tr><tr><td>Dataflow</td><td>Dataflow Component</td><td>Code Name</td><td>Codes</td><td>SSIS_Dataflow</td></tr><tr><td>SQL</td><td>SQL inside Dataflow component</td><td>Code Name</td><td>Codes</td><td>SSIS_SQL</td></tr></tbody></table>

## Set up a Connection

### Prerequisites

The following access must be configured before establishing a connection.

* **Shared Network Folder Access**
* **SQL Server SSIS Catalog Database Access**

#### Shared Network Folder Access

The SSIS project and package files must be stored in a shared network folder that is accessible from the OvalEdge server.

* The shared folder path must be accessible from the OvalEdge server.
* Verify that the configured shared folder path is valid.
* Required read permissions must be granted on the shared directory.

#### SQL Server SSIS Catalog Database Access

**Whitelisting Ports**

Make sure that inbound port “1433” is whitelisted to enable successful connectivity with the SSIS database.

{% hint style="warning" %}
The default port number for the SSIS data source is 1433. If a different port is used, ensure that the updated port number is specified during connection setup, the port is whitelisted, and communication between the system and the SSIS data source is properly established.
{% endhint %}

#### **Service Account User Permissions**

{% hint style="warning" %}
It is recommended to use a dedicated service account to establish the connection to the data source, configured with the following minimum set of permissions.
{% endhint %}

{% hint style="info" %}
**👨‍💻Who can provide these permissions?** These permissions are typically granted by the SSIS administrator, as users may not have the required access to assign them independently.
{% endhint %}

<table><thead><tr><th width="125">Operations</th><th width="115">Objects</th><th>Access Permissions</th></tr></thead><tbody><tr><td>Crawling</td><td>Datasets</td><td><ul><li><strong>File Authentication</strong><br>READ permission on the provided path.</li><li><strong>Database Authentication</strong><br>SELECT permission on the respective tables, with the db_datareader role assigned.</li></ul></td></tr></tbody></table>

{% hint style="info" %}
The db\_datareader role is the minimum recommended SQL Server database role required to execute SSIS catalog queries and retrieve metadata for crawling.
{% endhint %}

### Connection Configuration Steps

{% hint style="warning" %}
Users are required to have the Connector Creator role in order to configure a new connection.
{% endhint %}

1. Log into **OvalEdge**, go to **Administration > Connectors**, click **+ (New Connector)**, search for **SSIS**, and complete the required parameters.

{% hint style="info" %}
Fields marked with an asterisk (\*) are mandatory for establishing a connection.
{% endhint %}

<table><thead><tr><th width="220.25">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>Connector Type</td><td>By default, "SSIS" is displayed as the selected connector type.</td></tr><tr><td>Credential Manager*</td><td><p>Select the desired credentials manager from the drop-down list. Relevant parameters will be displayed based on the selection.</p><p>Supported Credential Managers:</p><ul><li>OE Credential Manager</li><li>AWS Secrets Manager</li><li>HashiCorp</li><li>Azure Key Vault</li></ul><p>For more details, click <a href="https://docs.ovaledge.com/connectors/additional-requirements/credential-manager-configuration">here</a>.</p></td></tr><tr><td>System Source*</td><td><p>Select the type of System Source from the dropdown menu.</p><ul><li>File Authentication</li><li>Database Authentication</li></ul></td></tr></tbody></table>

{% tabs %}
{% tab title="File Authentication" %}

<table><thead><tr><th width="192.75">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>License Add Ons</td><td>Select the checkbox for the Auto Lineage Add-On to build data lineage automatically.<br>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/license-types-and-add-ons">here</a>.</td></tr><tr><td>Connector Name*</td><td><p>Enter a unique name for the SSIS connection              </p><p>(Example: "SSISDB").</p></td></tr><tr><td>Connector Environment</td><td>Select the environment (Example: PROD, STG) configured for the connector.<br>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/prerequisites#connector-environment">here</a>.</td></tr><tr><td>Connector Description</td><td>Enter a brief description of the connector.</td></tr><tr><td>SSIS Path*</td><td>Enter the folder path where SSIS packages are stored.</td></tr></tbody></table>
{% endtab %}

{% tab title="Database Authentication" %}

<table><thead><tr><th width="195.25">Field Name</th><th>Description</th></tr></thead><tbody><tr><td>Authentication*</td><td><p>Select the type of Authentication from the dropdown menu.</p><ul><li>SQL Server Authentication</li><li>Windows Authentication</li></ul></td></tr><tr><td>License Add Ons</td><td>Select the checkbox for the Auto Lineage Add-On to build data lineage automatically.<br>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/license-types-and-add-ons">here</a>.</td></tr><tr><td>Connector Name*</td><td><p>Enter a unique name for the SSIS connection              </p><p>(Example: "SSISDB").</p></td></tr><tr><td>Connector Environment</td><td>Select the environment (Example: PROD, STG) configured for the connector.<br>For more details, click <a href="https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/prerequisites#connector-environment">here</a>.</td></tr><tr><td>Connector Description</td><td>Enter a brief description of the connector.</td></tr><tr><td>Server*</td><td>Enter the server name or IP address of the SSIS database. (Example: 6grt-sxxxxxx.xxxx4ijxxxl.xx-xyz-1.rxs.xxxxx.com or 1xx.xyz.1.xx).</td></tr><tr><td>Port*</td><td>By default, the port number for SSIS, "1433" is auto-populated. If required, the port number can be modified according to the custom port number configured for the SSIS Database.</td></tr><tr><td>Database*</td><td>Enter the user-defined database name for the SSIS connection to crawl metadata.</td></tr><tr><td>Driver*</td><td>By default, the SSIS driver details are auto-populated.</td></tr><tr><td>Username*</td><td><p>Enter the username required to access the SQL Server database (Example: "oesauser").</p><p><em><strong>Note</strong>: This field is available only when the authentication method is "<strong>SQL Server Authentication</strong>".</em></p></td></tr><tr><td>Password*</td><td><p>Enter the password associated with the provided username to access the SQL Server database.</p><p><em><strong>Note</strong>: This field is available only when the authentication method is "<strong>SQL Server Authentication</strong>".</em></p></td></tr><tr><td>SSIS Login Username*</td><td>Enter the username used to log in to the SSIS machine.</td></tr><tr><td>SSIS Login Password*</td><td>Enter the password associated with the SSIS Login Username.</td></tr><tr><td>Machine Package Path*</td><td>Enter the machine path for package downloads.</td></tr><tr><td>Connection String</td><td><p>Configure the connection string for the SSIS database:</p><ul><li>Automatic Mode: The system generates a connection string based on the provided credentials.</li><li>Manual Mode: Enter a valid connection string manually.</li></ul><p>Replace placeholders with actual database details.</p><p>{sid} refers to the Database Name.</p><p>Note: This field is available only when the System Source is set to "Database Authentication".</p></td></tr><tr><td>Plugin Server</td><td>Enter the server name when running this as a plugin.</td></tr><tr><td>Plugin Port</td><td>Enter the port number on which the plugin is running.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}

**Default Governance Roles**

<table data-header-hidden><thead><tr><th width="220.25"></th><th></th></tr></thead><tbody><tr><td>Default Governance Roles*</td><td>Select the appropriate users or teams for each governance role from the drop-down list. All users configured in the security settings are available for selection.</td></tr></tbody></table>

**Admin Roles**

<table data-header-hidden><thead><tr><th width="220.25"></th><th></th></tr></thead><tbody><tr><td>Admin Roles*</td><td>Select one or more users from the dropdown list for Integration Admin and Security &#x26; Governance Admin. All users configured in the security settings are available for selection.</td></tr></tbody></table>

**No of Archive Objects**

<table data-header-hidden><thead><tr><th width="219"></th><th></th></tr></thead><tbody><tr><td>No Of Archive Objects*</td><td><p>This shows the number of recent metadata changes to a dataset at the source. By default, it is off. To enable it, toggle the Archive button and specify the number of objects to archive.</p><p>Example: Setting it to 4 retrieves the last four changes, displayed in the 'Version' column of the 'Metadata Changes' module.</p></td></tr></tbody></table>

**Bridge**

<table data-header-hidden><thead><tr><th width="220.25"></th><th></th></tr></thead><tbody><tr><td>Select Bridge*</td><td><p>If applicable, select the bridge from the drop-down list.</p><p>The drop-down list displays all active bridges that have been configured. These bridges facilitate communication between data sources and the system without requiring changes to firewall rules.</p></td></tr></tbody></table>

2. After entering all connection details, the following actions can be performed:
   1. Click **Validate** to verify the connection.
   2. Click **Save** to store the connection for future use.
   3. Click **Save & Configure** to apply additional settings before saving.
3. The saved connection will appear on the **Connectors home page.**

## Manage Connector Operations

### Crawl

{% hint style="warning" %}
To perform crawl operations, users must be assigned the Integration Admin role.
{% endhint %}

The **Crawl/Profile** button allows users to select one or more data objects for crawling.

1. Navigate to the Connectors page and click **Crawl/Profile**.
2. Select the data objects to crawl.
3. The **Crawl** option is selected by default.
4. Click **Run** to collect metadata from the connected source and load it into the **Data Catalog**.
5. After a successful crawl, the information appears in the **Data Catalog > Databases/<>Codes** tab.

The **Schedule** checkbox allows automated crawling at defined intervals, from a minute to a year.

1. Click the **Schedule** checkbox to enable the **Select** Period drop-down.
2. Select a time period for the operation from the drop-down menu.
3. Click **Schedule** to initiate metadata collection from the connected source.
4. The system will automatically execute the **crawl** operation at the scheduled time.

#### Other Operations

The **Connectors** page provides a centralized view of all configured connectors, along with their health status.

**Managing connectors includes:**

* **Connector Health**: Displays the current status of each connector using a **green** icon for active connections and a **red** icon for inactive connections, helping to monitor the connectivity with data sources.
* **Viewing**: Click the **Eye** icon next to the connector name to view connector details.

**Nine Dots Menu Options:**

To view, edit, validate, build lineage, configure, or delete connectors, click on the **Nine Dots** menu.

* **Edit Connector**: Update and revalidate the data source.
* **Validate Connector**: Check the connection's integrity.
* **Settings**: Modify connector settings.
  * **Lineage**: Select server dialects for parsing and setting connector priority for table lineage.
* **Build Lineage:** Automatically build data lineage using source code parsing.
* **Delete Connector**: Remove a connector with confirmation.

For more details on connector settings, click [here](https://docs.ovaledge.com/connectors/introduction-to-connectors/setup-and-connectivity/connector-settings).

## Connectivity Troubleshooting

If incorrect parameters are entered, error messages may appear. Ensure all inputs are accurate to resolve these issues. If issues persist, contact the assigned support team.

<table><thead><tr><th width="84">S.No.</th><th width="244.5">Error Message(s)</th><th>Error Description &#x26; Resolution</th></tr></thead><tbody><tr><td>1</td><td>Error while validating connection: Please provide valid path</td><td><p><strong>Description:</strong></p><p>An error occurs during connection validation due to an incorrect or invalid SSIS path.</p><p><strong>Resolution:</strong></p><p>Verify and update the SSIS path with the correct, valid directory before revalidating the connection.</p></td></tr><tr><td>2</td><td>Invalid Path Provided</td><td><p><strong>Description:</strong></p><p>The specified shared network folder path is invalid, inaccessible, or cannot be reached.</p><p><strong>Resolution:</strong></p><ul><li>Verify that the shared network folder path is correct.</li><li>Ensure the path is accessible.</li><li>Confirm that the required read permissions are granted on the shared folder.</li></ul></td></tr><tr><td>3</td><td>Authentication Failed</td><td><p><strong>Description:</strong></p><p>The connector could not authenticate to the SQL Server SSIS catalog database using the provided credentials.</p><p><strong>Resolution:</strong></p><ul><li>Verify that the SQL Server credentials are correct.</li><li>Ensure the account has access to the SSIS catalog database.</li><li>Confirm that the required permissions, including the <strong>db_datareader</strong> role, are assigned.</li></ul></td></tr></tbody></table>

***

Copyright © 2026, OvalEdge LLC, Peachtree Corners GA USA


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ovaledge.com/release8.2/connectors/connector-repositories/etl-tool/microsoft-sql-server-integration-services-ssis.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
