Nhãn hiệu của chúng tôi

Impact-Company-Logo-English Black-01-177x54

Chào mừng bạn đến với Trang web của Schneider Electric

Chào mừng đến với trang web của chúng tôi.
		
Hôm nay chúng tôi có thể giúp gì cho bạn?
Is there a quick way to remove all the alarm rules I have configured in the alarm configuration tool in Power Monitoring Expert 8?
Issue:
An user has several alarm rules configured in the alarm configuration tool, but does not wish to remove each alarm one by one.

Product Line:
Power Monitoring Expert 8.0

Environment:
Power Monitoring Expert Alarm Configuration Tool

Cause:
There is no option to delete all the alarm rules in one single click in the alarm configuration tool.

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.*
1. Close the Alarm Configuration Tool if you have it open.
2. Navigate to SQL Server Management Studio and log in using credentials that have the ability to modify the Application Modules database
3. Click on New Query and enter the following query:

USE ApplicationModules
Delete FROM [Configuration].[ConfigurationValue]
WHERE [ConfigurationKeyId] IN
(SELECT [Id]
FROM [Configuration].[ConfigurationKey]
WHERE [ConfigurationItemId]=
(SELECT [Id]
FROM [Configuration].[ConfigurationItem]
WHERE [ItemIdentifier]='Alarm Rule') );

Delete FROM [Configuration].[ConfigurationKey]
WHERE [ConfigurationItemId]=
(SELECT [Id]
FROM [Configuration].[ConfigurationItem]
WHERE [ItemIdentifier]='Alarm Rule');
GO
4. Reopen the Alarm Configuration Tool to find no alarm rules that are configured.

Schneider Electric Việt Nam

Tìm hiểu thêm
Phạm vi:
Tìm hiểu thêm
Phạm vi:
  • Tài liệu về Sản phẩm
  • Tải xuống phần mềm
  • Công cụ chọn Sản phẩm
  • Thay thế và thay đổi sản phẩm
  • Trung tâm Hỗ trợ
  • Tìm Văn phòng của chúng tôi
  • Nhận báo giá
  • Tìm Nhà Phân phối
  • Cơ hội nghề nghiệp
  • Hồ sơ doanh nghiệp
  • Báo cáo hành vi sai trái
  • Khả năng truy cập
  • Phòng tin tức
  • Nhà đầu tư
  • EcoStruxure
  • Tìm việc
  • Blog
  • Chính sách bảo mật
  • Thông báo về Cookie
  • Điều khoản sử dụng
  • Change your cookie settings