Unable to clear Active Alarms in PME Web Applications
Issue
When viewing the Alarms tab within the PME Web Applications, a user may see active alarms that are no longer active.
The Management Console Deactivate Alarms tool does not display the alarms in question.
Product Line
Power Monitoring Expert 7.2.x Base/Healthcare/Data Center
Power Monitoring Expert 8.x Base/Healthcare/Buildings/Data Center
Power Monitoring Expert 9.0
Power Monitoring Expert 2020
Power Monitoring Expert 2021
Power Monitoring Expert 2022
Power Monitoring Expert 2023
Power Monitoring Expert 2024
Environment
Web Applications "Alarms"
Cause
The Alarm is still showing as active because the dropout condition for the alarm was never logged.
Resolution
*Warning: Irreparable database damage can occur. This procedure should only be performed by users familiar with SQL Server Management Studio. Databases should be backed up prior to performing this procedure.*
- The Web Applications "Alarms" page pulls data from the vAlarmLogview in the ION_Data database
- Query, the vAlarmLog view in the ION_Data database to determine the ID of the alarm that needs to be removed
Be sure to backup the ION_DATA database before running any SQL queries
Example:
Use ION_Data
Select * from vAlarmLog
where SourceID = 7
order by TimestampUTC desc
3. Once you have determined the ID of the alarm that needs to be removed run the following query in SQL against the ION_Data database
For Power Monitoring Expert 7.2.x:
DELETE FROM EventAcknowledgement where EventLogID IN (1414)
DELETE FROM EventLog2 where ID IN(1414) DELETE FROM AlarmLog where ID IN(1414)
DELETE FROM EventAcknowledgement where EventLogID IN (1414)
DELETE FROM EventLog2 where ID IN(1414) DELETE FROM AlarmEvent where EventID IN(1414)
DELETE FROM EventAcknowledgement where EventLogID IN (1414)
DELETE FROM EventLog2 where ID IN(1414) In this example, the Alarm for event ID 1414 needs to be removed.
4. After completing the work in SQL, refresh the Web Applications Alarms page and the deleted events will no longer show up in the Active Alarms view
게시 대상: 슈나이더 일렉트릭 Korea
도움이 필요하신가요?
제품 선택기
애플리케이션에 적합한 제품과 액세서리를 빠르고 쉽게 찾을 수 있습니다.
견적 받기
영업 관련하여 온라인으로 문의하시면 전문가가 연락드립니다.
구매처
해당 지역의 가장 가까운 슈나이더 일렉트릭 대리점을 쉽게 찾을 수 있습니다.
지원 센터
한 곳에서 모든 요구 사항에 대한 지원 리소스를 찾아보십시오.