When I run the BA configurator, I am getting an error message when it tries to create SSIS Package (Part 1):
SsisError1
Exception from HRESULT:0xC0048021
I have a Vista PC with SQL Seerver 2005 SP2 and SQL Server 2008 SP1 as an instance.
My research indicated that a bad SQL Server 2008 install could cause the problem - I fixed that.
I also re-registered the dll:
regsvr32 "%ProgramFiles%\Microsoft SQL Server\90\dts\binn\dts.dll"
I am still getting the same error.
We do have the product successfully installed on our Windows 2003 Server that only has SQL Server 2005 installed.
The actual error code means (msdn source):
The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "__".
Anybody know what I need to fix?
0