- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我的源是 TXT 平面文件源,目标是 OLE DB 类型。 (见图)
我发现了一个非常basic tutorial on Code Project创建一个包。我完成了这些步骤,但是在调试时出现了一个奇怪的错误(如下):
有人可以解释一下这个错误吗?我花了几个小时在网上搜索错误。
SSIS package"C:\Users\USRNAME\Desktop\Projects\DataGeneratorSsis\DataGeneratorSsis\Package.dtsx"starting. Information: 0x4004300A at Data Flow Task, SSIS.Pipeline:Validation phase is beginning. Information: 0x4004300A at Data FlowTask, SSIS.Pipeline: Validation phase is beginning. Warning:0x80047076 at Data Flow Task, SSIS.Pipeline: The output column"intApplication" (7) on output "Flat File Source Output" (6) andcomponent "Flat File Source" (2) is not subsequently used in the DataFlow task. Removing this unused output column can increase Data Flowtask performance. Information: 0x40043006 at Data Flow Task,SSIS.Pipeline: Prepare for Execute phase is beginning. Information:0x40043007 at Data Flow Task, SSIS.Pipeline: Pre-Execute phase isbeginning. Information: 0x402090DC at Data Flow Task, Flat File Source2: The processing of file "C:\Users\USRNAME\Desktop\ddd.txt" hasstarted. Information: 0x4004300C at Data Flow Task, SSIS.Pipeline:Execute phase is beginning. Information: 0x402090DE at Data Flow Task,Flat File Source 2: The total number of data rows processed for file"C:\Users\USRNAME\Desktop\ddd.txt" is 2. Error: 0xC0202009 at DataFlow Task, OLE DB Destination [43]: SSIS Error Code DTS_E_OLEDBERROR.An OLE DB error has occurred. Error code: 0x80040E21. An OLE DB recordis available. Source: "Microsoft SQL Server Native Client 11.0"Hresult: 0x80040E21 Description: "Multiple-step OLE DB operationgenerated errors. Check each OLE DB status value, if available. Nowork was done.". Error: 0xC020901C at Data Flow Task, OLE DBDestination [43]: There was an error with OLE DBDestination.Inputs[OLE DB Destination Input].Columns[AppID] on OLE DBDestination.Inputs[OLE DB Destination Input]. The column statusreturned was: "The value could not be converted because of a potentialloss of data.". Error: 0xC0209029 at Data Flow Task, OLE DBDestination [43]: SSIS Error CodeDTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "OLE DBDestination.Inputs[OLE DB Destination Input]" failed because errorcode 0xC0209077 occurred, and the error row disposition on "OLE DBDestination.Inputs[OLE DB Destination Input]" specifies failure onerror. An error occurred on the specified object of the specifiedcomponent. There may be error messages posted before this with moreinformation about the failure. Error: 0xC0047022 at Data Flow Task,SSIS.Pipeline: SSIS Error Code DTS_E_PROCESSINPUTFAILED. TheProcessInput method on component "OLE DB Destination" (43) failed witherror code 0xC0209029 while processing input "OLE DB DestinationInput" (56). The identified component returned an error from theProcessInput method. The error is specific to the component, but theerror is fatal and will cause the Data Flow task to stop running.There may be error messages posted before this with more informationabout the failure. Information: 0x40043008 at Data Flow Task,SSIS.Pipeline: Post Execute phase is beginning. Information:0x402090DD at Data Flow Task, Flat File Source 2: The processing offile "C:\Users\USRNAME\Desktop\ddd.txt" has ended. Information:0x4004300B at Data Flow Task, SSIS.Pipeline: "OLE DB Destination"wrote 0 rows. Information: 0x40043009 at Data Flow Task,SSIS.Pipeline: Cleanup phase is beginning. Task failed: Data Flow TaskWarning: 0x80019002 at Package: SSIS Warning CodeDTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, butthe number of errors raised (4) reached the maximum allowed (1);resulting in failure. This occurs when the number of errors reachesthe number specified in MaximumErrorCount. Change theMaximumErrorCount or fix the errors. SSIS package"C:\Users\USRNAME\Desktop\Projects\DataGeneratorSsis\DataGeneratorSsis\Package.dtsx"finished: Failure.
相关错误信息
There was an error with OLE DB Destination.Inputs[OLE DB Destination Input].Columns[AppID] on OLE DB Destination.Inputs[OLE DB Destination Input]. The column status returned was: "The value could not be converted because of a potential loss of data."
最佳答案
之所以发生此错误,是因为源中的 AppID 列值对于目标中的 AppID 列无效。
一些可能的例子:
SSIS 由元数据控制,它希望您正确设置输入和输出,以便两者的可接受值在同一范围内。
关于ssis - 错误 : 0xC0202009 at Data Flow Task, OLE DB 目标 [43] : SSIS Error Code DTS_E_OLEDBERROR. 发生 OLE DB 错误。错误代码:0x80040E21,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19093339/
我有一些自定义控制流和数据流任务未显示在 SSIS 工具箱中。当我在 SSDT 中打开包含自定义任务的包时,加载该包时出现几个错误。 加载 MyModuleTemplate1.dtsx 时出错:由于错
我有一个现有的 SSIS 包 (load1),它将数据从一台服务器 (srv1) 加载到我的服务器 (srv2)。在我可以运行 load1 之前,还有 2 个其他负载需要在 srv1 上运行,然后 l
我有点困惑 async方法是否适用于 SSIS 作业。脚本任务项创建一个面向 .NET Framework 4.5 的 Visual Studio 项目,输出类型为类库。 如果我制作主要方法 publ
有没有一种方法可以在 SSIS 执行期间动态创建目标文件夹而不使用脚本任务,例如。我有代码 123、133、143,如果不存在,我想在下面创建一个文件夹位置 D:\Outbox\ACI\123 D:\
我需要执行 29 个 ssis 包。所以计划创建一个主包来执行所有这些包。我不知道如何实现这一点。能否请您简要解释一下。提前致谢 ! 最佳答案 这篇文章很好地概括了主包的功能,它基本上是一个在控制流中
我有一个像这种格式的字符串。就我而言,我只需要从字符串大小写中提取字符 1)12AB 2)SD12 3)1WE4 输出 1)AB 2)SD 3)WE 我只需要提取字符。我在 SSIS 包的派生列中使用
使用: Windows 7 企业版; Visual Studio Pro 2017 (15.3.5);固态硬盘 15.1 无法让数据查看器在我的 SSIS 包上弹出。我确实做了一些 Google-fu
我可以使用什么模式/通配符来分别获取以下两个文件?目前,我正在使用此模式 CRM#ContractsBillingAccount*.csv 但两个文件名都符合此模式。如何避免? CRM#Contrac
是否可以在脚本任务中将发生的异常重定向到另一个表/日志?如果是这样,该怎么做? 最佳答案 您可以在脚本任务中执行在 vb.net 或 C# 中可以执行的任何操作。但是如果你在一个脚本任务中做了这么多,
我使用 CSV 中的以下内容来测试 SCD。我认为它会识别 LocationID 并在必要时更新记录。但它没有。它只插入新记录。 我正在使用带有 Win 身份验证的 Visual Studio 201
我对 SSIS 事务隔离级别的问题很少。 考虑一个场景:我有一个执行 SQL 任务,它在表 A 中插入数据。这个任务指向一个数据流任务,它读取以前插入到 A 上的数据。我已经启动了分布式事务,如果我在
你好 我正在创建一个需要按指定顺序执行以下操作的 ssis 包: 1:处理一些数据 2:将该数据移动到其他一些表 3:获取一些数据并将其推送到纯文本文件中。 我为这些创建了 3 个存储过程,我为 1
使用SQLServer 2012 Enterprise,在“控制流”选项卡中单击鼠标右键时,在SSIS中看不到“程序包配置向导”。我可以看到所有其他项目(日志,数字签名...)。 以下是有关我的安装的
我有一个 Foreach 容器,其中有一个 执行进程任务 。我有很多 Console.WriteLine() 语句。 图像中突出显示的 3 个图像可用于从 .exe 获取输出。 我在包中声明了一个变量
SSIS 非常擅长处理所有记录都相同的平面文件,但当存在一点复杂性时就不太好了。 我想导入一个与此类似的文件 - Customer: 2344 Name: John Smith Item
当我在 SSIS 包 (ProtectionLevel) 上设置权限并输入 PackagePassword 时,当我在计算机上打开包时,它不会提示我输入密码。 我做错了吗? 最佳答案 你可能没有做错什
关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。 想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。 7年前关闭。 Improve thi
我致力于创建 biml。从中生成 ssis 包。构建 SSIS 项目,然后在服务器上部署 ispac 文件。 但是这些所有手动步骤都可以自动化吗? 我可以使用命令行从 biml 生成 ssis 吗?除
我已经创建了一个 SSIS 包。如果包失败,我需要将事务应用于此包以进行回滚。我发现的是一个属性“TransactionOption”,它应该被赋予“Required”。我对吗 ?并且我已将包的 Tr
我在 Visual Studio 2015 中向 SSIS 添加自定义 SSIS 组件时遇到问题。 我的系统是:Windows 8.1 64 位 Visual Studio 社区 2015 版14.0
我是一名优秀的程序员,十分优秀!