2012-06-07 40 views
0

我在SQL Server BIDS工作,我不断收到错误:的SQL Server BIDS最大错误计数

Error Code: 0x80019002

BIDS tells me I have reached the maximum amount of errors, but it never tells me what the errors are... How do I find out what the errors are?

到目前为止,我所有的项目包括被读取Excel源,从Unicode数据转换到非-unicode字符串,然后是OLE数据库目标。

下面是更多的调试输出:

Progress: 2012-06-07 13:06:42.29
Source: Data Flow Task
Post Execute: 66% complete End Progress Log:
Name: OnInformation
Computer: SWDBD002
Operator: CORP\001196

Source Name: Data Flow Task
Source GUID: {AF22FA9B-1C72-40A9-A7EE-4EAB797CCBF9}
Execution GUID: {50B03BA7-39B5-4FC6-A613-C5BB9BF9138F}
Message: The final commit for the data insertion in "component "OLE DB Dest ination" (131)" has started.

Start Time: 2012-06-07 13:06:42
End Time: 2012-06-07 13:06:42 End Log
Log:
Name: OnInformation
Computer: SWDBD002
Operator: CORP\001196
Source Name: cost
Source GUID: {3996EE76-2D8B-4B92-A94B-29786A0A0C10}
Execution GUID: {50B03BA7-39B5-4FC6-A613-C5BB9BF9138F}
Message: The final commit for the data insertion in "component "OLE DB Dest ination" (131)" has started.

Start Time: 2012-06-07 13:06:42
End Time: 2012-06-07 13:06:42 End Log
Log:
Name: Diagnostic
Computer: SWDBD002
Operator: CORP\001196
Source Name: "OLE DB Destination" (131)
Source GUID: {00000083-0000-0000-0000-000000000000}
Execution GUID: {50B03BA7-39B5-4FC6-A613-C5BB9BF9138F}
Message: ExternalRequest_pre: The object is ready to make the following external request: 'IRowsetFastLoad::Commit'.
Start Time: 2012-06-07 13:06:42
End Time: 2012-06-07 13:06:42 End Log

让我知道如果你需要更多的信息。

谢谢!

+0

您是否阅读过调试信息的所有行。在显示错误代码的行之前/之后应该有另一行。你能发布整个调试输出吗? – rvphx

+0

如果需要,我会添加更多的调试输出,但是我的输出很长。希望这可以帮助。 – CodeKingPlusPlus

+0

我猜你有多个转换。如果你密切关注你的调试输出,那么错误将局限于一个单独的转换/组件(可视提示:你会在调试语句的左边找到一个感叹号,如果你能找到它们,请发布这3-4行) 。 – rvphx

回答

1

看看附加的图像。您应该能够在BIDS的“执行结果”选项卡中找到类似信息。errorImage