Click here to Skip to main content
15,896,154 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using Script component in SSIS Package to get error Output.As of now, I am getting only the first Error column in a row.I want to get all the error column(i.e more than One column) in a row. Please provide the necessary solutions that i have to follow to get all the error column in a particular row.

Thanks & Regards,
Ramesh
Posted
Updated 22-May-12 19:47pm
v2
Comments
Maciej Los 24-May-12 17:21pm    
Not clear...

1 solution

Take a look at this one, hope this will help you.

http://msdn.microsoft.com/en-us/library/ms345159.aspx[^]

I think solution will be
1.set its SynchronousInputID value to the ID of the input
2.Row.DirectRowToMyErrorOutput();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900