MSSQLServer 上討厭的錯誤error: 40 - Could not open a connection to SQL Server
錯誤資訊:error: 40 - Could not open a connection to SQL Server ....
產生的原因是:
連線字串有問題,我的原來是:
Server=10.18.100.5;UID=sa;Password=111;Initial Catalog=nbpm;Data Source=.
改成:
Server=10.18.100.5;UID=sa;Password=111;Initial Catalog=nbpm;Data Source=10.18.100.5
就好了
[@more@]error: 40 - Could not open a connection to SQL Serv
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/5859/viewspace-905339/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 記錄redis佇列read error on connection to錯誤Redis佇列Error
- ascp: Failed to open TCP connection for SSH, exiting. Session Stop (Error: Failed to open TCP connection for SSH)AITCPSessionError
- HTTP 錯誤 500.19- Internal Server Error 錯誤解決方法HTTPServerError
- psql: error: could not connect to server: No such file or directorySQLErrorServer
- Sql Server對等複製中將截斷字串或二進位制資料。 (源: MSSQLServer,錯誤號: 8152)SQLServer字串
- iOS-拉outlet到程式碼區錯誤:Could not insert new outlet connection: Could not find any...iOS
- 錯誤內容:You have an error in your SQL syntax; check the manual that corresponds to your MySQL serverErrorMySqlServer
- 執行SQL發生錯誤!錯誤:disk I/O errorSQLError
- MySQL報錯ERROR 2013 (HY000): Lost connection to MySQL server during queryMySqlErrorServer
- HTTP 錯誤 500.21 - Internal Server Error 解決方案HTTPServerError
- HTTP 錯誤 500.19 - Internal Server Error v4.0.30319HTTPServerError
- yarn install 遇到的錯誤訊息 - Error EPERM operation not permitted, open .yarnrcYarnErrorMIT
- SQL Server DACPAC資料庫部署錯誤SQLServer資料庫
- Microsoft SQL Server, Error: 15128 ()ROSSQLServerError
- 錯誤Error during artifact deployment. See server log for details.ErrorServerAI
- mysqldump: Error 2013: Lost connection to MySQL server during query when dumpingMySqlErrorServer
- sql server資料庫附加錯誤的解決過程SQLServer資料庫
- PBOOTCMS網站程式提示“執行SQL發生錯誤!錯誤:DISK I/O ERROR”boot網站SQLError
- Connection could not be established with host 求救
- Sql Server深入的探討鎖機制SQLServer
- SSH出現Connection refused錯誤
- Kettle: pentaho-server-ce-9.4 : ERROR [SchemaUpdate] could not get database metadataServerErrorDatabase
- ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization paErrorMySqlServer
- MySQL error 錯 誤 碼MySqlError
- PostgreSQL error 錯誤碼SQLError
- Error page: / Error infos: DedeCms錯誤警告Error
- cmake報錯CMake Error: Could not find CMAKE_ROOTError
- 執行flutter run命令報錯::ERROR: Could not connect to lockdownd, error code -17FlutterError
- Sqoop從Oracle抽數錯:IO Error: Connection resetOOPOracleError
- 網站報錯:“Database Server Error”網站DatabaseServerError
- mac scrcpy 報錯 does not exist or is not a regular file,ERROR: Server connection failed(scrcpy mac與極空間衝突)MacErrorServerAI
- Springboot中配置動態sql查詢出現的錯誤syntax error, expect ‘)‘Spring BootSQLError
- 一種SYBASE資料庫錯誤DBSQL_SQL_ERROR的解決方式資料庫SQLError
- Error Curves——錯誤曲線Error
- 2150: 令人討厭的手機號
- 《被討厭的勇氣》總結
- DUMP-CX_SY_OPEN_SQL_DB-DBSQL_DUPLICATE_KEY_ERRORSQLError
- Go:錯誤 could not launch process: EOF 解決Go
- 如何處理WordPress網站提示“建立資料庫連線時出錯”或“Error establishing a database connection”錯誤網站資料庫ErrorDatabase