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
Publikováno pro: Schneider Electric Česká republika
Potřebujete pomoc?
Nástroj pro výběr produktů
Rychle a snadno vyhledávejte správné produkty a příslušenství pro vaše aplikace.
Získejte nabídku
Poptejte se nás online a náš lokální specialista se s vámi spojí!
Kde nakoupit?
Jednoduše najděte nejbližšího distributora výrobků Schneider Electric ve vašem okolí.
Centrum nápovědy
Zdroje podpory pro všechny své potřeby najdete na jednom místě.