Skip to content

Commit d349287

Browse files
authored
Merge pull request #104838 from shawncx/xichen/AddSelfhostedIRProxyLimitation
add parameter mapping limitation
2 parents c73bc2a + 96c2121 commit d349287

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ The second staging tasks that run on your Azure-SSIS IR are not be billed separa
162162

163163
- Only data flow tasks with Open Database Connectivity (ODBC), OLEDB, or Flat File connection managers and ODBC, OLEDB, or Flat File sources are currently supported.
164164
- Only Azure Blob storage-linked services that are configured with *Account key*, *Shared Access Signature (SAS) URI*, or *Service Principal* authentication are currently supported.
165+
- *ParameterMapping* in OLEDB Source is not supported yet. As a workaround, please use *SQL Command From Variable* as the *AccessMode* and use *Expression* to insert your variables/parameters in a SQL command. To illustrate this, you can find a sample package *(ParameterMappingSample.dtsx)* in *SelfhostedIrProxy/Limitations* folder of our public preview container by entering the following SAS URI on [Azure Storage Explorer](https://storageexplorer.com/): *https://ssisazurefileshare.blob.core.windows.net/publicpreview?sp=rl&st=2018-04-08T14%3A10%3A00Z&se=2020-04-10T14%3A10%3A00Z&sv=2017-04-17&sig=mFxBSnaYoIlMmWfxu9iMlgKIvydn85moOnOch6%2F%2BheE%3D&sr=c*.
165166

166167
## Next steps
167168

0 commit comments

Comments
 (0)