脚本组件中的错误输出 [英] Error Output in Script component

查看:78
本文介绍了脚本组件中的错误输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用SSIS包中的脚本组件来获取错误输出.到目前为止,我只获得了行中的第一错误列.我想连续获得所有错误列(即,不止一个列).请提供我必须遵循的必要解决方案,以获取特定行中的所有错误列.

谢谢&问候,
Ramesh

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

推荐答案

看看这个,希望对您有帮助.

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

我认为解决办法是
1.将其SynchronousInputID值设置为输入的ID
2.Row.DirectRowToMyErrorOutput();
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();


这篇关于脚本组件中的错误输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆