You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/how-to-invoke-ssis-package-managed-instance-agent.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ This article describes how to run a SQL Server Integration Services (SSIS) packa
17
17
With this feature, you can run SSIS packages that are stored in SSISDB in Azure SQL Managed Instance or a file system like Azure Files.
18
18
19
19
## Prerequisites
20
-
To use this feature, [download](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) and install the latest version of SQL Server Management Studio (SSMS), which is version 18.5 or later.
20
+
To use this feature, [download](https://docs.microsoft.com/sql/ssms/download-sql-server-management-studio-ssms?view=sql-server-2017) and install the latest version of SQL Server Management Studio (SSMS), which is version 18.5.
21
21
22
22
You also need to [provision an Azure-SSIS integration runtime](tutorial-create-azure-ssis-runtime-portal.md) in Azure Data Factory. It uses Azure SQL Managed Instance as an endpoint server.
23
23
@@ -79,9 +79,9 @@ In this procedure, you use Azure SQL Managed Instance Agent to run an SSIS packa
79
79
80
80
- If your package is uploaded to a network share, select **Network share**.
81
81
82
-
The package path is the **UNC path** of your package file with its .dtsx extension.
82
+
The package path is the UNC path of your package file with its .dtsx extension.
83
83
84
-
Enter the corresponding domain, username, and password to access the network share package file.
84
+
Enter the corresponding domain, username, and password to access the network share package file.
85
85
1. If your package file is encrypted with a password, select **Encryption password** and enter the password.
86
86
1. On the **Configurations** tab, enter the configuration file path if you need a configuration file to run the SSIS package.
87
87
1. On the **Execution options** tab, you can choose whether to use **Windows authentication** or **32-bit runtime** to run the SSIS package.
@@ -94,7 +94,7 @@ In this procedure, you use Azure SQL Managed Instance Agent to run an SSIS packa
94
94
95
95
96
96
## Cancel SSIS package execution
97
-
To cancel package execution from an Azure SQL Managed Agent job, take the following steps instead of directly stopping the agent job.
97
+
To cancel package execution from an Azure SQL Managed Instance Agent job, take the following steps instead of directly stopping the agent job:
98
98
99
99
1. Find your SQL agent **jobId** from **msdb.dbo.sysjobs**.
100
100
1. Find the corresponding SSIS **executionId** based on the job ID, by using this query:
0 commit comments