无法将错误输出投射到 SSIS 插入任务上
我们正在做一个 SSIS 包来进行一些数据传输并将其插入表中(SQL SERVER 2008)。其中一行失败,我们希望通过重定向错误输出来记录问题。到目前为止,一切都很好。 问题是它不允许我们将其中一列(DT_I4)转换为字符串(DT_STR 或 DT_WSTR)。 我们每次都会遇到这个错误:
[Log History Write Error [338]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR
有趣的是,如果我们将目标元素更改为快速加载,我们实际上能够将错误输出转换为字符串。 有人知道这是为什么吗?
We are doing a SSIS package to do some data transfer and insert it in a table (SQL SERVER 2008). It fails for one of the row and we want to log the issue by redirecting the error output. So far so good.
The problem is it won't let us cast one of the column, a DT_I4, to a string (DT_STR or DT_WSTR).
We get this error everytime :
[Log History Write Error [338]] Error: SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR
The funny part is, if we change our destination element to a fast-load, we are actually able to cast the error output to a string.
Would anybody know why is that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论