Skip to content

Commit 996b967

Browse files
committed
edit pass: how-to-invoke-ssis-package-managed-instance-agent
1 parent 6f1a52b commit 996b967

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/how-to-invoke-ssis-package-managed-instance-agent.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This article describes how to run a SQL Server Integration Services (SSIS) packa
1717
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.
1818

1919
## 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.
2121

2222
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.
2323

@@ -79,9 +79,9 @@ In this procedure, you use Azure SQL Managed Instance Agent to run an SSIS packa
7979

8080
- If your package is uploaded to a network share, select **Network share**.
8181

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.
8383

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.
8585
1. If your package file is encrypted with a password, select **Encryption password** and enter the password.
8686
1. On the **Configurations** tab, enter the configuration file path if you need a configuration file to run the SSIS package.
8787
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
9494

9595

9696
## 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:
9898

9999
1. Find your SQL agent **jobId** from **msdb.dbo.sysjobs**.
100100
1. Find the corresponding SSIS **executionId** based on the job ID, by using this query:

0 commit comments

Comments
 (0)