External

Overview

External is a package type used for external transformation packages in AnalyticsCreator.

Function

The TRANS package type identifies external SSIS packages that are assigned to external transformations.

Access

This package type is shown in the package detail page as the read-only Package type field, and the transformation assistant filters the SSIS package selector to packages whose PackageTypeID is 5.

How to access

Navigation tree

Packages -> open a package

Toolbar

Not confirmed.

Diagram

Not applicable.

Visual element

DetailPackages -> Package type

Screen overview

The External package type is shown in the DetailPackages page in the read-only Package type field, and the transformation assistant only lists packages of this type when the transformation type is external SSIS.

IDPropertyDescription
1Package nameName of the package shown in the package detail page.
2Package typeRead-only field in DetailPackages that displays the package type description, which is External transformation package for this type.
3Manually createdCheckbox indicating whether the package was created manually. New packages default to handmade when PackageTypeID = 5.
4External launchedCheckbox that controls whether the package is launched externally.
5DescriptionOptional package description shown in the package detail page.
6Manual dependenciesFor package types above 4, the package detail page hides the content grid and shows the manual dependencies grid instead.
7External SSIS package filterIn the transformation assistant, external SSIS transformations bind the SSIS package selector to packages where PackageTypeID = 5.

Related topics