버전 비교

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

이 문서는 MS-SQL 설치 후 매직인포 서버를 위해 설정해야 하는 내용들을 다룹니다. 

MS-SQL 설정


SQL Server Configuration Manager를 실행하여 아래와 같이 설정합니다. 

  1. SQL Server Configuration Manager 진입


  2. 네트워크 설정 > TCP 포트 설정


  3. Named Pipes 항목을 Enable로 설정


  4. 서비스 재시작

매직인포 서버의 config.properties 파일에서 MS-SQL 경로를 설정한다.

  1. MSSQL 경로 설정 (https://docs.microsoft.com/en-us/sql/connect/jdbc/building-the-connection-url?view=sql-server-ver15)
    기본 형식:  jdbc:sqlserver://[serverName[\instanceName][:portNumber]][;property=value[;property=value]]
  2. 매직인포 서버의 서비스 재시작

예외 상황 대처


Can't find MSSQL DB 에러 발생시 대처 요령

  1.  MSSQL 최초 설치 시 Named instance 와 Instance ID를 바꾸지 않았는지 확인합니다. 
  2.  regedit을 실행하여 Microsoft SQL Server > Instance Names > SQL에서 MSSQL 최초 설치 시의  디폴트 이름을 확인 할 수 있습니다.
    MSSQLSERVER 혹은 SQLEXPRESS 키가 있어야 MS SQL를 인식 할 수 있습니다.  



  3.  만약 이미 설치 후라면 새로 설치 하시거나 해당 레지스트리에 위 설치된 MSSQL Version을 매핑하여 키값을 추가해주세요. 




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.