오늘 무엇을 도와드릴까요?

ENM8.2 installer fails on step "Backing up previous historical data" with error "data backup failed"

Issue:

When upgrading from an earlier version of Event Notification Module (ENM) to ENM 8.3.3, the installer fails at the step:

Backing up previous historical data

with the error:

data backup failed

Installer logs show:

 
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.
 



Image
Product Line:

Power Monitoring Expert 7.2

Power Monitoring Expert 8.x

Power Monitoring Expert 9.x

Power Monitoring Expert 2020

Power Monitoring Expert 2021

Power Monitoring Expert 2022

Power Monitoring Expert 2023

Power Monitoring Expert 2024

Event Notification Module (ENM)

Environment:

ENM

SQL

Cause:

The SQL Server feature xp_cmdshell is disabled by default for security reasons. The ENM installer uses xp_cmdshell During the backup process, causing the failure when it is turned off.

Resolution:

Enable xp_cmdshell temporarily, rerun the installer, and then disable it again for security.

Steps to Enable xp_cmdshell

  1. Management Studio** with sysadmin privileges.
  2. Open a New Query window and run:

    -- 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
  3. Close SQL Server Management Studio.
  4. Rerun the ENM installer.

Disable xp_cmdshell After Upgrade

For security best practice, disable xp_cmdshell After the upgrade completes:

-- Show advanced options
EXEC sp_configure 'show advanced options', 1;
GO
RECONFIGURE;
GO

-- Disable xp_cmdshell
EXEC sp_configure 'xp_cmdshell', 0;
GO
RECONFIGURE;
GO

-- Hide advanced options
EXEC sp_configure 'show advanced options', 0;
GO
RECONFIGURE;
GO


The following link will provide more information regarding ENM: FAQs

Recommendation:

If you are using an older version of PME, consider upgrading to the latest version for improved protocol support and security. For assistance with integration or upgrades, contact Schneider Electric Technical Support at: pmo-psup@se.com

Support details

슈나이더 일렉트릭 Korea

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

도움이 필요하신가요?

도움이 필요하신가요?

제품 선택기

제품 선택기

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

견적 받기

견적 받기

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

구매처

구매처

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

지원 센터

지원 센터

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

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