對SSIS包進行了一些修改,我似乎無法弄清楚什麼是錯誤的。涉及執行其中一個包的SQL服務器代理作業在幾天前運行良好。我看到的錯誤是這樣......SQL Server代理錯誤 - 未找到連接「DatabaseName」?
Executed as user: domainname\serviceaccount. ... for 32-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 4:47:33 PM Error: 2010-07-07 16:47:34.09 Code: 0xC001000E Source: PackageNAME Description: The connection "DB.NAME" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error Warning: 2010-07-07 16:47:34.09 Code: 0x8001F02F Source: PackageNAME Description: Cannot resolve a package path to an object in the package ".Connections[DB.NAME].Properties[ConnectionString]". Verify that the package path is valid. End Warning Warning: 2010-07-07 16:47:34.09 Code: 0x80012017 Source: PackageNAME Description: The package path referenced an object that cannot be found: "\Package.Connections[DB.NAME].Properties[ConnectionString]". This occurs when an attempt is made to resolve a package ... The package executed successf... The step succeeded.
我沒有得到任何提醒,因爲最後一行建議的工作出現錯誤,步驟成功。正因爲如此,這項工作幾天沒有「正常」運行,而我正在摸索着可能會出現什麼問題。有沒有人看過這個錯誤?