2012-06-07 41 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