Skip to content

Commit 3917047

Browse files
authored
Merge pull request #107140 from hongxian/patch-3
Add GetExecuteSsisPackage command option on SHIR node
2 parents 3da7b61 + 267d0e7 commit 3917047

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/data-factory/create-self-hosted-integration-runtime.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,9 @@ Here are details of the application's actions and arguments:
202202
|`-dlma`,<br/>`-DisableLocalMachineAccess`|| Disable local machine access (localhost, private IP) on the current self-hosted IR node. In self-hosted IR High Availability scenario, the action needs to be invoked on every self-hosted IR node.|
203203
|`-DisableLocalFolderPathValidation`|| Disable security validation to enable access to file system of the local machine.|
204204
|`-EnableLocalFolderPathValidation`|| Enable security validation to disable access to file system of the local machine. |
205-
|`-EnableExecuteSsisPackage`|| Enable SSIS package execution on self-hosted IR node.|
206-
|`-DisableExecuteSsisPackage`|| Disable SSIS package execution on self-hosted IR node.|
205+
|`-eesp`,<br/>`-EnableExecuteSsisPackage`|| Enable SSIS package execution on self-hosted IR node.|
206+
|`-desp`,<br/>`-DisableExecuteSsisPackage`|| Disable SSIS package execution on self-hosted IR node.|
207+
|`-gesp`,<br/>`-GetExecuteSsisPackage`|| Get the value if ExecuteSsisPackage option is enabled on self-hosted IR node.|
207208

208209
## Install and register a self-hosted IR from Microsoft Download Center
209210

0 commit comments

Comments
 (0)