Link to home
Start Free TrialLog in
Avatar of Jim Youmans
Jim YoumansFlag for United States of America

asked on

Run SSIS package from Azure File Share using SQL 2019 managed instance agent

I am trying to run a SSIS package from a SQL 2019 Managed Instance using an Azure File Share.

Here is the package in the file share.

User generated image
Here is how I am trying to create the job in the SQL Agent of the managed instance.

User generated image
The full package path is

\\xxxxdatabackup.file.core.windows.net\ssispkgs\XXXX API.dtsx

And I put in the account name and key.

When I run the job I get this.

User generated imageUser generated imageThere is no SSISDB so I can't check the internal.operation_messages table.

As for the user, I have no clue what that represents.  Seems to be a random value to me.

I did read some stuff that seems to say you have to mount the Azure share to a server but then other people say you can do it like this without mounting.

Has anyone done this and if so what am I doing wrong?

Thanks!

Jim

Avatar of lcohan
lcohan
Flag of Canada image

Have you done this:
 Before you can deploy and run SSIS packages in Azure, you have to provision the SSIS Catalog (SSISDB) and the Azure-SSIS Integration Runtime.
already? And also please note that:
Note
The Azure-SSIS Integration Runtime is not yet available in all Azure regions. For info about the supported regions, see Products available by region - Microsoft Azure.

All from here: https://docs.microsoft.com/en-us/sql/integration-services/lift-shift/ssis-azure-lift-shift-ssis-packages-overview?view=sql-server-ver15
And details about provisioning SSIS-IR can be found here: https://docs.microsoft.com/en-us/azure/data-factory/how-to-use-sql-managed-instance-with-ir
Avatar of Jim Youmans

ASKER

I finally ended up using a Azure VM with SQL Server to do this.  Thanks.
I finally ended up using a Azure VM with SQL Server to do this
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.