How to fix runtime execution of SSIS package with Azure feature tasks deployed to a different on -premise SQL Server?

Bleay, Michael (IT Services) 20 Reputation points
2024-02-15T15:01:37.9066667+00:00

I've developed a SSIS package uploads data to a Azure Blob Storage container. The SSIS package uses the Azure Blob Upload task which is available from the Azure Features Pack which I installed prior to the development. The SSIS package works perfectly well when executed from designer using Microsoft SQL Server Data Tools for Visual Studio (SSDT). Following usual practice I then built the deployment files and deployed the SSIS project this package was part of to our Development Integration server. However, after creating a SQL Agent job to run the new SSIS package and executing the said SQL Agent job the job failed to execute indicating the Azure Blob Upload tasks failed to load. After a bit of Googling I understand that I need to enhance the SQL Server I've deployed the SSIS package to use Azure components. That's where I need your help.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,696 questions
SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,734 questions
SQL Server Integration Services
SQL Server Integration Services
A Microsoft platform for building enterprise-level data integration and data transformations solutions.
2,454 questions
{count} votes

1 additional answer

Sort by: Most helpful
  1. Bleay, Michael (IT Services) 20 Reputation points
    2024-02-19T17:47:20.14+00:00

    I knew about the Azure feature pack before I posted my question. What I was hoping for was not reaffirming my diagnosis but more how do I go about adding the Azure feature pack to the runtime server. In the end I got a busy DBA to add the Azure feature pack and once he did the SSIS package then worked like a dream.

    0 comments No comments