Database Management
Task Factory - Installing Task Factory on ADF
The purpose of this how-to article is to visualize the steps in more than one method to install Task Factory for an Azure Data Factory.
First published date
Last published date
Overview
There is more than one method to install Task Factory for an Azure Data Factory. The easiest method is to rely on the dropdown for Task Factory, which Microsoft already has a version of Task Factory installed.
The other method is to manually install whatever version of Task Factory is desired by creating a Blob Storage with no folders and only contains the Task Factory installer exe or msi, and a file name main.cmd that will include a script that will run pre-planned steps. The code block below contains the template that will be included in the main.cmd file and both of these items are included you will copy this URL from Azure Storage to the IR of the Azure Data Factory to implement. As a side note, it is best to ensure you are using the correct license key and the correct naming convention of the installer in that Azure Storage to match up with the template below that will be included in the main.cmd.
-- Scripts are not supported under any SolarWinds support program or service. -- Scripts are provided AS IS without warranty of any kind. SolarWinds further -- disclaims all warranties including, without limitation, any implied warranties -- of merchantability or of fitness for a particular purpose. The risk arising -- out of the use or performance of the scripts and documentation stays with you. -- In no event shall SolarWinds or anyone else involved in the creation, -- production or delivery of the scripts be liable for any damages whatsoever -- (including, without limitation, damages for loss of business profits, business -- interruption, loss of business information, or other pecuniary loss) arising -- out of the use of or inability to use the scripts or documentation. set DIR=%CUSTOM_SETUP_SCRIPT_LOG_DIR% echo Step 1: Installing task factory %TIME% ::Install Task Factory "TaskFactory_Install.exe" /q /L*V "%DIR%\install_log.txt" echo Step 2: Activating license %TIME% ::Activate License "C:\Program Files (x86)\Solarwinds\Task Factory\LicenseManager\PragmaticWorks.TaskFactory.Licensing.exe" activate (Enter License Key Here) %SSIS_CLUSTERID% IF %ERRORLEVEL% NEQ 0 ( echo Error code %ERRORLEVEL% ) echo Complete %TIME%
Product section
Resolution
Options:
- Select the dropdown for Task Factory and other required information following this SWI blog: Easily Install Task Factory on an Azure-SSIS IR in Azure Data Factory
- Go to the Integration Runtime Section for their Data Factory and apply the URL from the Azure Storage into it.