버전 비교

  • 이 줄이 추가되었습니다.
  • 이 줄이 삭제되었습니다.
  • 서식이 변경되었습니다.

...

Sv translation
languageen

This document covers how to configure MS-SQL for MagicINFO Server. 

MS-SQL Configuration


Execute the SQL Server Configuration Manager to configure it as follows.

  1. Execute SQL Server Configuration Manager 


  2. Network Configuration > TCP/IP Port configuration




  3. Set "Enabled" for Named Pipes


  4. Restart Service

Set MS-SQL path in config.properties of MagicINFO Server

  1. Set MS-SQL path (https://docs.microsoft.com/en-us/sql/connect/jdbc/building-the-connection-url?view=sql-server-ver15)
    Basic Format:  jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
  2. Restart the MagicINFO Server service

Exception Handling


How to handle the error "Can't find MSSQL DB"

  1. Check whether default name of MS-SQL initial installation is changed Image Removed
    The name of initial installation must be same with Named instance specified in(in) the(ðǝ) default.(difɔ́ːlt) Image Removedchanged 
    Image Added

  2. You can check default instance name in registry editor. Execute regedit, find   Microsoft SQL Server > Instance Names > SQL. 
    Please check whether there is MSSQLSERVER or SQLEXPRESS key. 
    Image Added

  3. If you already installed using another name, please install again using default name or add registry key.