Hi,
Iam using Cozyroc Dynamic CRM destination plug in to "Update" against a Microsoft CRM entity.
I get the following error while running the SSIS package -
"
Error: 0xC002F304 at Sync CRM Dynamics Client Updates, CRM Contact Destination [50]: An error occurred with the following error message: "Microsoft.SqlServer.Dts.Pipeline.DoesNotFitBufferException: The value is too large to fit in the column data area
of the buffer.
at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.SetString(Int32 columnIndex, String value)
at Microsoft.SqlServer.Dts.Pipeline.PipelineBuffer.set_Item(Int32 columnIndex, Object value)
at CozyRoc.SqlServer.SSIS.CrmDestination._HandleResult(PipelineBuffer buffer, IStatus[] resList)
at CozyRoc.SqlServer.SSIS.CrmDestination._SetupData(PipelineBuffer buffer, ArrayList records)
at CozyRoc.SqlServer.SSIS.CrmDestination.ProcessInput(Int32 inputID, PipelineBuffer buffer)".
Error: 0xC02090F9 at Sync CRM Dynamics Client Updates, CRM Contact Destination [50]: The CRM Contact Destination was unable to process the data.
Error: 0xC0047022 at Sync CRM Dynamics Client Updates, SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "CRM Contact Destination" (50) failed with error code 0xC02090F9 while processing input "Dynamics
CRM Destination Input" (62). 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."
There is no way to find out what the specific error is , as it doesn't mention the "failure column" details.
Can someone provide any information in this regard?
Thanks!