无法将错误输出投射到 SSIS 插入任务上

发布于 2024-11-19 03:00:22 字数 337 浏览 0 评论 0原文

我们正在做一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文