Connectors

Reference page for defining and maintaining source system connectors in AnalyticsCreator.

Overview

The Connectors menu in AnalyticsCreator defines metadata for establishing a connection to a source system. Each connector includes a name, a source type, and a connection string. These connections are used in ETL packages to access external data sources during data warehouse generation.

Function

Connectors allow AnalyticsCreator to integrate with relational databases and other supported systems. The connection string is stored in the project metadata and referenced during package execution. Each connector is project-specific and can be reused across multiple packages or layers.

Access

Connectors are managed under the Sources section in the AnalyticsCreator user interface. All defined connectors are listed in a searchable grid, and new entries can be created or deleted from this screen. Selecting New opens a connector definition form with metadata fields and a connection string editor.

How to access

Navigation tree

Connectors → CONNECTOR → Edit connector; Connectors → Add connector

Toolbar

Sources → Add

Diagram

Not applicable

Visual element

{SearchConnectors} → CONNECTOR → double-click

Screen overview

The first image below shows the main Connectors interface. The second shows the editor that appears when a new connector is created.

List Connectors

Sources Connectors

ID Property Description
1 ConnectorName Logical name identifying the connector within the project
2 ConnectorType Type of source system (e.g., MSSQL, Oracle, etc.)
3 ConnectionString OLE DB or equivalent connection string used to connect to the source system

 

New Connector Dialog

New Connector

ID Property Description
1 ConnectorName Logical name identifying the connector within the project.
2 ConnectorType Type of source system, for example MSSQL, Oracle, or another supported connector type.
3 Azure source type Type of Azure source, for example Azure SQL, Azure Postgres, or another supported Azure source type.
4 ConnectionString OLE DB or equivalent connection string used to connect to the source system.
5 CFG.SSIS Controls whether the connection string should not be stored in CFG.SSIS_Configurations.

Related topics