Skip to content

Commit a97a250

Browse files
Merge pull request #231960 from chugugrace/patch-3
Update self-hosted-integration-runtime-proxy-ssis.md
2 parents a6e8c38 + f7555f0 commit a97a250

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

articles/data-factory/self-hosted-integration-runtime-proxy-ssis.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,23 @@ You then set up your self-hosted IR in the same data factory where your Azure-SS
3838

3939
Finally, you download and install the latest version of self-hosted IR, as well as the additional drivers and runtime, on your on-premises machine or Azure virtual machine (VM), as follows:
4040
- Download and install the latest version of [self-hosted IR](https://www.microsoft.com/download/details.aspx?id=39717).
41+
42+
- Enable SSIS package execution on self-hosted integration runtime node if self-hosted IR version is **5.28.0** or later.
43+
44+
**ExecuteSsisPackage** property is newly introduced from self-hosted IR version **5.28.0**. Use below self-hosted IR command line action to enable or disable SSIS package execution:
45+
46+
- -EnableExecuteSsisPackage Enable SSIS package execution on self-hosted IR node.
47+
48+
- -DisableExecuteSsisPackage Disable SSIS package execution on self-hosted IR node.
49+
50+
- -GetExecuteSsisPackage
51+
52+
Self-hosted IR command line details refer to [Set up an existing self-hosted IR via local PowerShell](create-self-hosted-integration-runtime.md?tabs=data-factory#set-up-an-existing-self-hosted-ir-via-local-powershell).
53+
54+
Newly installed self-hosted IR node with version 5.28.0 or later, ExecuteSsisPackage property is by default **disabled**.
55+
56+
Existing self-hosted IR node updated to version 5.28.0 or later, ExecuteSsisPackage property is by default **enabled**
57+
4158
- If you use Object Linking and Embedding Database (OLEDB), Open Database Connectivity (ODBC), or ADO.NET connectors in your packages, download and install the relevant drivers on the same machine where your self-hosted IR is installed, if you haven't done so already.
4259

4360
If you use the earlier version of the OLEDB driver for SQL Server (SQL Server Native Client [SQLNCLI]), [download the 64-bit version](https://www.microsoft.com/download/details.aspx?id=50402).
@@ -183,7 +200,6 @@ If you need to access data stores that have been configured to use only the stro
183200
- Changing variable values in both on-premises and cloud staging tasks is currently unsupported.
184201
- Changing variable values of type object in on-premises staging tasks won't be reflected in other tasks.
185202
- *ParameterMapping* in OLEDB Source is currently unsupported. As a workaround, please use *SQL Command From Variable* as the *AccessMode* and use *Expression* to insert your variables/parameters in a SQL command. As an illustration, see the *ParameterMappingSample.dtsx* package that can be found in the *SelfHostedIRProxy/Limitations* folder of our public preview blob container. Using Azure Storage Explorer, you can connect to our public preview blob container by entering the above SAS URI.
186-
- To enable/disable SSIS package executions on self-hosted integration runtime nodes, please refer to this document [Create and configure a self-hosted integration runtime](create-self-hosted-integration-runtime.md?tabs=data-factory#set-up-an-existing-self-hosted-ir-via-local-powershell) to manage self-hosted IR via powershell. ExecuteSsisPackage property is true by default if self-hosted IR upgrades to the version equal to or higher than 5.28.0. If self-hosted IR is newly installed with a version equal to or higher than 5.28.0, then ExecuteSsisPackage property is by default false.
187203

188204
## Next steps
189205

0 commit comments

Comments
 (0)