Hi,
I designed a package in my BIDS, executed it and it worked fine.
However, when I tried to import the package on my server which is running SQL Server 2008 R2, the following error occurred.
TITLE: Import Package------------------------------
Exception from HRESULT: 0xC0010026 (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
ADDITIONAL INFORMATION:
Exception from HRESULT: 0xC0010026 (Microsoft.SqlServer.DTSRuntimeWrap)
------------------------------
BUTTONS:
OK
------------------------------
After some troubleshooting, I realized that as long as I have a Script Task in my package, the above error would occur during the import.
For example, I started with a new package, added a For Each Loop Container (arbitrarily), saved the package, and successfully imported it on the server. However, I modified the package to add a Script Task, not modifying the task in any way, saved it, tried to import it on the server, and the above error would occur.
Does this have to do with my BIDS running on 32-bit and the SSIS is running on 64-bit? If so, what should I look out for?
Thanks.
Best regards,
Jude.