I have SQL Server Integration services 10.0(SQL
Server 2008r2)and 11.0(SQL
Server 2012) running. We are executing SSIS packageusing ASP.NET Webforms. Executing fine,no issues. But the problemis,
whenever we uninstall 2008r2, it's not working and getting some error below:
System.Exception:
Error in Personnel conversion process The requested OLE DB provider isnot registered.If the 32-bit driverisnot installed, run the packagein 64-bit mode. Errorcode: 0x00000000.
An OLE DB record
is available.
Source:"Microsoft OLE DB Service Components"
Hresult: 0x80040154 Description:"Class not registered".
System.Exception:
Error in Personnel conversion process The requested OLE DB provider isnot registered.If the 32-bit driverisnot installed, run the packagein 64-bit mode. Errorcode: 0x00000000.
An OLE DB record
is available.
Source:"Microsoft OLE DB Service Components"
Hresult: 0x80040154 Description:"Class not registered".
Failed
to acquire connection "XXXX". Connection maynot be configured correctly
or you may not have the
rightpermissions
on this connection.
whenever we uninstall 2012, it's not working and getting some error below:
System.IO.FileLoadException: Could not load file or assembly 'Microsoft.SqlServer.DTSRuntimeWrap,Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
or one of its dependencies. The located assembly's manifest
definition does not match the
assembly reference.(Exception fromHRESULT: 0x80131040)
Filename:'Microsoft.SqlServer.DTSRuntimeWrap, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'
at Microsoft.SqlServer.Dts.Runtime.Application..ctor()
at KPI.Phoenix.GEO.SSISExecuter.ExecuteDTS(String
dtsPackagepath, String dtsPackageName, String templateFolderpath)
at KPI.Phoenix.GEO.ImportExportExcel.ProcessInsertion(DataSet&
objDS, Int32 iJurisID, String strType, Int32& totalcount, String MappingType,
Boolean _validateFlag)
WRN:Assemblybinding loggingis turned OFF.
Toenableassembly bind failure logging,set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog](DWORD)
to 1.
Note: Thereissome performance penalty associatedwithassembly bind failure logging.
To turn this featureoff,
remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
I want to run the SSIS Package using ASP.NET Webforms.
It would be greatly appreciated your help me in resolving this.
Thanks
Lak's