Type Exception: Column data type DT_R8 is not supported by the PipelineBuffer class. at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.HandleUserException(Exception e) at Microsoft.SqlServer.Dts.Pipeline.ScriptComponentHost.ProcessInput(Int32 inputID,
PipelineBuffer buffer) at Microsoft.SqlServer.Dts.Pipeline.ManagedComponentHost.HostProcessInput(IDTSManagedComponentWrapper100 wrapper, Int32 inputID, IDTSBuffer100 pDTSBuffer, IntPtr bufferWirePacket)
while executing single task its working finely, and if i put debugging point and run all the package also it is working finely, but without debugging point package is throwing run time script error .. and i have handled all the run time error by using try catch block.
thanks in advance!
while executing single task its working finely, and if i put debugging point and run all the package also it is working finely, but without debugging point package is throwing run time script error .. and i have handled all the run time error by using try catch block.
thanks in advance!