Documentation forTask Factory

Enabling Task Factory on Azure-SSIS IR in ADF

 Task Factory users running version 2020.1.4 or older (released prior to May 27, 2020): There's an important Task Factory update. Please visit here for more details.

Introduction

These instructions walk through the steps to create an Azure-SSIS Integration Runtime (IR) and install SolarWinds Task Factory during the start-up process of the Integration Runtime.

If you encounter any issues while installing or activating Task Factory in your Azure SSIS IR, contact our support team at support.solarwinds.com.

System Requirements

You need the following prerequisites to set up Task Factory for your Azure Data Factory SSIS Integration Runtime:

  • Azure subscription
  • Azure SQL Database or Managed Instance Server
  • Microsoft Azure Storage ExplorerEdition Restrictions

Notes on Components

The following components are incompatible on an Azure Data Factory SSIS Integration Runtime:

Notes on Trials and Licensing

Important:  Before activating your Task Factory license, you need to obtain an ADF-ready license from the SolarWinds sales department. Contact your sales representative for more information. Select the license based on the number of nodes in your SSIS Integration Runtime.

Configuring Task Factory on Azure-SSIS Integration Runtime

  1. Configure your settings on the Initial Integration runtime setup screen, and then continue to Advanced settings.Azure SSIS Integration runtime setup SQL Settings
  2. Select the Customize your Azure-SSIS Integration Runtime with additional system configurations/components installations checkbox, and then select the +New link under Express custom setup to open the Add express custom setup window.
    Azure SSIS Integration runtime setup Advanced Settings
  3. Select Install licensed component from the drop-down list, and then select Task Factory.
    Azure SSIS Integration runtime setup Add express custom setup
  4. Paste your Task Factory License key into the License Key box to complete the configuration. 
    Azure SSIS Integration runtime setup Add express custom setup enter license key

Success: Every time you start your Integration Runtime, each node will have Task Factory automatically installed and activated without any further steps from you.

Creating Your Data Factory

Additional Information: Use the SAS URL you created as you go through the Provision the Azure-SSIS Integration Runtime in Azure Data Factory MSDN tutorial. The specific step you use the URL on is Step Four (Advanced Settings).
Note:  The tutorial doesn’t mention that you need an Azure SQL Server instance that doesn’t have an SSISDB database on it. If you have an SSISDB database on the SQL Server you provide during the process of creating your Azure IR , the IR creation process fails.

Every time you want to create an SSIS IR, you need to delete the current SSISDB or create a new server without an SSISDB database.

Follow the tutorial to set up your Data Factory and Azure SSIS IR instance.

After you have created the Data Factory, log directories are created in your blob storage container. Log files are located under the main.cmd.log directory. If you had Storage Explorer open already, you might need to refresh the window.

Review the log files for any errors. If you don’t see any errors, you’re good to go.

Note:  You shouldn’t need to review the Task Factory installation log unless you run a package with Task Factory and receive a specific Task Factory failure message.

Deploying Packages to Azure-SSIS IR  

Now that your Azure IR has been created and Task Factory is installed, you should be able to take any package created locally in SSDT, deploy it to Azure IR, and execute it successfully.

See the Deploying Packages with Task Factory Components within an Azure-SSIS IR section of the Easily Install Task Factory on an Azure-SSIS IR in Azure Data Factory blog post for instructions.

Additional Information: To deploy your packages to your Azure IR, follow the Deploy and run a SQL Server Integration Services (SSIS) package in Azure MSDN tutorial.
Note:  You must have the latest version of SQL Server Management Studio 17.2 or above installed to follow the tutorial and view the Integration Service Catalog.

Executing Packages within an Azure-SSIS IR  

Now that Task Factory is installed and your packages are deployed to the Azure-SSIS IR, you can execute those packages.

See the Executing Packages with Task Factory Components within an Azure-SSIS IR section of the Easily Install Task Factory on an Azure-SSIS IR in Azure Data Factory blog post for instructions.