简体   繁体   English

SSIS条件拆分-操作失败

[英]SSIS Conditional Split - Operation Failure

I wanted to learn the conditional split in SSIS. 我想学习SSIS中的条件拆分。 Therefore, I took the first 100 IDs from a column and wanted to split them into two groups: Small_ids: all IDs < 50 Big_ids: all IDSs >= 50 因此,我从一列中获取了前100个ID,并希望将它们分为两组:Small_id:所有ID <50 Big_id:所有IDS> = 50

However, I am getting this error message when I want to connect to the output source: 但是,当我想连接到输出源时,收到此错误消息:

条件拆分操作失败

Does anybody know how to fix this issue? 有人知道如何解决此问题吗?

Thank you! 谢谢!

I would only have 1 test: ID < 50 我只有1个测试:ID <50

the rest would be default output which you can rename to BIG. 其余的将是默认输出,您可以将其重命名为BIG。

You really haven't given enough information to solve your real problem though. 您确实没有提供足够的信息来解决您的实际问题。

Is the source configured with a SQL statement? 源配置了SQL语句吗? The error is an error where no metadata is present. 该错误是没有元数据存在的错误。

Also, please try not to use pictures and when you do you should take the pertinent information out of the image and put in text. 另外,请尽量不要使用图片,并且在执行操作时,应从图像中取出相关信息并放入文本中。 You will open up your answer pool to a greater audience as there are a few that can't see image links from work computer. 您将向更多的听众开放答案池,因为其中有一些看不到来自工作计算机的图像链接。

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

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