Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

SSIS OLE DB connection using SSL, how to verify it is using SSL

$
0
0

I created an 2008 SSIS package which uses a Connection Manger connection to an iSeries host. It uses an IBM i Access for Windows OLE DB driver - IBMDA400. (OLD DB Provider: IBM DB2 for i IBMDA400 OLE DB Provider).  The documentation on the i Access OLE DB said to use SSL=TRUE in the connection string for SSL. So I added it. I see it in the dtsx. I deploy the package to MSDB and when I right click on the package to Run Package, I do not see the SSL=TRUE anywhere in the Execute Package Utility. Want to verify that even though I do not see it in the EPU, that it is in the package. Is there a way to view the syssispackages.packagedata is a format that is readable? Is there a way to verify that it is using SSL?

SSIS - Execute Package Utility, DB2Source Connection String
===========================================================

Data Source=develop;User ID=GROSSNICKB;Initial Catalog=;Provider=IBMDA400.DataSource.1;

dtsx
====

<DTS:Property DTS:Name="DelayValidation">0</DTS:Property>
<DTS:Property DTS:Name="ObjectName">DB2Source</DTS:Property>
<DTS:Property DTS:Name="DTSID">{817C7D72-C2CC-49B2-8B6A-064DCC531999}</DTS:Property>
<DTS:Property DTS:Name="Description"></DTS:Property>
<DTS:Property DTS:Name="CreationName">OLEDB</DTS:Property><DTS:ObjectData><DTS:ConnectionManager>
<DTS:Property DTS:Name="Retain">0</DTS:Property>
<DTS:Property DTS:Name="ConnectionString">Data Source=develop;User ID=THEBRENDA;Provider=IBMDA400.DataSource.1;Persist Security Info=False;SSL=TRUE;</DTS:Property></DTS:ConnectionManager></DTS:ObjectData></DTS:ConnectionManager>

=False;SSL=TRUE;</DTS:Property></DTS:ConnectionManager></DTS:ObjectData></DTS:ConnectionManager>


Viewing all articles
Browse latest Browse all 24688

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>