我對SSIS編程很陌生,在部署SSIS包時遇到了一些問題。包中找不到SSIS連接
這個包正常運行我的電腦上,確實需要做的一切......但是當我部署它無法找到連接字符串。
以下是錯誤:
Code: 0xC001000E Source: Description: The connection "{DA7CD38D-F6AA-4B06-8014-58BEE5684364}" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error
Error: 2012-08-09 00:21:06.25 Code: 0xC001000E Source: Package Description: The connection "{DA7CD38D-F6AA-4B06-8014-58BEE5684364}" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error
Error: 2012-08-09 00:21:06.25 Code: 0xC001000E Source: Package Description: The connection "{DA7CD38D-F6AA-4B06-8014-58BEE5684364}" is not found. This error is thrown by Connections collection when the specific connection element is not found. End Error
Error: 2012-08-09 00:21:06.25 Code: 0xC00291EB Source: Execute SQL Task Execute SQL Task Description: Connection manager "{DA7CD38D-F6AA-4B06-8014-58BEE5684364}" does not exist. End Error
Error: 2012-08-09 00:21:06.25 Code: 0xC0024107 Source: Execute SQL Task Description: There were errors during task validation. End Error DTExec: The package execution returned DTSER_FAILURE (1). Started: 00:21:04 Finished: 00:21:06 Elapsed: 1.888 seconds. The package execution failed. The step failed.
你能告訴我如何到達嗎?我打開之前(刪除爪子,因此它不會解碼包)之前嘗試,但我找不到連接,我尋找dts:連接,但沒有。我會再試一次,但是你能否告訴我,我是否在做一些事情。感謝您的幫助提前:) – Schewns 2012-08-09 08:38:10
和我也試圖創建一個包只與一個簡單的SQL任務,將一個字段從1更改爲0,它給了我同樣的錯誤:( – Schewns 2012-08-09 08:40:24
R你運行包BIDS或使用SQL代理?您是否使用XML配置將連接字符串傳遞給包? – praveen 2012-08-09 13:49:03