브랜드

Impact-Company-Logo-English Black-01-177x54

슈나이더 일렉트릭 코리아 웹사이트에 방문해 주셔서 감사합니다.

슈나이더 일렉트릭 코리아 웹사이트 방문자 분들 모두 환영합니다.
		
오늘 무엇을 도와드릴까요?
ENM8.2 installer fails on step "Backing up previous historical data" with error "data backup failed"
Issue
When upgrading from an earlier version of ENM to ENM8.2 the installer fails on step "Backing up previous historical data" with error "data backup failed". On troubleshooting the log we see an error
"SQL Server blocked access to procedure 'sys.xp_cmdshell' of component 'xp_cmdshell' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'xp_cmdshell' by using sp_configure. For more information about enabling 'xp_cmdshell', see "Surface Area Configuration" in SQL Server Books Online"


Product Line
Event Notification Module (ENM) V8.2

Environment
Upgrade to ENM8.2 from ENM7.1 or ENM8.0

Cause
As the error states "xp_cmdshell" has been turned off as part of SQL server security configuration

Resolution
To resolve the issue, log in into SQL server management studio with sysadmin privileges. Open a new query window and run the below query:

-- show advanced options
EXEC sp_configure 'show advanced options', 1
GO RECONFIGURE GO
-- enable xp_cmdshell
EXEC sp_configure 'xp_cmdshell', 1
GO RECONFIGURE GO
-- hide advanced options
EXEC sp_configure 'show advanced options', 0
GO RECONFIGURE GO

Once the query has run successfully, close out of SQL server management studio and rerun the installer.


슈나이더 일렉트릭 Korea

자세히 알아보기
제품군
자세히 알아보기
제품군

도움이 필요하신가요?

  • 제품 선택기

    애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.

  • 견적 받기

    영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.

  • 구매처

    해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.

  • 지원 센터

    한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.

  • 제품 문서
  • 소프트웨어 다운로드
  • 제품 선택기
  • 제품 대체 및 교체
  • 지원 및 연락처 센터
  • 영업소 검색
  • 견적 받기
  • 채용
  • 회사 소개
  • 부정 행위 보고
  • 접근성
  • 뉴스룸
  • 투자자
  • Ecostruxure
  • 작업 검색
  • 블로그
  • 개인정보 취급방침
  • 쿠키 공지
  • 사용 약관
  • Change your cookie settings