Hello,
I'm trying to connect a DQS Component since SSIS to DQS Server, but appear an error when i execute the package:
[Limpieza de DQS [99]] Error: System.Runtime.InteropServices.COMException (0xC0010009): Exception from HRESULT: 0xC0010009
at Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSOutputColumnCollection100.get_Item(Object Index)
at Microsoft.Ssdqs.Component.DataCorrection.Logic.DataCorrectionComponent.ValidateRecordLevelOutputColumns(IDTSOutput100 output, List`1 unvalidatedOutputColumns)
at Microsoft.Ssdqs.Component.DataCorrection.Logic.DataCorrectionComponent.ValidateComponentColumns()
at Microsoft.Ssdqs.Component.DataCorrection.Logic.DataCorrectionComponent.Validate()
at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostValidate(IDTSManagedComponentWrapper100 wrapper)