I'm having a problem using CDC in SSIS. I removed a column from a table that we no longer used. However, the column was in the table when CDC was initially enabled. I have disabled and reenabled CDC; dropped an recreated the connection managers in the SSIS package and made sure that the column was no longer part of any table that I was using. I still get the error listed below. Any suggestions?
Error: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040E14.
An OLE DB record is available. Source: "Microsoft SQL Server Native Client 11.0" Hresult: 0x80040E14 Description:
"Invalid column name 'ColumnName'.". (Not actual column name.)
Harold Jackson