I get the following error (see below) when trying to use SAS Local Data Provider 9.2 to configure OLE DB Source in SSIS 2008 SP1. This OLEDB provider works fine with SSIS 2005. The error occurs as soon as I try to view columns after setting up connection manager. Any suggestions how to fix it?
===================================
Error at Data Flow Task [OLE DB Source [58]]: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E21.
(Microsoft Visual Studio)
===================================
Exception from HRESULT: 0xC0202009 (Microsoft.SqlServer.DTSPipelineWrap)
------------------------------
Program Location:
at Microsoft.SqlServer.Dts.Pipeline.Wrapper.CManagedComponentWrapperClass.ReinitializeMetaData()
at Microsoft.DataTransformationServices.DataFlowUI.DataFlowComponentUI.ReinitializeMetadata()
at Microsoft.DataTransformationServices.DataFlowUI.DataFlowAdapterUI.SaveConnectionPage(ConnectionAttributesEventArgs args)