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:
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
- Management Studio** with sysadmin privileges.
- Open a New Query window and run: -- Show advanced optionsEXEC sp_configure 'show advanced options', 1;GORECONFIGURE;GO-- Enable xp_cmdshellEXEC sp_configure 'xp_cmdshell', 1;GORECONFIGURE;GO-- Hide advanced optionsEXEC sp_configure 'show advanced options', 0;GORECONFIGURE;GO
- Close SQL Server Management Studio.
- Rerun the ENM installer.
Disable xp_cmdshell After Upgrade
For security best practice, disable xp_cmdshell After the upgrade completes:
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
게시 대상: 슈나이더 일렉트릭 Korea
도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.