Skip to content

Commit c8e86ab

Browse files
committed
add parameter mapping limitation
1 parent d57a1c8 commit c8e86ab

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, and Flat File sources or OLEDB destination 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* of OLE DB Source has not been supported yet. As a workaround, please use *SQL Command From Variable* as *AccessMode*, then use *Expression* to concatenate your variable/parameters and SQL command. Here's a sample at: *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*. You can find the sample package *ParameterMappingSample.dtsx* under *SelfhostedIrProxy/Limitations*.
165166

166167
## Next steps
167168

0 commit comments

Comments
 (0)