버전 비교

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

"MSSQL을 설치한 뒤, 매직인포 사용을 위한 설정 시"

단계별 안내

MSSQL 설치 후 설정:

...

Sv translation
languageko_KR

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

MS-SQL 설정


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

  1. SQL Server Configuration Manager 진입

...

  1. Image Added

...


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

...

  1. Image Added

    Image Added
  2. Named

...

  1. Pipes 항목을 Enable로 설정

...

  1. Image Added

  2. 서비스 재시작

...

  1. Image Added

매직인포 서버의 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]]

...

오류:

  1. Image Added
  2. 매직인포 서버의 서비스 재시작

예외 상황 대처


Can't find MSSQL DB 에러

...

발생시 대처 요령

Image Added

  1.  MSSQL 최초 설치 시 Named instance 와 Instance ID를 바꾸지 않았는지 확인합니다. 
    Image Added
  2.  regedit을 실행하여 Microsoft SQL Server > Instance Names > SQL에서 MSSQL 최초 설치

...

  1. 시의  디폴트 이름을

...

  1. 확인 할 수 있습니다.
    MSSQLSERVER 혹은 SQLEXPRESS 키가 있어야 MS SQL를 인식 할 수 있습니다.  
    Image Added


  2.  만약 이미 설치 후라면 새로 설치

...

관련 문서

레이블별 문서
showLabelsfalse
max5
spacesMISDEV
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "MISDEV"
labelskb-how-to-article

  1. 하시거나 해당 레지스트리에 위 설치된 MSSQL Version을 매핑하여 키값을 추가해주세요. 




페이지 속성
hiddentrue
관련 이슈
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 
    Image Added

  2. Network Configuration > TCP/IP Port configuration
    Image Added

    Image Added

  3. Set "Enabled" for Named Pipes
    Image Added

  4. Restart Service
    Image Added

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]]
    Image Added
  2. Restart the MagicINFO Server service

Exception Handling


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

  1. Check whether default name of MS-SQL initial installation is changed 
    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.