I had a requirement to upgrade SQL server client from 2008 R2 to SQL server 2017. Previously i used SSIS packages build with SQL server 2008 R2, while upgrading the server i am facing connectivity issue when calling the package from asp.net application.
steps undertaken in upgrading the package to work with SQL server 2017.
I have opened the package solution file in SSDT 2017 and upgraded it to latest version.
I have changed the native client OLEDB provider to “SQLNCLI11.1” in the connection string.
Also i have added the below mentioned assembly packages in application “web.config”
<add assembly="Microsoft.SqlServer.ManagedDTS, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/> <add assembly="Microsoft.SqlServer.DTSRuntimeWrap, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91"/>
I are getting the following error when tried to call the package from asp.net application.
Failure The component metadata for "Date and Rec Count Setter, clsid {33D831DE-5DCF-48F0-B431-4D327B9E785D}" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.