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
發佈於: 施耐德電機Taiwan
需要協助?
產品選型工具
快速輕鬆地為您的應用找到合適的產品和附件。
取得報價
立即線上提交您的銷售需求,專業團隊將主動聯繫您。
購買地點
輕鬆在您所在地區找到最近的施耐德電機經銷商。
支援中心
在同一位置找到滿足您所有需求的支援資源。