简体   繁体   English

SSIS 条件拆分错误 Output 未将任何数据写入表

[英]SSIS Conditional Split Error Output not writing any data to table

I have created this simple SSIS package:我创建了这个简单的 SSIS package: img1 This is my conditional split:这是我的条件拆分: img2
This is the Configure Error Output:这是配置错误 Output: img3 I am getting this error when running:运行时出现此错误:

[ErrorTable [52]] Warning: Rows sent to the error output(s) will be lost. [ErrorTable [52]] 警告:发送到错误输出的行将丢失。 Add new data flow transformations or destinations to receive error rows, or reconfigure the component to stop redirecting rows to the error output(s).添加新的数据流转换或目标以接收错误行,或重新配置组件以停止将行重定向到错误输出。

Before I got this error it was creating the error table but did not write any rows so I changed it to redirect row and now have this error.在出现此错误之前,它正在创建错误表但未写入任何行,因此我将其更改为重定向行,现在出现此错误。 I'd be grateful for any help.如果有任何帮助,我将不胜感激。

I just ran into the same issue and think I found the answer.我刚遇到同样的问题,我想我找到了答案。

The output from your conditional split should not be the red "Error" path, but another output path (blue) to the "Error" file.条件拆分中的 output 不应是红色的“错误”路径,而应是“错误”文件的另一个 output 路径(蓝色)。

I kept expecting the red path to output the data from the conditional split, but it didn't because there actually weren't any errors.我一直期待条件拆分中的数据到 output 的红色路径,但事实并非如此,因为实际上没有任何错误。

I'm learning here, but I'm guessing the red "error" path is for actual data issues and not the conditional split functions.我在这里学习,但我猜红色的“错误”路径是针对实际数据问题而不是条件拆分函数。

Hope that helps!希望有帮助! I

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM