Hi @SnehaNair-4932,
Welcome to Microsoft Q&A platform and thanks for your query.
Could you please make sure that TLS 1.2 is enabled on SHIR machine? In few cases, the default protocols on SHIR machine may be TLS1.1 which is not compatible with server end (i.e., Azure Storage) and hence error is thrown. If that is the case please try updating TLS 1.1 to TLS 1.2 on SHIR machine and see if that helps to successfully run the SSIS workflow on SSIS IR.
Also I would recommend you to please go through below known limitations:
- Only data flow tasks with Open Database Connectivity (ODBC)/OLEDB/Flat File sources or OLEDB destination are currently supported.
- Only Azure Blob storage-linked services that are configured with Account key, Shared Access Signature (SAS) URI, or Service Principal authentication are currently supported.
-
ParameterMapping
in OLEDB Source is not supported yet. As a workaround, please useSQL Command From Variable
as theAccessMode
and useExpression
to insert your variables/parameters in a SQL command. As an illustration, see theParameterMappingSample.dtsx
package that can be found in theSelfHostedIRProxy/Limitations
folder of our public preview container. Using Azure Storage Explorer, you can connect to our public preview container by entering the above SAS URI.
Hope this helps. Please let us know how it goes.
Thanks
Please do consider to click on "Accept Answer" and "Up-vote" on the post that helps you, as it can be beneficial to other community members