顯示具有 SQL Server 2014 標籤的文章。 顯示所有文章
顯示具有 SQL Server 2014 標籤的文章。 顯示所有文章

2015年8月27日 星期四

[SSIS][Error]ADO NET Source: Object reference not set to an instance of an object.

Description: System.NullReferenceException: Object reference not set to an instance of an object.  
Description: ADO NET Source failed the pre-execute phase and returned error code 0x80004003.


        突然有天,運行數月的SSIS排程失敗了,這SSIS主要是從MySQL匯入資料到SQL Server上,錯誤訊息如上,用的是MySQL ODBC Provider

        為什會有NullReferenceException的異常讓我百思不解?最後研究發現應該是網路的問題,詢問網管後才得知,公司前一天有被DDOS攻擊,防火牆有做調整,造成大資料量的傳輸會被封鎖,小資料量的傳輸就都沒有問題,DB間使用的網段加入白名單就解了,很瞎吧

     

2015年5月28日 星期四

[SSMS][SSIS]Connecting to the Integration Services service on the computer "localhost" failed with the following error: "Access is denied."

        環境是Win 2012 R2與SQL 2014,以管理者身分登入Local端後,用SSMS連SSIS時發生如下錯誤

        Grant Permissions to Integration Services Servic這篇沒用,因為已經是管理者了
     
        結果又是用右鍵Run as administrator執行SSMS就可以解了,UAC好麻煩