getting following error in CDC Splitter
[CDC Splitter [74]] Error: Microsoft.SqlServer.Dts.Pipeline.ColumnIsNullException: The column has a null value.
at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.CheckStatusAndNull(Int32 columnIndex)
at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.GetInt32(Int32 columnIndex)
at Attunity.SqlServer.CDCSplit.CdcSplitterComponent.ProcessInput(Int32 inputId, PipelineBuffer buffer)
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)
[SSIS.Pipeline] Error: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "CDC Splitter" (125) failed with error code 0x80131600 while processing input "Input" (127). The identified component returned
an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.
Error clearly says but not telling column ref. when i checked source CDC table, This column is null, __$end_lsn i do have some other column has NULL but i am not selecting those columns in CDC Source
Any help on this?
Thanks
V