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

Error : IDTSDesigntimeComponent100.AcquireConnections HRESULT: 0xC020801C during SSIS pkg creation

$
0
0

USING:

 - x64 
 - Windows server 2012 
 - SQL 2014 Enterprise Installation 
 - Visual Studio 2012 
 - SSDT for VS 2013

When I open a precreated package with same connection in SSDT for VS 2013 on same machine, I can open the connection and connect to the VFP source and I can preview the data.

However, building an SSIS package using the DTS components in VS 2012. This package has a FoxPro connection manager and with an OLDEDB datasource: DTSAdapter.OleDbSource.4

The Visual Fox Pro Driver needed does not come in x64 bit: VFPOLEDB.1

The errors I get:

    IDTSComponentMetaData100 component = CreateComponent(pipeline, DataFlowConstant.ComponentID.OLEDBSource);

The error:

    CManagedComponentWrapper componentWrapper = component.Instantiate();

After running that line of code the object has this error in it, but it doesn't throw:

Element not found. (Exception from HRESULT: 0x8002802B (TYPE_E_ELEMENTNOTFOUND))


Then when this line is called:

     componentWrapper.AcquireConnections(null);

This error is thrown:
- Exception from HRESULT: 0xC020801C
- DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

                               

Viewing all articles
Browse latest Browse all 24688

Trending Articles



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