標籤:sql server 2012 reporting service error 40
在現有的SQL server 2012 SP1資料庫上啟用reporting services功能後,發現無法配置報表資料庫,如報錯。
provider:具名管道提供者 error:40-無法開啟到SQL server的串連
650) this.width=650;" title="image" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px;" border="0" alt="image" src="http://s3.51cto.com/wyfs02/M02/7E/FC/wKioL1cPOOCAVgCoAALpZKnTmzM371.png" height="412" />
解決方案:
需要開啟SQL server組態管理員,找到SQL server網路設定,找到執行個體項目的TCP/IP協議,把靜態連接埠修改為1433,。
650) this.width=650;" title="96e4c80fdf0843d596fae3926eaeeffb" style="border-top:0px;border-right:0px;background-image:none;border-bottom:0px;padding-top:0px;padding-left:0px;border-left:0px;padding-right:0px;" border="0" alt="96e4c80fdf0843d596fae3926eaeeffb" src="http://s3.51cto.com/wyfs02/M00/7E/FC/wKioL1cPOOGSN8oAAAC8PiPHfUg408.jpg" height="484" />
然後就可以正常串連到SQL server配置報表資料庫了。
本文出自 “曾垂鑫的技術專欄” 部落格,謝絕轉載!
Tips:SQL server 2012報表伺服器error 40報錯